Associate II
June 23, 2022
Question
Factory FUS + Wireless Stack
- June 23, 2022
- 8 replies
- 2394 views
Overview:
I have been doing BLE prototyping with an STM32WB55 Nucleo kit (the white PCB, not the USB dongle). I loaded a few different demo projects (BLE Heartbeat, etc) via STM32CubeIDE, but never programmed the wireless stack specifically.
I was noticing some strange behavior with the CW tone enabled via `aci_hal_tone_start()`, so decided it might be related to an older wireless firmware and tried updating it. However, when updating the wireless stack via STM32CubeProgrammer...I observed it was initially reporting FUS v0.0.0.0 and Stack v16.12.0.27 (see attached screenshot).
Questions:
- The Stack version "16.12.0.27" doesn't seem to follow the versions in Github (where latest is currently 1.13.3). Do the wireless stack versions programmed at the factory follow a different numbering scheme?
- Is there a binary or set of binaries to reset the device to the factory state? It seems like the CW tone does not work with any of the 1.13.3 wireless stack binaries, whereas it was at least sort of working with the factory stack "16.12.0.27".
