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

Resolved! I2C3 issue on NUCLEO STM32WL using CubeMX : I2C1 working well

Hello, I have a problem to use another bus (I2C2 or I2C3) than the I2C1 bus in the nulceo STM32WL55JC1My code is working with I2C1 but when I just change hi2c1 into hi2c3. Then, HAL_I2C_Mem_Write() is no longer working. I cannot see any signal with a...

0693W00000Ho8XQQAZ.png 0693W00000Ho8XfQAJ.png 0693W00000Ho8X1QAJ.png 0693W00000Ho8WwQAJ.png
LLr.1 by Senior
  • 3297 Views
  • 5 replies
  • 0 kudos

P-NUCLEO-LRWAN2 Softwareupdate for endnote

I got the package P-NUCLEO-LRWAN2It consists of an endnode and a gateway for sending date from endnote to gateway and further to an application.In the manual (UM2587) "Getting started with the P-NUCLEO-LRWAN2 and P-NUCLEO-LRWAN3 starter packs" on p...

0690X00000As0bUQAR.jpg
GAM by Associate II
  • 2953 Views
  • 18 replies
  • 0 kudos

Resolved! STM32CubeMonitor-RF 2.8.0 is available

A new version 2.8.0 is released.It mainly provides BLE OTA improvements and fixes some minor issues.See Release note https://www.st.com/resource/en/release_note/rn0104-stm32cubemonrf-release-280-stmicroelectronics.pdf for more details.Enjoy !

Resolved! STM32WB clocks

I am using the HSE and LSE for the STM32WB. I am under the impression that you must use the 32MHz HSE if using BLE. I am also under the impression that you should be able to set your CPU1 (app processor ) to 64MHz. I have tried all kinds of things...

SWenn.1 by Senior III
  • 888 Views
  • 3 replies
  • 0 kudos

Resolved! STM32WB55 LPTIM PWM from LSE appears broken.

I am trying to get my STM32WB5MM-DK to output a PWM from LPTIM1 clocked from LSE in STOP mode.I created a fresh project with STM32SCUBEIDE selecting HSI clock for the main CPU and LSE clock for the LPTIM1.Then in User Code 2 section i put the followi...

JWieb by Associate III
  • 750 Views
  • 2 replies
  • 0 kudos

STM32WL immediately wakes from shutdown sleep mode

I'm attempting to cause an STM32WL (currently on a WL55JC1 devboard) to sleep using the shutdown mode, and am running into a an issue where the MCU immediately exits sleep after it enters it.Here's what I believe to be the sleep related portions of m...