Hi all
I'm using the nRF52832 and I've configured P0.21 as RESET pin.
When I reset the nRF52 via P0.21 while the debugger is running, the nRF52 actually resets but it seems that the debugger didn't recognize the reset (a breakpoint at the beginning of the main function didn't trigger).
How can I achieve that the debugger remains synchronous to the actual code execution when applying an external reset? Is that even possible?
Kind regards