This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to write data to UICR?

Hello,

In nRF52832 we use these commands to write data to user information configuration register:

nrfjprog -f nrf52 --memwr 0x10001080 --val 0x00010000

and use memcpy to get the data in C code.

My question is: how do we do it in nRF5340? what is the address we can use to write data? I checked the documents but there is no examples.

Thanks.

Carl

Parents Reply Children
No Data
Related