This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

How to get APP_ERROR_CHECK(err_code) to print out error msg instead of reset?

I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK(err_code) to fail gracefully without causing reset and print out the error message and line? If it cannot fail gracefully, the error printout should at least be printed out before the board resets.

Related