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.
Hello,
I'm building a project and I can't obtain the hex file or can't find them. This is the post build steps
"${CG_TOOL_HEX}" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 16
Regards,
Ulysses
Hi,
You can check this doc on how to create hex file using CCS v6:
http://www.ti.com/lit/ug/slau157aa/slau157aa.pdf
Regards,
Gautam
Hi Ulysses,
it has changed. Please see this thread. Note there are a couple items: the width needs to be 8 and if you choose the TI-TXT file, it will be generated with a .hex ending and you would need to rename it.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/336524/1175068.aspx#1175068
Hope this helps,
Lisa