Question
I have a certain macro in a header file. After compilation, STM IDE generates the .hex file. Is it possible to have the name of the .hex file from the value of the macro definition?
For example: if the macro is defined as follows:
#define CUST_NAME ivec
Then, after compilation, the hex file should be named as ivec.hex