hi guys,
i have question of converting file to .hex, i am using tiva m4 c series mcu where will be using arm compiler
just would like to ask is there anyway to convert the program into .hex file?
what is the way to doing it?
thank
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 guys,
i have question of converting file to .hex, i am using tiva m4 c series mcu where will be using arm compiler
just would like to ask is there anyway to convert the program into .hex file?
what is the way to doing it?
thank
Kelvin,
Please see this wiki section on how to add a post-build step in CCS to convert your .out file to .hex.
http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Pre_and_Post_Build_Steps
Note: the Hex utility is integrated with CCS in CCSv6 and higher as mentioned in the above wiki.
For further details about the hex utlity itself, please refer to the ARM Assembly Language Tools Users Guide.