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.

CCS/TM4C1294NCPDT: Combine bootloader and application into one file

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

I have a bootloader project and my application project.  Using the LM Flash Programmer  I load the bootloader at offset 0x0 and my application at offset 0x4000 and everything works as expected.  Is there a way to combine the two project outputs into a single file?

  • Hello Robert,

    The bootloader is going to be it's own project that needs to compile independently from your application so it's not straightforward to do this.

    In theory I believe you could just combine two code output files like .hex files, but I am not 100% sure if the only process I know of to do this works for TM4C.

    The process I have been used for other MCU's such as C2000 is outlined here: processors.wiki.ti.com/.../Combining_executable_files

    The commands may differ for TM4C, if so either let me know so I can loop a CCS specialist in or post on the CCS forums.