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.

TMS320F28388D: TMS320F28388D

Part Number: TMS320F28388D

Hi all

i generate hex2000 file by the c2000 compiler for C1 processor. CCS version 12.4   i saw that the code that generate by the elf out file didn't Mach the hex2000 that generate by the ccs/

(i load the program and look at the memory) first of all the hex2000 line are in length of 16 words. the difference between the address are 32 word. please let me know if the code the hex2000 file can be fix/

thanks

Baruch Einziger

baruch.einziger@utilight.com

  • Unfortunately, I don't understand your description of what happens.  

    I think the article Hex utility in CCS will be useful.  In the part about Hex Output Files, it closes with an example related to Arm, and says to use --romwidth=32.  In your case, on C2000, use --romwidth=16 instead.

    For full documentation of the hex utility, please search the C28x assembly tools manual for the chapter titled Hex Conversion Utility Description.

    Thanks and regards,

    -George