Problems generating Binary Files with STM32CubeIDE & System Workbench
Hi,
I have added the following command to the post build steps.
arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"
The size of .bin file generated is 393411KB compared to 383KB hex file and does not upload with STM32 Cube Programmer.
Has anyone been able to successfully generate a binary file (.bin) to program the STM32WB and how have you done so?
Thanks,
Daniel