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

understanding softdevice_fault_handler error

Hello!

I am using a nRF52832 with the S132 v4.0.3 softdevice. But I get an error from the softdevice via softdevice_fault_handler.

It gives me id 1(which suggest a NRF_FAULT_ID_SD_ASSERT error). the program counter (pc) is set to 0x11A18. info = 0, so no usefull info there.

Right after the handler is called, the device resets.

Can anyone point me in the right direction of where to look for my mistake?

Thnx!

Related