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
Thanks for reply .
I am faced below error.
D:>Merge\mergehex.exe -m SD.hex AP.hex -o comp.hex Parsing input hex files. ERROR: One of the files to merge cannot be found.
Thanks for reply .
I am faced below error.
D:>Merge\mergehex.exe -m SD.hex AP.hex -o comp.hex Parsing input hex files. ERROR: One of the files to merge cannot be found.