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.

Linking files



Hey guys:)

I have some problems with my Linker command file. I’m working with the H52C1 Concerto controlCARD and

I’m using Code Composer Studio 5.4. After I finish with the programs configuration,

the file i put as Linker command looks like this: 

And my program doesn't work as it should because my memory is not mapped. I tried making a new project, but the same thing happens.

It worked since today, but i have no idea what happened, so if you can please help me, 

I will be really grateful .

Regards,

Anamaria

  • Hello!

    There is not the main linker command file at your screen shot. Only excluded F28M35x_Headers_nonBIOS.cmd is presented. At Project's properties of CCS you can choose the following linker configurations (Properties->General->Linker Command File):

    - RAM.CMD for 28x core or M3 core;

    - Flash.CMD for 28x core or M3 core;

    Regards,

    Igor