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