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?