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.

TMS320F28062: The format of hex file

Part Number: TMS320F28062

Dear team:

Compiler version: TI V6.4.2

DSP/BIOS version: 5.42.1.09

My customer has some questions about the data at the beginning of the generated hex file:

The generated hex file is preceded by a segment 00 and FF?

(the program can run after burning into the chip)

Best regards

  • The hex output only contains the initialized sections from the input executable file created by the linker.  This file usually as the extension .out.  Please look at the linker map file, and see what corresponds to the first address in the hex output, which is 0x86C7.

    Thanks and regards,

    -George