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?