This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to reset NRF52 after readback protection?

Getting ready to go into production with our custom nRF52832 board, we need the board to start running our application immediately after being flashed.  Using:

nrfjprog version: 9.7.2
JLinkARM.dll version: 6.22d

Segger Base J-link programmer

Hex file contains sd132, bootloader, boot settings and application.

The nrfjprog --reset command works just fine, our application starts running and all is good.  But, the --reset command is not allowed after we've enabled read-back protection (--rbp command).

Neither the --pinreset command nor the --debugreset command cause our application to start running.

We do have the nReset pin connected to the programming interface with a 10k pullup, but I'm not seeing any activity on that line at all.

How can I get nrfjprog to reset my board after readback protection has been enabled?

TIA,

Richard

Related