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

Resolved! STM32WB Project Application Example missing file

Hello!I am trying to run the BLE_TransparentMode example https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/STM32WB5MM-DK/Applications/BLE/BLE_TransparentMode/STM32CubeIDE I have opened the project in STM32CubeIDE and try to compi...

DLid.1 by Associate II
  • 844 Views
  • 1 replies
  • 0 kudos

Resolved! What is maximum MSPS for multi-channel ADC?

I need 1.5 MSPS speed for my array device having 1536 pixels. I saw that the STM32WB55VGY6TR microcontroller operates its ADC at a maximum speed of 4.26 MSPS in the manual. So, my question is, if I activate 16 channels (the maximum number of channels...

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

STM32WL55 FreeRTOS and SubGHz_Phy

Hello everyone,We are a group of students working on the development of flight control and communication software as part of a space program. Our project is based on the STM32Wl55 MCU with LoRa and FreeRTOS. Currently, we are transitioning our softwa...

Bildschirmfoto 2023-10-24 um 16.23.08.png

WB55 Protect Memory from unintended Access

Using the STM32WB55 SoC we are wondering, if it is possible to protect the shared RAM and FLASH memory from unintended access by CPU2 (the BLE and security dedicated M0+ core). As a minimum requirement we would need to be able to detect such violatio...

MaZe by Associate
  • 955 Views
  • 0 replies
  • 0 kudos

Resolved! What's up with the flash on STM32WB1MMC?

Flash on the STM32WB1M is supposed to be 320K long, as advertised as well as in the ref manual RM0473 and in the Memory Manager in CubeMx. But the default linker script out of CubeMx only gives 110K flash section length. If I try to put an emulated E...

TBran.3 by Associate III
  • 1805 Views
  • 3 replies
  • 1 kudos

module stm32wb55mmg

Is there a universal PCB for the stm32wb55mmg module? How to use the stm32wb55mmg module without BGA soldering?

POlcz by Associate III
  • 1119 Views
  • 3 replies
  • 0 kudos

Upgrade STM32WB5 MCU (Stack + User app) via UART

We have the following use case: - H5 MCU runs FreeRtos and communicates with the STM32WB5 chip via UART;- We want to be able to download the SW into the CM4 and CM0 memory regions.What is the simplest way to update the stack and user app via UART?Tha...