2022-05-22 10:51 AM
In the wiki ( https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_FUS ), it is said:
Interfaces that can be used to communicate with FUS are:
Does the example that shows how to access FUS from user application actually exist ? I did not see any such example in STM32Cube_FW_WB_V1.13.0. or its patches (up to 1.13.3).
I want to find a way to update the wireless stack in the field (no SWD, USB or UART, only our own bootloader with access to a user-accessible SD card).
Best,
Nicolas
Solved! Go to Solution.
2022-05-25 12:48 AM
Hello,
The FUS-Command-Line-Interface example is now available on stm32-hotspot Github. This example shows how to interact with FUS using FUS commands in order to perform some actions:
Best Regards
2022-05-23 02:38 AM
Hello @NSAUG.1 ,
the FUS is described in AN5185.
I'm afraid there is no "simple" FUS interface demo. That would be quite limited and potentially misleading.
But for example the SBSFU code is interfacing with the FUS, you can take inspiration there.
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-05-25 12:48 AM
Hello,
The FUS-Command-Line-Interface example is now available on stm32-hotspot Github. This example shows how to interact with FUS using FUS commands in order to perform some actions:
Best Regards
2022-05-25 08:11 AM
Thank you for the replies :)
I will have a look at the new code and see how to adapt it to my needs, thanks a lot.
Best regards,
Nicolas