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