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.

TMS320F28335: CodeComposer Studio TI-TXT hex file versus Motorola SRecord File

Part Number: TMS320F28335


Tool/software:

Hi, I am trying to generate a hex record file that I can use to reprogram a TMS320F28335 via a serial port.  Code Composer Studio allows generation of Motorola S-Record files and other formats, including TI-TXT hex files.  When looking at the outputs of the different files, they do not agree.  The CCS C2000 Hex Utility Output format setting -m=3 setting produces a hex record file, but when I compare the output with the TI-TXT file output, it appears the S-Record file is missing half of the data - i.e., it looks like it is only putting out 8 bits out of 16 bits whereas the TI-TXT file outputs all the 16 bits per address.  Is there a way to make the S-record file match the TI-TXT File output, or do we need to forgo the motorola S-record format and just use TI-TXT file format?