Hi,
I have a Default-Application and a Bootloader-Application. Both are developped separately. The Bootloader-Application can load the Default-Application.
But prior to shipment of our product we want to store both the Bootloader-Application and the Default-Application in the uC.
My question is: how do I flash both applications in one go into the uC?
Thanks
Henk
a classic tool to combine hex files is the "srecord" have a look at this srecord.sourceforge.net/ it runs on linux/win emvironment and it is easy to use
srec_cat The srec_cat program may be used to catenate (join) EPROM load files, or portions of EPROM load files, together. Because it understands all of the input and output formats, it can also be used to convert files from one format to another.