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: TI C/C++ Compiler
Hello,
i have two questions.
First question: What is the difference between the two fileextension .hex and .out?
Second question: Is it possible to generate a .hex file instead of an .out file in Code Composer Studio?
The article A Brief History of TI Object File Formats gives an overview of object files (executable object files often use the extension .out) and hex files (sometimes use the extension .hex).
user5144003 said:Is it possible to generate a .hex file instead of an .out file in Code Composer Studio?
Well, a hex file is generated by using an .out file as input. A typical CCS project creates a .out file. But you can configure it to additionally generate a hex file. Please see the Pre and Post Build Steps section of the larger article Projects and Build Handbook for CCS.
Thanks and regards,
-George