STM32
Hi,
Go to your project Properties > C/C++ Build > Settings > Build Steps, then change the "Post-build steps" command with:
Copy to clipboard
arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"; arm-none-eabi-size "${BuildArtifactFileName}"
Regards,
Kevin
