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

Monitor Mode and hardfault breaks

I've implemented monitor mode debugging as described here and it works great. When I get a hard fault, it doesn't break in the IDE anymore. So it appears to be running fine, but if you halt, you can see that's in the hardfault handler. Is there anyway to make it break like it does in halt mode?

I'm working on a custom board based on the nRF52832. I'm developing on Win 8.1 using SES and a J-Link Plus. SDK version 14.1.

Related