Hello!
I am using PN7642 in my project. I would like to ask, how to protect code from reading properly?
In the datasheet I found description of CRP Levels (CRP1, CRP2, CRP3). In library the is function PN76_Status_t PN76_Sys_OTPConfigs_EnableCRP(). I would like to ask how to use it properly? Where in code it should be called? What level of code read protection it provides? How to check if it works?
I called it from main() function, it returned 0x07 value (what can cause that? it seems like possible values are 0x00 and 0x08) and I still can read memory using JLink utility.
Thank you in advance!
Artem