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

RESETREAS Reset from CPU lock-up detected

I'm seeing the resetreas show the CPU lock-up detected after I reboot. This error is occurring while using the ADC. What type of fault condition can cause a CPU lock-up detection?

Parents
  • Hi Lucas

    Is there any fault causing the reset? If so, check function "app_error_handler" and comment in "ble_debug_assert_handler" to get more information about the error.

    As indicated on this thread, the CPU lock-up bit can not be trusted in all cases. Further investigation show that this bit can not be trusted at all and should be neglected. That means that if this bit is set after a reset, it does not indicate anything. For now, disregard this bit.

    Are there any other bits set in the resetreas register after reset?

Reply
  • Hi Lucas

    Is there any fault causing the reset? If so, check function "app_error_handler" and comment in "ble_debug_assert_handler" to get more information about the error.

    As indicated on this thread, the CPU lock-up bit can not be trusted in all cases. Further investigation show that this bit can not be trusted at all and should be neglected. That means that if this bit is set after a reset, it does not indicate anything. For now, disregard this bit.

    Are there any other bits set in the resetreas register after reset?

Children
Related