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 Reply
  • okay, I need to take back the posts.
    The code is actually not getting stuck in the soft device functions, It's getting stuck in nrf_drv_init().

    I thought it was getting stuck on advertising, but then I added a breakpoint to the serial function. When I comment out the serial function, the code works fine.

    The problem is, that I still cannot tell which function it's getting stuck at because the call stack is empty.

    Please help,

    thanks

Children
Related