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 Expert,
we can use CCS to generate hex file or txt file by building CCS project.
is there any possible way/tool to convert hex file to .txt file(TI-TXT format) that for SCI programming directly?
Use the hex utility as described in the article Hex utility in CCS, with the option --ti_txt.
Thanks and regards,
-George
Hi George,
with the option --ti_txt, there can generate txt file from project, but customer have existing hex file without project file, is it ok to convert hex file to txt file directly?
is it ok to convert hex file to txt file directly?
Unfortunately, TI has no tool which does that.
I understand there is an open source tool named srec_cat that reads and writes hex files of many different formats. I cannot say how well it works, or whether it supports this particular conversion. But it might.
Thanks and regards,
-George