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
  • 3549 Views
  • 0 replies
  • 2 kudos

Resolved! STM32WL_WS project don't build after changing configuration.ioc file

Hi all,I have three STM32WL55 boards and I am following the STM32WL_WS Workshop tutorial. I can programmed one of the boards using SubGHz_Phy_Base_Station.bin and build the sensor SubGHz_Phy_PingPong project for the other two boards using the followi...

ola by Associate III
  • 1837 Views
  • 5 replies
  • 0 kudos

STM32WB55 SWIM Usage

I have just downloaded the reference board from the STM32WB55: STM32WB55RG - Ultra-low-power dual core Arm Cortex-M4 MCU 64 MHz, Cortex-M0+ 32 MHz with 1 Mbyte of Flash memory, Bluetooth LE 5.4, 802.15.4, Zigbee, Thread, Matter, USB, LCD, AES-256 - S...

STM32WB CPU2 reset

Hello, how can I call a full reset of the CPU2/BLE stack (as if the device were powered up)?I'm resetting CPU1, which then restarts the CPU2/BLE stack from some other code. But this causes some corruption with BLE notifications.

MHast.1 by Associate II
  • 1227 Views
  • 1 replies
  • 0 kudos

Cannot debug M0+ STM32WL55 in SBSFU Dual core project

Hi everyone, I try to debug CM0+ core (using GDB server) application LoRaWAN in SBSFU dual core project. If I only run the debugger on CM4, the program will start and run normally. But when I try to debug CM0+, it will not run and my program failed.I...

STM32WL how to enable RTC subsecond underflow interrupt

STM32WL lorawan middleware use a RTC subsecond underflow interrupt update tick instead systick,but the subsecond underflow interrupt never entered.It seems interrupt not enabled, so I manually enable RTC subsecond underflow interrupt but the handler ...

SimonLaw by Associate
  • 1115 Views
  • 1 replies
  • 0 kudos

Resolved! STM32WL55 LoraWan End Node and SubGhz_Phy comunication

Good morning,I am creating an application that would require the use of several stm32wl55.The idea is to have one microcontroller configured as a LoraWan EndNode communicating with TTN and a set of Slaves communicating via subghz (which will be slave...

IngSerio by Associate III
  • 5655 Views
  • 5 replies
  • 1 kudos

How to send data by STM32WB BLE Server?

In the STM32WB Workshop video I can understand how to send data and control the LED but how to read data is not explained. I want to read data from STM32WB BLE. Can you someone help me in regards to this?