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,
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,
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
what can I do to resolve?
what can I do to resolve?