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

Power ON,52832 go to app_error_fault_handler()

          hi everybody

                   SDK:14.2.0

                   CHIP:nrf52832AA

                   example: ble_app_uart or ble_app_beacon

                   board:my board,not DK

                   My board program into ble_app_uart or ble_app_beacon hex,it can work noramly.But i power off my board,and power up,the board go to app_error_fault_handler().Anyway,it can work when i reprogram hex.

How to solve  it? Thanks.

Parents
  • Hi,

    I suspect this may be related to different pinout on your custom board. Please check the error information passed to app_error_fault_handler() ->app_error_save_and_stop() , is should include the error code, and where in the code it occurred. Note that project must be re-compiled with DEBUG flag set in order for the program to reach app_error_save_and_stop().

Reply
  • Hi,

    I suspect this may be related to different pinout on your custom board. Please check the error information passed to app_error_fault_handler() ->app_error_save_and_stop() , is should include the error code, and where in the code it occurred. Note that project must be re-compiled with DEBUG flag set in order for the program to reach app_error_save_and_stop().

Children
Related