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

tickless idle on my STM32H7 HOW IT WORKS???

Hi,I'm trying to implement a simple tickless idle on my STM32H7 running on the CM7 core i use TIM1 for TimeBase.I followed the example from this video:https://www.youtube.com/watch?v=hVlpf1Rm4QoMy question is how it works, because the default impleme...

DP alt mode software for STM32G0B1

I am looking for example software for Display Port Alt mode for the STM32G0B1 eval board.  I can't find it in the repository after searching most folders.  The daughtercard schematic (MB1352) shows the DP alt mode connections, so I think this softwar...

SMoor.1 by Associate II
  • 29 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H753ZIT6 VCAP pins

Hi,Vous avez dit :I’m using the STM32H753ZIT6 in my design and I’m looking for clarification on the correct way to connect the VCAP pins. Since the LQFP144 package does not support the VDDLDO pin, what is the recommended capacitor configuration for V...

SBelh.1 by Associate II
  • 53 Views
  • 2 replies
  • 1 kudos

NUCLEO-C092RC (MB2046B): UART-based bootloading

Hi, I have an STM32C092RCT6U development board and I am trying to perform UART-based bootloading. My board has a B3 button for selecting the boot mode. I am using the Flash Loader Demonstrator to flash the application, but I keep getting the followin...

Nibesh by Associate II
  • 113 Views
  • 5 replies
  • 2 kudos

how to run QSPI ?

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code and a linker script content. Please read this post: How to insert source code. Hi everyone, I'm trying to in...

luisfynn1_0-1765352949409.png luisfynn1_1-1765352987189.png

STM32F446 EXTI GPIO interrupt not triggering

Hello, I’m working with an STM32F446 and have configured GPIOB pin 12 as an EXTI input. After initialization and before entering the main while loop, I call a function that blocks program execution(what I mean by blocking : I have a test that stands ...