This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR5043: Combine two TI hex files into one

Part Number: MSP430FR5043

Hi! 

I would like to combine two TI HEX files (boot loader code + application code) into one single hex file. Other posts suggests reading http://processors.wiki.ti.com/index.php/Combining_executable_files, however the page does not exist anymore. 

Can you please give me the information in some other way?

Thanks  

  • It can not been easier than with ti txt format binary, generated by any tool. Just copy one by one to finalti txt binary file...

    @address1                     < 1st binary

    12 34 56 78 ...

    ...

    @address2                  < 2nd binary

    9A BC DE F0 ...

    ...

    q                                     < eof

**Attention** This is a public forum