Hello,
I faced with issue that I can't launch debug without recovering the device.
Please check the video.
nRF Connect SDK 2.0.2
Hello,
I faced with issue that I can't launch debug without recovering the device.
Please check the video.
nRF Connect SDK 2.0.2
Hi Roman,
Are you trying this with a 9160DK? Which revision is it?
Best Regards,
Priyanka
Hi Priyanka,
This happens with both, nrf9160DK and our custom board.
nrf9160DK is 1.1.0
Hi Roman,
Apologies for the delay. We had along weekend and resumed working today.
Did you enable the debugging when building?
Or you can also set the CONFIG_DEBUG_OPTIMIZATIONS=y. Please take a look at this: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started/testing.html#debug-configuration
-Priyanka
Hi Priyanka,
Yes this option is enabled.
There should be an option to disable the approtect, because of which this problem is arising. Could you try to disable the approtect via nrfjprog --recover and then try the debug?
-Priyanka