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.
Hi,
I am using CCS V10, with TI v18.12.0.LTS compiler.
I have multiple executable files in EABI format like file1.out, file2.out, file3.out. Each executable file will be loaded separately into different flash sectors via JTAG. I need to combine all the individual executable files into a single executable file, so that it can be loaded at once using CCS. I have the following questions:
1. Does the c2000 hex utility supports merging of multiple executable files into a single executable files? If yes, please provide details about how to do it?
2. Does c2000 hex utility has a provision to calculate the CRC for the input executable file image and can overwrite the CRC value at a specified address in the output executable file?
Best Regards
Amulrass V
Hi Amulrass,
You can refer the C2000 assembly tools manual for the sub-chapter titled The Load Image Format.
You can also refer to the following link Combining executable files
Regarding the CRC , I don't think the hex utility supports calculation or overwriting the CRC value.
Best Regards
Siddharth
Hi,
This link Combining executable files does not exist. It says "The Processors Wiki was removed on January 15, 2021".
Best Regards
Amulrass V
Hi,
I will forward your query to the compiler team, you will get a response soon from them.
Best Regards
Siddharth
As Siddharth says, the best information we have is from the sub-chapter The Load Image Format in the C2000 assembly tools manual. Please ignore the Processors Wiki article. In addition to not being available, it is out of date.
Thanks and regards,
-George