Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_BREAKPOINT_COND in debug

Hi,

I started coding form ble_app_uart, and whenever I set a breakpoint and it's caught, then I press Resume (eclipse), the code falls on NRF_BREAKPOINT_COND in app_error_fault_handler().

The callstack is empty so I don't know where this is coming from...

But it happens only after stopping on some breakpoint and then resuming.

I'm using SDK 14.

Thanks

Related