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

What does RCC_BDCR_RTCEN do on an STM32WL55?

We are using an STM32WL55 (NUCLEO-WL55JC2) and don't understand RCC_BDCR_RTCEN. Our system is configured to be woken up from Stop 1 Mode via RTC wake-up, clocked by LSE. This works, but we wonder about a detail.According to RM0453, RCC_BDCR_RTCEN is ...

skoe by Associate II
  • 1014 Views
  • 5 replies
  • 0 kudos

Resolved! How to use external QSPI flash to save sensor data

Hello,I am currently using STM32WB55 with QSPI external flash.Currently, the plan is to use it without Bluetooth, for now.I am able to write and read the flash in the program.The plan:Record for 24 hours with DMA from sensors to flash.Upload another ...

ASaph by Associate
  • 1911 Views
  • 3 replies
  • 0 kudos

STM32WB55 FATFS sd real time

The stm32wb55 writes data to the sd card in real time through FATFS, and the function f_write() will take tens of ms. I want to use two buffers, one buffer to store data, and one buffer to write data to and from the sd card (can this avoid the delay ...

Lep by Senior
  • 1627 Views
  • 9 replies
  • 1 kudos

Resolved! Unable to wakeup from stop mode with LPTIM

Hello, I have a STM32WLE5JB, and a want to wakeup the chip from sleep mode to have multiple task. (Read a sensor every x sec) externally from the RTC that is tied to the lora TX delay.So i have the code that include the lora stack without any modific...

HDIA.1 by Associate III
  • 2247 Views
  • 9 replies
  • 0 kudos

Flash Operations Initializations.

Hi Team,We are using the STM32WB55 Series for our project. We are using specific flash sectors (8) for our config data. Is there any specific Initializations are required for Flash Operations which is similar to other peripherals like Clock, UART, I2...