Skip to main content
Associate III
October 31, 2025
Solved

Cant upgrade ble stack and FUS version on STM32WB55RG nucleo board

  • October 31, 2025
  • 1 reply
  • 157 views

Hi, I was trying to upgrade my ble wireless stack from CubeProgrammer but everything give me this error. I tried to install stm32wb5x_FUS_fw or stm32wb5x_FUS_fw_for_fus_0_5_3 to their correct addresses from release notes but nothing works. I am able to flash code from cube ide but these wont work. I can start FUS or take BOOT0 to 1 but these did not work too. 

 

Only thing I have in my mind is maybe my cube programmer. Due to language settings my cube programmer installation step 8 is stuck(I read this error from the forum too) but I can access to cube programmer from program files and it can connect/read/flash so I dont think this is the problem too. 

 

On the board RX/TX pins between st link and mcu are not connected but it should not be the problem as well because I am using st link and can flash anything from cube ide

Stm325_1-1761910408086.png

 

Stm325_0-1761910265635.png

 

Best answer by Imen.D

Hello @Stm325 ,

Which STM32CubeProgrammer version used? Make sure to use the latest release.

Try performing a mass erase before uploading any FUS file.

Please have a look at this wiki page which describes how to upgrade BLE stack and FUS.

1 reply

Imen.DBest answer
Technical Moderator
October 31, 2025

Hello @Stm325 ,

Which STM32CubeProgrammer version used? Make sure to use the latest release.

Try performing a mass erase before uploading any FUS file.

Please have a look at this wiki page which describes how to upgrade BLE stack and FUS.

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
Stm325Author
Associate III
November 3, 2025

I thought I already did mass erase but apparently I did not and mass erase worked perfectly. Thank you so much!