cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB RF stack upgrade using FUS

BLis.1
Associate

I wanted to upgrade RF stack in WB series uC. I have written my own bootloader, and using it I would like to upgrade RF stack using FUS. Does anyone have any FUS HAL driver, or example project?

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

You can look the FUS Command Line Interface example available on STM32 Hotspot GitHub. This example shows how to interact with FUS using FUS commands in order to perform some actions:

  • Upgrade the current Wireless Stack or FUS
  • Delete the installed Wireless Stack
  • Switch between FUS and Wireless Stack

Best Regards