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

STM32WL31 fails to exit DEEPSTOP from RTC wakeup

Good day,I have a simple custom board with a STM32WL31 that needs to cyclically enter DEEPSTOP mode and then wake by means of RTC internal wakeup. It seems the device enters DEEPSTOP, but does not wake from it. Basic setup:Clocked from HSI, RTC clock...

marvdm by Visitor
  • 21 Views
  • 0 replies
  • 0 kudos

STM32 WB55RG sudden fail

-------------------------------------------Board: STM32 WB55RGOS: Ubuntu 25.10 questingKernel: x86_64 Linux 6.17.0-6-genericSTMCubeProgrammer Version: v2.21.0-------------------------------------------I recently noticed that my board was not being fl...

HAP Central start stream fail

Use example code BLE_Audio_HAP_Central to audio function. The Central may start the stream fail, though the BLE connect and GAP link returns are OK. and Once the stream start failed, the stream cannot be start forever, with the result "CAP Unicast St...

HuangFan by Associate II
  • 158 Views
  • 8 replies
  • 0 kudos

Need M0+ recovery solution without reseting M4

Hi! We are developing a sensitive device using the STM32WB55, using in the M0+ the concurrent Thread+Ble binary (we use the concurrent because we'll need both Ble and Thread in the near future, althought the most important role is the Thread communic...

Develop an application using the STEVAL-25R200A

Hello,I am exploring the STEVAL-25R200A, and I want to build a pollingTagDetect application, using  NFC10A1_PollingTagDetect that comes with the X-CUBE-NFC10 package, in STEVAL-25R200-STM32G0B1.ioc but i can't get it to work.When i flash the code int...

AC_E_0-1763597156735.png
AC_E by Associate
  • 53 Views
  • 0 replies
  • 0 kudos

Resolved! Delayed ISR on Button Press for Nucleo STM32WB55

Hello,I am using the Nucleo STM32WB55 board and noticed that when I press the user button, the interrupt service routine (ISR) is triggered only after about 3.5–4 seconds. This delay occurs even before reaching the callback function — the ISR itself ...