STM32 MCUs Wireless

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

Advice for Adding cellular connectivity

I have a dev_kit which I want to use to connect to a cellular network with LTE-M. But the example-file that they gave were a .bin file from XCUBE_CELLULAR for B-L462E-CELL1\cellular. Since I never used i, I have no clue what to do. How could I get st...

Fates by Associate II
  • 684 Views
  • 1 replies
  • 0 kudos

STM32WB09KE ble disconnect with 0x08 reason

hi ST support teamI am designing a circuit using the STM32WB09KE chip.However, when running the BLE_p2pServer example program from the package STM32Cube_FW_WB0_V1.1.0 and using the ST BLE Toolbox app (on iphone) to connect, I encounter a continuous d...

Screenshot 2025-01-21 at 00.28.54.png Screenshot 2025-01-21 at 00.41.36.png Screenshot 2025-01-21 at 00.38.26.png

STM32WB standby mode WKUPx

I'm working with the p-nucleo-wb55, and I would like to configure the pin PA0 , PC13 to wake up the MCU from Standby Mode. I configued PA0 and PC13 from STM32CubeMX to GPIO_EXTI0 and GPIO_EXTI13 respectively.Config:PA0 : External Interrupt with Fall...

jirdom by Associate II
  • 2062 Views
  • 6 replies
  • 0 kudos

Resolved! Pin sharing problem with SWD and SPI3, GPIO

Hi. I'm developing a custom board using STM32WB09TEF7TR microcontroller.I had a problem re-accessing the microcontroller using SWD once I finished programming one time.I found that it is due to the SPI3 (PA3) and one GPIO pin (PA2) sharing the pin fo...

KKIM.6 by Senior II
  • 261 Views
  • 1 replies
  • 0 kudos

How to activate RTC calendar while using BLE.

 I want to send current date and time from mobile app(like nrf connect app) to STM32WB via BLE. Need to set that received time to RTC. From that time, RTC should update the date and time continuously. I don't know how to set that received time to RTC...