the board: nrf52-DK
the board: nrf52-DK
Hi AMER!
Could you elaborate a little around what you are trying to do?
I'm not quite sure what you want to acheive.
Best regards.
i flashed a program on a sensor and I don't want anyone steal my program from my sensor. I want to disable reading from the sensor that I flashed.
Hi AMER.
I guess what you want is to enable the readback protection.
I don't know of any way to do this in SEGGER Embedded Studio other than add it to your code.
That means writing to the UICR, more specific the APPROTECT register.
Take a look at this answer.
Another way to enable readback protection, is using nrfjprog.
You can use the command; nrfjprog --rbp ALL
You can also enable the readback protection in nRFgo Studio.
Hope that helps. Let me know if you have any more questions.
Best regards,
Joakim.
thank you :)...
No problem! Happy to help :)