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/TMS320F28035: How use C source code variable to Out file name

Part Number: TMS320F28035

Tool/software: Code Composer Studio

Hi,

I would like to add to an out file name a string char variable declared within a source file in C.

In the C source file we declare a char string such as "V5X204" and this string char is added to project out file such as DCDC_VX5204.out

I already use Build variable to declare and set a string char calling in the project out name such as :

But how to use a variable directly declared in C file of my project (example DemAdd) ?

const char DemAdd[] = V5X204;

Thanks for your help

regards

OL