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/TMS320F28379D: Linker command file

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

In my linker command file, I intend to define a symbol that informs the code the starting address of some usable space in flash. In an another project, that uses the same usable space, i could define the same symbol at the same location.  The problem is that of maintainability.  Now I have two linker command files defining symbols for the usable space and  If one project changes then some how I have to remember to change the other project as well.

Is there a command to include a common file so that any projects using the common area are self-correcting?  I don't see such an include directive in the documentation of the linker command file.

I assume the answer is going to be a 'no'.  if so, is there a better way to do what I desire?

Thanks