This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

APP_EEROR_xx problem

Hi,

I'm using SDK17.2 to develop nRF52810's application.

When APP_ERROR_CHECK or APP_ERROR_HANDLER have a fault which is caused by hardware or software, the system will stop on the error, eventhough I have enabled watchdog.

So I need to restart my system when happened a error, what could I do?There are assembly language codes in app_error_handler.

  • Hi again, 

    Please clarify how you test it. If you test it using debug mode (not by defining DEBUG, but the debug in KEIL) it will stop at the NRF_BREAKPOINT_COND. 

    Also please try to do a power reset when testing, the chip often stay in debug mode when first flashed. 

Related