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

S140 7.2.0 softdevice panic at 0x1786A

I'm running into a problem where my softdevice is triggering the fault handler but only when I'm also using the USBD. The panic info is below, I've tried to double and triple check that I'm not mis-masking interrupts.

id=1, pc=0x1786A, info=0x0

What does this fault mean?

Parents Reply
  • Thanks for the follow up. It doesn't look like ble_app_uart uses USBD? However, I did find the NRFX_USBD_CONFIG_IRQ_PRIORITY define in sdk_config and it suggests using priority 6. I moved my USBD priority down to 6, it was at 2. I've confirmed in the debugger that the priority level for IRQ 39 is set. Sadly, I still get the fault_handler.

    The fault handler seems to alternate between 0x15A98 and 0x1786A

Children
Related