Hello,
In nRF5340 project, I have two projects, one is for net core, the other is for app core. I use SEGGER to build these two projects, flash the images into the development board. Net core is a elf file and app core is a hex file. There is no problem.
Now I want to send the files to my friends and ask them to flash it in to their own development board. They can use nRF connect Programmer to load the hex file and write it into the board, but the programmer does not support to write elf file. What should I do ?
It seems that I have to use some tools to build the elf file and hex file into one big hex file?
Thanks,
Carl.