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

Resolved! Stm32 default clocks after reset/boot?

Hi, I am trying to understand the startup process of stm32 mcu. So I have a good knowledge with STM32 and HAL but I want to learn a little deeper with the registers.So I created a blank project and included only the peripheral header file (stm32wb55x...

suads by Associate III
  • 6092 Views
  • 3 replies
  • 2 kudos

STM32WB55: Trying to get the RTC running based on HSE_DIV32

Hi,I have been trying to use the HSE_DIV32 clock as input for the RTC but without success.I cannot find any example where this is done even though it's available in the datasheet and the register map.I have been doing this after enabling the HSE cloc...

apous.1 by Associate II
  • 722 Views
  • 2 replies
  • 0 kudos

Stop modes and low power modes

Hello, I'm using the the official example of CubeMX P2P_server and I want to enter stop2 mode during advertising to minimize the current consumption like this: void SCH_Idle(void) { LL_C2_PWR_SetPowerMode(LL_PWR_MODE_STOP2); HAL_PWREx_EnableBLEActivi...

STM32WB55 - PWM not working

Hello,I am trying to use PWM using DMA in the P-NUCLEO WB55 dongle but the PWM signal was not behaving according to the setting which was done in STM32Cube MX.Can anyone help me to understand the role of Auto Reload Register, Repetition counter, and ...

Smalik by Associate II
  • 1829 Views
  • 6 replies
  • 0 kudos

Resolved! STM32WB WPAN Middleware sources

The readme.txt in the STM32WB Middleware WPAN folder mentions that it is possible to get the clusters library sources. How can this be managed?