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/MSP430FR2155: Output file name with a variable in project

Part Number: MSP430FR2155

Tool/software: Code Composer Studio

I want to add the value of a variable to the output file name. For example:

in some header:

#define APP_VER 1

and in "MSP430 Hex Utility General Options" specify the output file name as:

${BuildArtifactFileBaseName}_APP_VER.txt

is this possible?