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! The D2 domain ram can't be operated

Hi,MasterMCU: stm32h743iiQuestion:The scatter file is as follows: The stack and some global variables are allocated in RW_D2SRAM. After the program starts and during the handling of scatter file loading in its __main, it is found that both the stack ...

Lyu.1 by Senior
  • 413 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H735-DK: can't get DFSDM1_CLK out on PC2

I'm working with an STM32H735 Discovery board. I have DFSDM working via the STMOD+ connector. I'm currently designing a PCB that will plug into the Arduino header to better connectorize our PDM mics, add a few additional parts, etc. and move all DFSD...

cyclebot by Associate II
  • 484 Views
  • 1 replies
  • 0 kudos

LWIP on Nucleo-H755

Hello :) i am working with a nucleo-h755zi.my goal is to create the following:1. M7 core running with FreeRTOS and LWIP.2. M4 Core running bare metal. after using the following instructions (https://community.st.com/t5/stm32-mcus/how-to-create-projec...

yuri CH by Senior
  • 1838 Views
  • 2 replies
  • 0 kudos

Resolved! PORT D Read errors.

I have an STM32CubeIDE project using HAL for a STM32G071RBT6I have Port D bits 0 to 6 set up for GPIO Input, with pull-up enabled.In hardware these are connected to an 8-WAY dip switch, which when each switch is "on" connects the respective pin to GN...

Screenshot 2025-07-16 at 16.20.46.png Screenshot 2025-07-16 at 16.20.13.png
KMill by Senior II
  • 1605 Views
  • 11 replies
  • 3 kudos

stm32u073 wake from stop mode using RTC alarm

Hi,I'm trying to get a stm32u073 to wake up from stop mode using an RTC alarm. I previously did the same on a stm32f103 which seemed to work just fine. When trying the same on the stm32u073 the controller either doesn't wake up or wakes up every seco...

Jochem by Associate II
  • 784 Views
  • 3 replies
  • 0 kudos

Ghosting Problem on STM32C0 CDC (classic coremw)

I have solved the problem, but I want to know the root cause so I can solve this perfectly.I use STM32C071FBP6. Because STM32CubeIDE won't generate classic CDC VCP anymore, I use STMicroelectronics/stm32c0-classic-coremw-apps: Provides a set of appli...