nrf52832.
SDK14.2
Segger ES V3.34a
Options for Sequential Serial numbers
We have managed to program a single serial number into the UICR, using our Development kit and Command line tools.
This was achieved using a batch file that calls this:
nrfjprog -f nrf52 --memwr 0x10001080 --val 0xF1F2F3F4.
This works perfectly but If we continue with this method how could we create an auto sequential number? (Maybe call a stored number from a file and increment by one when finished)
Another idea is to use the Segger Flasher ARM which can be setup to auto increment, but i'm unsure if we can still use the nrfjprog commands to store other details in the UCIR.
Which would be the best way to go?