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

Unknown function at 0x00020906

Hello,

I'm flashing custom code onto a nRF52840 based PCB.

I'm using SDK v14.2, SES 4.52.

The board was running fine for a couple of days.

Suddenly when I reflashed to debug, I got the following error: Unknown function at 0x00020906

What might have happened suddenly?

Thanks

Parents Reply Children
  • Similar PCB design or the same PCB design? More importantly is it the same executable running on other boards as well?

    Most likely you know about this but are you using the BLE stack (Softdevice) in your device? it is not possible to view sources of the softdevice when you attempt to step into it.

    Does your debugger stops when you get this error message or can you still continue to debug?

Related