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.

LAUNCHXL-F28379D: Where is .cmd to combine contiguous SARAM blocks

Part Number: LAUNCHXL-F28379D

Hi,

I started my project from an existing one. Now I have problem with .text so I have to merge contiguous ram blocks into one section, but I can not find the .cmd file to edit.

Where is the .cmd file of linking process?

p.s: I have read processors.wiki.ti.com/.../C28x_Compiler_-_Understanding_Linking

 

  • Hello

    If you don't see the linker being used in the project explorer, go to the project properties->C2000 Linker->File Search path and see if the linker is listed there. If so, follow the search path.

    If you see the linker listed under project properties->general, then select browse and it should bring you to the location within the CCS install that the link is located.

    Best regards
    Chris
  • Thanks,
    It is correct, I found the file in a folder of the control suite.

    I have another simple question, the length of the .text I know depends on the code, but in detail it depends on the number of characters of the variables and commands used in the code?
  • The size of the code depends on the algorithm and complexity of what you are trying to do. Additionally, using more variables will increase your size. The actual variable names in the code and other "formatting" items doesn't affect code size.

    Best regards
    Chris