SOFTDEVICE: ASSERTION FAILED PC=0x00014CBC

I am currently debugging the nrf52832 project developed using the nrf5SDK.

I will encounter SOFTDEVICE: ASSERTION FAILED from time to time, like this:

I don't have a reliable method to reproduce this problem consistently.

By using the disassembly window of Keil, it seems that this problem occurs when the interrupt is triggered.

But I don't understand why this issue was triggered.

Parents Reply
  • Hi!

    I will encounter SOFTDEVICE: ASSERTION FAILED from time to time, like this:
    Chaoyue Ying said:
    how can I determine the location where the assert occurred?

    The assert happened in the SoftDevice. I have checked the SoftDevice location, and this assert indicates that the SoftDevice was unable to process a BLE event in time. See my previous answer for more information.

Children
Related