This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

External reset when debugging nRF52

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

Related