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

Softdevice halts at location 0x000008C4

Hi There,

We have an issue where our project crashes, but the app_error_fault_handler() callback is not being called to help identify the cause of the issue. We are using the following version of the Softdevice: s132_nrf52_3.0.0_softdevice.hex

Without the debugger connected, the crash results in the application rebooting, but with the debugger attached it will halt at flash location 0x000008C4, which is within the softdevice.

We've also added the following additional fault handlers, but they are not catching the issue:

  • HardFault_Handler
  • MemManage_Handler
  • BusFault_Handler
  • UsageFault_Handler

Any suggestions on how to further debug this issue?

Cheers, Donal

Parents Reply Children
No Data
Related