cancel
Showing results for 
Search instead for 
Did you mean: 

Problems generating Binary Files with STM32CubeIDE & System Workbench

Daniel L
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Le Corre Pierre
Associate III

Hello @Daniel L​ ,

This is a known issue also present inside the firmware package until STM32Cube_FW_WB_V1.2.0. This is corrected inside STM32Cube_FW_WB_V1.3.0 coming.

I enclose here the .s and .ld containing the correction while waiting the official release.

View solution in original post

1 REPLY 1
Le Corre Pierre
Associate III

Hello @Daniel L​ ,

This is a known issue also present inside the firmware package until STM32Cube_FW_WB_V1.2.0. This is corrected inside STM32Cube_FW_WB_V1.3.0 coming.

I enclose here the .s and .ld containing the correction while waiting the official release.