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.

About linker.cmd

Other Parts Discussed in Thread: SYSBIOS

Hi there,

I am trying to save some data in the DDR3 by inserting this line in my c file: 

#pragma DATA_SECTION(s_mic_buff,".far:DataBlock");

I know that I should have something like this in the .cmd file too:

.far:DataBlock: load >> DDR3 align = 0x8

But I can't write it in the .cmd file because it is automatically generated. Where should configure this? I suppose it should be done in the RTSC Tools/Platform.

But there is no place to put this line there. 

Any suggestion?

By the way, when I changed the settings in the Platform editor and save and build, I don't see any changes in the .cmd file, why is that?

I am using CCSv5, evmc6678l.

BR

CJ