Enable permanent read/write protection from JTAG.

Hello,

Is there any way I can enable Read /write protection from Jtag for NRF BC52805M 

I am looking for something like (ST RDP protection level 2) where once we flash the firmware into the flash memory, again  reflashing/recovering is not possible through JTAG.

I tried setting NRF_UICR->APPROTECT  to  0xFFFFFF00.

  

But  recover (after enabling the APPPROTECT) is still possible, which should not be in our case.

Related