Tool/software: Code Composer Studio
Hi,
Our customers need a hex or s19 file for image upgrade, but only bin file is supported in CCS. Is there a tool to convert bin file into hex file or s19 file?
Thanks!
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.
Tool/software: Code Composer Studio
Hi,
Our customers need a hex or s19 file for image upgrade, but only bin file is supported in CCS. Is there a tool to convert bin file into hex file or s19 file?
Thanks!
durf said:only bin file is supported in CCS
That is incorrect. CCS can convert an executable .out file into a binary .bin file. But, by using the hex utility armhex, it can also convert the same .out file into one of several different hex file formats. To see the details of the different formats which are supported, please search the TI ARM assembly tools manual for the sub-chapter titled Description of the Object Formats. I think the term s19 refers to one of the Motorola formats.
Thanks and regards,
-George