Hello,
I am using the nRF52840_DevKit and SDK-v16.0.0. I am planning to build and flash a bootloader with NRF_BL_DEBUG_PORT_DISABLE set to 1, which means APPROTECT and DEBUGCTRL fields in the UICR will be cleared (and thus the protection enabled).
After such a bootloader build is flashed, can I still do erase command over J-Link connection on the devKit or would an external J-Link device be needed?
If not, what settings should I use to protect against flash and ram read back, but still allows the device flash to be erased and thus re-initialized?
Thank you for everyone's time.