STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link  MATTER - Matter software expansion for STM32Cube - STMicroelectronics  It is a reference implementation for the demonstration of Matter on ST...

Ouadi by ST Employee
  • 3366 Views
  • 0 replies
  • 2 kudos

USART RX interrupt not working in stm32 WL package

Im using a STM32WLE5CCU6 board, I am able to log easily using the APP_LOG() helper function that is provided. The problem is that im not able to receive anything as the USART interrupt never fires hence, HAL_UART_RxCpltCallback() is never called. Aft...

KCB11 by Associate II
  • 49 Views
  • 0 replies
  • 0 kudos

STM32WB55CEU6 and BLE stack programming

Dear community, On my board, a STM32WB55CEU6. My aim is to add the DFU BLE possibility for code update.On the first picture, you will see mu CUbeProgrammer Interface.After click on "Read FUS infos", i'm able to read status.The FUS is ok, but the stac...

Capture d’écran 2025-10-23 135504.png Capture d’écran 2025-10-23 135918.png
JL_Loyd by Associate II
  • 49 Views
  • 0 replies
  • 0 kudos

stm32wl incompatibility with other LoRa tranceivers?

Hi, I have been facing with an issue that like stm32wl LoRa feature is not compability with other transceivers.However,  had 4 transceivers: 1. Esp32-sx126x2. stm32f429-sx126x3. stm32wl (x2) First two can easily communicate with each others, they can...

krf by Associate II
  • 259 Views
  • 10 replies
  • 3 kudos

Resolved! Missing projects for STM23WB5MM

I purchased the STM32WB5MM-DK and it has an application running. When I update CUBE-MX with the patch for STM23WB5MM , there are is no examples that match the application. The training talks about the example projects but they did not come with the u...

PStee by Associate II
  • 108 Views
  • 2 replies
  • 0 kudos

STM32WL5MOC use LPUART for wake up

Hi, I started from the LoRaWAN_End_Node example to develop a custom application on a custom mode with a STM32WL5MOC module. I would like to modify the example such that I can wake up the MCU when I received some data on the lpuart and then I trasmit ...

Utility Sequencer not starting task

Apologies for cross post, I couldn't find a way to delete the other post or how to change which board to post it to.I'm trying to set up the Utility Sequencer to run an acquisition task followed by an signal processing task, see code snippets below.W...

UtilitySequencer not setting an event

I'm trying to set up the Utility Sequencer to run an acquisition task followed by an signal processing task, see code snippets below.When I look at the serial monitor, I see the start acquisition task message but then it hangs waiting for EVENT0So ev...