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.

CCS/TMS570LS0432: contiguous segment&block

Part Number: TMS570LS0432

Tool/software: Code Composer Studio

Dear team

I am using the CCS compiler to generate HEX files, and I plan to use a writer to burn it into flash.

The memory allocation in the CMD link file is continuous, but the generated hex file is non-continuous, as shown in the figure. How should I configure the CCS hex file generation options to make hex files continuous?

Please help.

  • Susan Yang said:
    I plan to use a writer to burn it into flash

    I suspect this writer knows how to handle hex files where the addresses for the code and data to be programmed are not all contiguous.

    For the moment, though, I'll presume you need all the addresses to be contiguous.  Please search the ARM assembly tools manual for the sub-chapter titled Image Mode and the --fill Option.

    Thanks and regards,

    -George