Where is the output Hex file for building the project on Segger Embedded Studio?
Where is the output Hex file for building the project on Segger Embedded Studio?
Hi,
You can edit the settings to make Segger Embedded Studio generate a hex file. Open the project settings, under Linker -> Linker, select hex in "Additional Output Format" settings. The hex file will then be generated in the Output\[tagert]\Exe
directory.
Best regards,
Jørgen
What do you mean by "SoftDevice doesn't show up"? You need to flash the softdevice separately, the generated hex file does not include the softdevice. You also need to modify the memory settings in SES to make room for the softdevice. This is described in section Building of this tutorial.
What do you mean by "SoftDevice doesn't show up"? You need to flash the softdevice separately, the generated hex file does not include the softdevice. You also need to modify the memory settings in SES to make room for the softdevice. This is described in section Building of this tutorial.