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

Unknown function at 0x00000978

Hello,

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

I'm using SDK v15.0, SES 4.52.

On the debug window I get the following message as soon as I run the code.

How do I check which function the code is stuck at?

Thanks,

Parents
  • Hi,

    Are you using a Softdevice? You can use breakpoints to see how far the application reach before it asserts. See our guide on debugging in SES here.

    regards

    Jared

  • I'm using Soft device "s140_nrf52_6.0.0_softdevice.hex".

    I tried debugging, it seems to be getting stuck at :

    Edit: It actually gets stuck in the if statement on line 663 event handler

Reply
  • I'm using Soft device "s140_nrf52_6.0.0_softdevice.hex".

    I tried debugging, it seems to be getting stuck at :

    Edit: It actually gets stuck in the if statement on line 663 event handler

Children