rigid has quit [Read error: Connection reset by peer]
rigid has joined #openocd
diddly has quit [Ping timeout: 252 seconds]
Hawk777 has joined #openocd
diddly has joined #openocd
tsal has quit [Ping timeout: 256 seconds]
tsal has joined #openocd
nerozero has joined #openocd
Haohmaru has joined #openocd
Deneb has joined #openocd
zmatt has quit [Read error: Connection reset by peer]
<rigid>
so it turns out that the issue I pulled out my jlink for, was a simple voltage glitch since my digital glass slide ruler seems to unexpectetly needs more current at some point and the USB port couldn't provide it making the MCU to brown out.
<rigid>
not so fun fact: "stable power supply" is basically the first lesson to learn and it keeps haunting me again and again :)
Hawk777 has quit [Quit: Leaving.]
zmatt has joined #openocd
zjason` is now known as zjason
MGF_Fabio has joined #openocd
slobodan has joined #openocd
<PaulFertser>
rigid: wow how much current is that actually?
<PaulFertser>
rigid: thanks for the update btw!
<PaulFertser>
rigid: and did you manage to step by step the code?
<rigid>
PaulFertser: not sure how much, but obviously my laptop couldn't provide it. Constant current was about 200mA but ultra short peaks might have been higher
<rigid>
yeah, I could but since the code was using the PIO co-processor it didn't help. I'm not 100% sure but I _think_ my crash resulted from an unhandled brown-out interrupt. Not sure. Didn't investigate further after I found out that it doesn't happen with external 5V power supply.