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
Is there an option with in CodeComposer to covert the default Tektronix's Hex format file (.x0) to a Intel Hex format.
I don't have access to the source code for the project so cannot generate the Intel file from that.
Hi David -- the TI toolchain's hex conversion utility does not accept hex formats as input (only as output). However, there are many third party utilities that you could look at (objcopy, srec_cat). These are not available within Code Composer Studio, although if you are using Arm, the TI Arm Clang Compiler toolchain does ship with tiarmobjcopy that could be used.