Hello, how to program 48 bytes long .bin file to UICR (starting addres 0x10001080) using nrfjprog?
Hello, how to program 48 bytes long .bin file to UICR (starting addres 0x10001080) using nrfjprog?
You can write it 4 bytes at a time by doing something like this:
nrfjprog --memwr 0x10001088 --val 10981692
Which is how I put a serial number in devices during development. Keep in mind that if you are using the newer bootloader in its default configuration it may be using the first two words of the customer portion of the UICR.
don't use nrfjprog use jlink.exe and treat it like any other .bin file.
don't use nrfjprog use jlink.exe and treat it like any other .bin file.