Hi,
Does anyone have a hex code that can be added to the app hex in order to get rbp for NRF52832? Or a code that can be used from Arduino IDE?
I know that it can be done with nrfjprog. But a hex code will be more efficient for me.
Thanks!
Hi,
Does anyone have a hex code that can be added to the app hex in order to get rbp for NRF52832? Or a code that can be used from Arduino IDE?
I know that it can be done with nrfjprog. But a hex code will be more efficient for me.
Thanks!
Hi,
Readback protection in nRF52832 is enabled by writing the APPROTECT register in UICR.
You will not be able to flash any application to the chip after this register have been written, so you should write your application before writing this register.
I have attached HEX-file that will write 0x00000000 to the APPROTECT UICR register: UICR_APPROTECT_clear.hex
Best regards,
Jørgen
You can still recover the device to remove the readback protection.
You can still recover the device to remove the readback protection.