Skip to main content
DS.4
Senior
January 24, 2023
Question

[BLE] Updating the stack

  • January 24, 2023
  • 1 reply
  • 583 views

Would like to update the ble stack of stm32wb55 to 1.15.

Do old commands from stack 1.13 are supported?

And which parameter describes the stack version:

APP_DBG_MSG("Wireless Firmware version %d.%d.%d\n", WirelessInfo.VersionMajor, WirelessInfo.VersionMinor, WirelessInfo.VersionSub);
 APP_DBG_MSG("Wireless Firmware build %d\n", WirelessInfo.VersionReleaseType);
 APP_DBG_MSG("FUS version %d.%d.%d\n", WirelessInfo.FusVersionMajor, WirelessInfo.FusVersionMinor, WirelessInfo.FusVersionSub);

 Thanks!

This topic has been closed for replies.

1 reply

Remy ISSALYS
Technical Moderator
January 30, 2023

Hello,

Which BLE stack type are you using?

In STM32WB_BLE_Wireless_Interface.html documentation available in STM32CubeWB package, you can find which application commands interface (ACI) and host commands interface (HCI) are supported according to BLE stack variant. You can find the link between wireless coprocessor binaries and BLE stack variant in this wiki page.

Best Regards