HI,
I want to implement the software security to NRF52832 such a that no one should be able to read the memory or tap the data during Bluetooth communication.
Regards,
Manoj Hiwarkar
HI,
I want to implement the software security to NRF52832 such a that no one should be able to read the memory or tap the data during Bluetooth communication.
Regards,
Manoj Hiwarkar
Hi
By using APPROTECT, no one will be able to read the memory on your chip, as the only way to disable it will be to delete the whole flash, which will delete your application as well, which is what makes this a safe way to protect the memory on your device.
Best regards,
Simon
Hi
By using APPROTECT, no one will be able to read the memory on your chip, as the only way to disable it will be to delete the whole flash, which will delete your application as well, which is what makes this a safe way to protect the memory on your device.
Best regards,
Simon
The whole flash can be deleted by any one who have programmer/debugger right ?. I only should have access for that. Also is there any reference code available in which this is APPROTECT is implemented ?