STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! What is impure_data?

Heyho, just checked the build analyser in STM32CubeIDE for my L031 project and found "impure_data" in the RAM list.Can anyone please explain what that is? Google didn't really help... Just curious, RAM size is not a problem for this project (32kB fla...

LCE by Principal II
  • 490 Views
  • 1 replies
  • 1 kudos

SDMMC and USB Mass Storage Class (MSC).

I am using the STM32H745I-DISCO board, where Core M4 handles SDMMC and FATFS, and Core M7 manages USB Mass Storage Class (MSC). Is there a procedure or any available documentation on linking both cores for seamless data sharing?

indhuja by Associate
  • 257 Views
  • 3 replies
  • 0 kudos

STM32H745IIK6 GPIO Pxx_C pin configrations

On our custom board using STMH745IIK6 we cant use both PC3_C and PC3 pins together. PC3 is configured as ADC reading 1.7V and PC3_C is configured as SPI MISO and when configured this way we cant read SPI device (I3G4250D) also ADC reads corrupt as we...

PCB Critiques

Hello, I am creating 2 pcbs, one for controlling 6 stepper motor drive boards, and one for controlling 8 servos. Both have an STM32 and CAN communication. It would be great if you could critique my designs and tell me where I could improve so they ha...

Screenshot 2025-03-16 144212.png Screenshot 2025-03-16 144227.png Screenshot 2025-03-16 144356.png
at3 by Associate III
  • 828 Views
  • 12 replies
  • 5 kudos

After standby LSE not work

I'm using the STM32G030FP6 in standby mode with WKUP2 for wakeup and the system has a backup battery. I'm facing the following issues:When using the LSI clock, standby entry and WKUP2 wakeup work normally.When using the LSE clock, after entering stan...

ZZH by Associate
  • 1106 Views
  • 3 replies
  • 1 kudos

Memory Synchronization Barriers

I am running code on an STM32U585QI that enters STOP2 when the code is idle.   I am disabling the data cache before going to stop2, and enabling it when coming out (to deal with an errata item).  My code basically does this:HAL_DCACHE_DeInit(); HAL_P...

BDoon.1 by Associate III
  • 426 Views
  • 4 replies
  • 1 kudos