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