.bin / .hex File Generation
Hi :)
I have just downloaded STM32CubeIDE and am trying to get a simple BlinkLED going on STM32F401CB.
I go through the steps, and first off Build does not work out of the box - it is necessary to first change "Builder type" to "Internal builder" in the Project Properties (Windows environment).
Now, I want to generate .hex / .bin files - so I go to C/C++ Build -> Settings -> MCU Post build outputs and tick "Convert to binary file (-O binary)" and "Convert to Intel Hex file (-O ihex)" (for all configurations) - but the .bin (or .binary) / .hex (or .ihex) files just don't seem to be generated... I also don't see any "-O binary" or "-O ihex" anywhere in the output during build.
Is this because "Internal builder" is selected? If so, then any tips on getting the External builder working (I get the error "The system cannot find the path specified") with the External Builder)?
Thank you!
