Dear Nordic Team,
Thanks for support.
I want to merge softdevice hex,application hex and bootloader hex. I am using windows 7 OS and my SDK version nRF5_SDK_11.0.0_89a8197.
I copy the all three hex files and mergehex.exe in one folder (D:\Merge)and put the rename like SD.hex, AP.hex and BT.hex
Then i am doing merge process using command promt i am getting below error.
Please notify what i am doing wrong.
C:\Users\user>D:
D:\>Merge\mergehex.exe --merge SD.hex BT.hex AP.hex --output out.hex
Parsing input hex files.
Merging files.
ERROR: The hex files cannot be merged since there are conflicts.
D:\>