Skip to main content
SWenn.1
Senior III
July 22, 2023
Question

STM32WB55 dual stack?

  • July 22, 2023
  • 1 reply
  • 656 views

Good morning.

I have an application where I want to have a Zigbee stack and a BLE stack both loaded on the STM32WB55.  Is this possible?  I would like my application firmware to be able to communicate with either stack exclusively depending on certain situations. 

Thank you.

Steve

 

 

This topic has been closed for replies.

1 reply

Remy ISSALYS
ST Technical Moderator
July 26, 2023

Hello,

On STM32WB55, static and dynamic concurrent mode between BLE and ZigBee are supported, see the following coprocessor wireless binaries:

  • stm32wb5x_BLE_Zigbee_FFD_static_fw.bin
  • stm32wb5x_BLE_Zigbee_RFD_static_fw.bin
  • stm32wb5x_BLE_Zigbee_FFD_dynamic_fw.bin
  • stm32wb5x_BLE_Zigbee_RFD_dynamic_fw.bin

Best Regards