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: Code Composer Studio
Hi, Support Team,
1. Does the content of .txt file and .hex file generated by below method have same ?
hex2000.exe -boot -sci8 -a -o application.txt application.out
hex2000.exe -romwidth 16 -i -o application.hex application.out
2. Does TI has any other tool to download .hex file directly into controller (instead of using serial_flash_programmer.exe)?
3. Does TI has any other tool for converting ".out" to ".txt" format(instead of using hex2000.exe) ?
Awaiting for your quick reply.
Thank you,
Regards,
Bhanu
Bhanu Chandramouli said:1. Does the content of .txt file and .hex file generated by below method have same ?
No. The chief difference is that this ...
Bhanu Chandramouli said:hex2000.exe -boot -sci8 -a -o application.txt application.out
... generates ASCII format. While this ...
Bhanu Chandramouli said:hex2000.exe -romwidth 16 -i -o application.hex application.out
... generates Intel format.
Bhanu Chandramouli said:Does TI has any other tool for converting ".out" to ".txt" format(instead of using hex2000.exe) ?
No. Well, you could consider using the utility bootimage from the cg_xml package. It is significantly less capable than hex2000. But it does come with the Perl source code for it.
Thanks and regards,
-George
Hi, George,
You did not answer my all questions.
Does TI has any other tool to download .hex file directly into controller (instead of using serial_flash_programmer.exe)?
Please let us know , so that we can try at our end?
Thank you,
Regards,
Bhanu
Does TI has any other tool to download .hex file directly into controller (instead of using serial_flash_programmer.exe)?