Skip to main content
PHlin.1
Associate III
May 20, 2020
Question

Any X-CUBE pack or other source code for external STM32 MCU to communicate with STM32WB in transparent mode?

  • May 20, 2020
  • 1 reply
  • 739 views

Is there something similar like X-CUBE-BLE2 (which is for BlueNRG-2) for STM32WB with transparent mode firmware? We want to use STM32WB as a network coprocessor and control it with external STM32 MCU via UART. It's pretty clear what needs to be done on STM32WB side, but it's not very clear how to setup whole BLE functionality with external MCU.

Thanks for any advice.

Petr

This topic has been closed for replies.

1 reply

Remi QUINTIN
ST Technical Moderator
May 28, 2020

In fact the STM32WB is already a dual core device with the M0+ being the network coprocessor of the main M4 core running the user application

You can have a look at this project below

https://www.st.com/resource/en/application_note/dm00643581-examples-of-at-commands-on-stm32wb-series-microcontrollers-stmicroelectronics.pdf

Otherwise, the M4 core is useless in transparent mode. We have a TransparentMode project mainly used to control the RF part sending direct commands via our CubeMonitor RF tool.