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/TMS320F28023: Source of macro name 'ProjName'

Part Number: TMS320F28023

Tool/software: Code Composer Studio

Win7 32bit, CCS 6.2, F28023.

In project settings, under CCS Build -> C2000 Linker, I see a the summary of flags set; and near the -m I see a constant -m"Piccolo.map" (my project is named Piccolo.)

Yet, when I click the "edit flags" button, it changes to...

-m"${ProjName}.map"

Question 1) Where is ProjName  defined? I can find no reference in the compiler tools nor the assembly tools PDF's.

I'd like to place that map file in the project folder (I guess that might look like ..\${ProjName}.map  ), perhaps under a different name.

Question 2) how do I change the macro (I guess this is the same as Q1 (above.))

Question 3) What are any other macros that are defined so I might take advantage of them?

Thanks, mark.