cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55 dual stack?

SWenn.1
Senior III

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

 

 

1 REPLY 1
Remy ISSALYS
ST Employee

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