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.

TMS320F280025C: S19 output using CCS

Part Number: TMS320F280025C


Hello,

I'm using the code composer version 11.2.0.00007 to generate the S19 output file with the following command in the HEX utility in CCS.

However, when I look at the memory content using the memory browser it does not match with the content in the S19 file. As shown below, the S19 file (left) generated shows the record BD AD 84 42 7F .... however, the content in memory is AA BD 5A AD DA 84, it seems that the S19 content is stored only in the last byte, I was expecting the same content in the memory as in the S19.

The code was flashed using the CCS and the ELF file output from the build. It seems that the memory content does not match with the generated S19, do I need to enable any specific settings or am I missing something? How can I generate an S19 with the same output as the one shown in the code?

Thanks!