Dear Nordic Team,
Thanks for support.
I want to merge softdevice hex and application hex. I am using windows 7 OS.
Dear Nordic Team,
Thanks for support.
I want to merge softdevice hex and application hex. I am using windows 7 OS.
You can use mergehex for this purpose, which is part of nRF5x-Command-Line-Tools. In order to merge the SoftDevice and your application you would use something like this:
mergehex.exe -m <sd.hex> <app.hex> -o comb.hex
The file names <sd.hex> <app.hex> in my answer was just examples, you must replace it with the path to the hex files you want to merge.
The file names <sd.hex> <app.hex> in my answer was just examples, you must replace it with the path to the hex files you want to merge.