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

Enable APP Protection Fails

Hi,

I'm working on enabling APP Protection while successfully executing below code:

if (!nrf_sdh_is_enabled()) {
     if (VERSION_BUILD <= MAX_RELEASE_BUILD) {
         NRF_UICR->APPROTECT = 0xFFFFFF00;
     }
   }

 

Please advise why I'm still able to read out the flash afterwards via the SWD interface.

Best Regards,

Ronny