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

no RTC wake up

I’m working on a project with the Nucleo-L476RG. I want to perform a measurement, then put the microcontroller into Sleep Mode for 2 seconds, after which it should be woken up by the RTC clock.I followed the tutorial:How to configure the RTC to wake ...

MichalPorazko_0-1764697557739.png MichalPorazko_1-1764697599975.png MichalPorazko_2-1764697651032.png MichalPorazko_3-1764698784445.png

Resolved! STM32N6 FreeRTOS linker issue for MPU

I am trying to setup FreeRTOS for the new STM32N6 Nucleo board. Running into the following error `GCC/ARM_CM55_NTZ/non_secure/port.c:1814: undefined reference to `__privileged_sram_start__'`.Based on https://github.com/STMicroelectronics/x-cube-freer...

milanvdm by Associate II
  • 1717 Views
  • 2 replies
  • 0 kudos

Bug in GPDMA with 2D addressing (I think)

I believe there's a bug in the stm32h7rsxx_hal_dma code for dealing with repeated blocks in interrupt mode. This bug probably exists in other STM32H7 devices as well.With a typical repeating transfer, in *NON* interrupt mode, the DMA transfer complet...

FA1234 by Associate III
  • 915 Views
  • 6 replies
  • 0 kudos

Sequential I2C problems on STM32F030

I'm re-using a sequential I2C library that worked on a couple other ST devices with different I2C devices, but it doesn't work on a STM32F030.They are functions for I2C register operations, where we always start with a write with the register address...