How to generate *.bin file after building with CubeIDE?
Hello Cube IDE team
I am using STM32F427ZG MCU board with STM32CubeIDE
But I have trouble to generate *.bin file after building with CubeIDE.
I think it support *.elf file only for now.
If below command can be added into makefile, then *.bin file can be generated by CubeIDE
arm-none-eabi-objcopy -O binary STM32F427ZG.elf STM32F427ZG.bin
I modified this file to generate *.bin file but every time building the IDE project, makefile was re-generated automatically by IDE so i couldn't test it.
Could you update it to generate *.bin or *.hex file?

