When building a project for STM32F405RG with VisualGDB Embedded Project using MSBuild, a hex file is not generated for the output, even though “ihex” was checked in the project setup wizard. How do you generate Intel hex files using MSBuild?
The files should still be generated (the extension is .ihex, not .hex). If not, please check the Embedded Project page of VS project properties (not VisualGDB project properties). The “generate .hex file” should be set to “yes”.