Hi, just want to make sure: is it possible to merge UICR values into hex so that I can load some values there during production in a single flashing stage?
thanks best regards
Hi, just want to make sure: is it possible to merge UICR values into hex so that I can load some values there during production in a single flashing stage?
thanks best regards
The mergehex
tool is provided by Nordic. You can use it to merge two hex files. You will find many posts about it, for instance this one.
The mergehex
program is part of the nRF5x Command Line Tools. You can download it from here. It is available for Windows, Linux and Mac OS X.
You can also use many other "generic" software, like SRecord for instance.
The mergehex
tool is provided by Nordic. You can use it to merge two hex files. You will find many posts about it, for instance this one.
The mergehex
program is part of the nRF5x Command Line Tools. You can download it from here. It is available for Windows, Linux and Mac OS X.
You can also use many other "generic" software, like SRecord for instance.