Hello,
I'm using CLI USB examble from Thread and Zigbee SDK by Nordic. I am using nRF52840 Dongle along with a J-link EDU mini.
My problem is that, when I start debugging by clicking the "Play" icon, the debugger does not stop at the first instruction in main. It goes somewhere in the disassembly.
The only way I found to debug Step-by-Step is to do a Full Erase of the Dongle before debugging. Unfortunately this cannot be a solution to my problem since the operation also erases the bootloader section in the Flash.
Can you help me solve this problem?
Thanks!