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.

Linker Command file in TMS320f28335

How to write instructions in linker command file??

How to access the variable(variable declared in command file or .c) in linker command file??

Ex:

if(x==1)

{

copysection : > FLASHA

}

else

{

copysection : > FLASHB

}

We want to perform this action in command file.But getting the error.So what is the solution to perform this action??