I want to read the APPROTECT register from the code .Is it possible? If yes, provide a sample code.
I want to read the APPROTECT register from the code .Is it possible? If yes, provide a sample code.
Yes, just assign NRF_UICR->APPROTECT
to any uint32_t
variable and you have read it!;)
Thank you @endnode
Thank you @endnode