STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32U5 STOP2 with FreeRTOS

What should I pay attention to when I use stm32u5 FreeRtos stop2,When exiting stop2, do the relevant i2c spi adc uart peripherals need to be reinitialized?Is the value retained?Is there a routine for FreeRtos stop2?void Bsp_PowerManage_enter_stop_mod...

STM32F446 - STM32U5A5 I2C Problem?

Hello,I’m using a CAT24C32-D EEPROM. It works on our STM32F446-based PCB, but I can’t get it to work on our STM32U5A5-based PCB. I’m encountering both write and read errors. I’m using the same driver/library on both MCUs, and the hardware is identica...

cannot communicate using SPI

I am trying to communicate to a e-paper display of waveshare 1.54inch v2 with B-WL5M-subg1. I have used the  program file the company has provided but there is no respone in the module. I have tried using esp32 and the module works fine with it. both...

STR32F411RE Board for VL53L4CD (GUI)

HelloI have a few questionsSituation Summary:Development board: STM32F411RESensor: VL53L4CD TOF sensorPrevious successful case: On the STM32F401RE board, setting the BOOT0 pin to 1 → uploading the BIN file via STM32CubeProgrammer → sensor operation v...

STM32H743 LwIP no RTOS transmit in interrupt

Hi, I'm using STM32H743 with STM32Cube FW_H7 V1.12.1 library package.I'm using LwIP without RTOS and our application is working well. In order to improve performance we would like to use the transmission in interrupt for the etherrnet interface inste...

Vale81 by Associate II
  • 145 Views
  • 5 replies
  • 0 kudos

Low Power on Zephyr RTOS

Hello,I'm working with a RAK3172 based on STM32WLE5CC chip.I'm using Zephyr RTOS and trying to use the power management features.I've an uart communication, when CONFIG_PM=n, everything works well. When setting CONFIG_PM=y, I don't receive any data.I...