Hi, my name is Davide Urbano and I'm working on Keil uVision v5; I always use the hex file generation at the end of the compilation and I'd like to know if it is possible to set in my code any parameter to get a specific hex file name to include my firmware version in the name of this file. In other words, I'd like to write in my code: fw version = 1.2.0 and get the relative hex file name like "my Project_1_2_0.hex". Could anyone have had my same problem ? Regards