cancel
Showing results for 
Search instead for 
Did you mean: 

[BLE] Updating the stack

DS.4
Senior II

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!

1 REPLY 1
Remy ISSALYS
ST Employee

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