Hey everyone! My team and I are working on making a hex file that contains the soft device and software, as found in the 15.3.0 SDK, in the secure dfu test images folder.
These hex files can be directly programmed to the device (in our case, nrf52832), and they enable full functionality of the soft device and the code. We would like to do the same thing to the secure dfu example projects found in the same SDK. We would like to build the project in Segger Embedded Studio, then output the .hex file that we need.
Our setup is as follows:
-Windows 10
-SDK version 15.3.0
-nRF52832
-Segger Embedded Studio IDE
Is there a process on how to merge the .hex and .elf files? If so, I haven't been able to find it.
We would like the same end result as is found in the secure dfu test images folder (i.e. program the "soft device" with the .hex that contains the software and soft device).
Any help would be appreciated!
Thanks,
David