Combining softdevice and application into single .hex file

Hi,

I have 2 SES projects that both require softdevice plus application.

One of the projects combines application and softdevice into the .hex file that is generated when buliding - the other project only seems to include the application.

I can upload correctly from within SES, but am hoping to upload via JFlash.

Any suggestions?

Regards,

Stephen

Parents
  • I'd use a text editor to open the .emProject file from the project that is merging the hex files. It's probably using a post-build action to perform the merge. It should be straightforward to copy-and-paste the command that it is using into your other project -- SES project files are reasonable XML. The "debug_additional_load_file" option is the one that causes the SoftDevice to be loaded when you launch the debugger.

Reply
  • I'd use a text editor to open the .emProject file from the project that is merging the hex files. It's probably using a post-build action to perform the merge. It should be straightforward to copy-and-paste the command that it is using into your other project -- SES project files are reasonable XML. The "debug_additional_load_file" option is the one that causes the SoftDevice to be loaded when you launch the debugger.

Children
No Data
Related