2026-02-17 10:20 PM
Hi
I recently received a NUCLEO-WB55RG (the big board, not the USB dongle) and tried installing the demo from the STM32CubeWB repository.
I saw that I need to flash the FUS + Stack first which I did. STM32CubeProg reports
The files I flashed were:
As application I chose the p2pServer application
When I disconnect the SWD Interface and press the reset button I get the following output (nothing else):
Wireless Firmware version 1.24.0
Wireless Firmware build 3
FUS version 2.2.0
>>== SHCI_SUB_EVT_CODE_READY
>>== SHCI_SUB_EVT_CODE_READY - FUS_FW_RUNNINGNow I assumed this should be enough to at least see the device advertising.
But none of my applications can see the device. I tried the following apps:
I do not get a single indication that the device is alive.
What am I missing?
Solved! Go to Solution.
2026-02-19 6:11 AM
Well, apparently you need to explicitly push the "Start Stack" button and then upload your application. I thought I had done that before but the correct update routing was:
I have to somewhat admit that this is a horrible experience for a first bringup.
2026-02-17 10:42 PM
Did I mention that when I try to build the example it doesn't compile out of the box?
2026-02-19 6:11 AM
Well, apparently you need to explicitly push the "Start Stack" button and then upload your application. I thought I had done that before but the correct update routing was:
I have to somewhat admit that this is a horrible experience for a first bringup.