2022-11-25 12:38 AM
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?
2022-11-25 12:57 AM
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:
Best Regards