Hello,
I am working on CCS Ver 5.3 , i need help post build command's to generate S-Record file (.s37 file). or How to generate S-record file from ".OUT " file.
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 am working on CCS Ver 5.3 , i need help post build command's to generate S-Record file (.s37 file). or How to generate S-record file from ".OUT " file.
Hi Amarnath,
Which device in your mind? (For C6000 (or C6x) devices, the tool hex6x can be used. Please refer SPRU186. There are some discussions is in the forum.)
Regards,
Atsushi
Yes, you can use the post build step in CCS to convert a .out file to a S-record file using the hex converter utility. Please see this wiki for more info:
http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Pre_and_Post_Build_Steps
Regarding the actual options to pass to hex converter to convert to S-record, please see the chapter on Hex Conversion Utility in the Assembly Language Tools Users Guide for the processor family you are working with:http://processors.wiki.ti.com/index.php/TI_Compiler_Information#Compiler_Manuals
Hello Atsusushi,
Thank you for your response. Amarnath is my colleague and we are struck on how to generate .s37 file from the .out file generated by CCS v5.3.
For the devices of TMS570 family, which is the hex tool to be used and where we can get it?
Thanks in advance.
Regards,
Firoz
Firoz Ahmed said:Amarnath is my colleague and we are struck on how to generate .s37 file from the .out file generated by CCS v5.3.
For the devices of TMS570 family, which is the hex tool to be used and where we can get it?
The hex tool to be used for TMS570 would be armhex. It should be included with CCS 5.3 and will be in the \ccsv5\tools\compiler\arm_xxx\bin directory within the CCS installation. Did you have a look at the link in the previous post? It explains all of this in more detail. http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Pre_and_Post_Build_Steps