We want to be able to download a firmware image into external flash through multiple paths (wireless or wired -only one path is used at a time) then program that image into the nRF52840 internal flash.
Because of space considerations we want to use BIN (binary format) and for convenience we want to have a single BIN file for both the SoftDevice and our application code.
Is there a way to produce this single binary each time we build using settings in SES (Segger Embedded Studio)?
If not, what is the recommended way for doing it via external batch files (or whatever) called by the build process?
This would be for a windows environment.