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

Getting huge different Delay time in measuring a blocking delay timer which run in different memory address of STM32H7a3ii. Was this behavior of the MCU?

I create a simple blocking delay timer using simple looping and run in STM32H7a3ii. The program was linear, no code optimization, no interrupt. Without any changes of the blocking delay timer function, i found that when the blocking delay timer place...

WChan.5 by Associate II
  • 2000 Views
  • 11 replies
  • 0 kudos

Resolved! STM32G030K6T6 oscillator pins

As per datasheet pin 2 and pin 3 are OSC32_IN and OSC32_OUT pins I want to connect a 8MHZ crystal and was looking for OSC_IN and OSC_OUT pins, but could not find any info regarding them, can the OSC32_IN and OSC32_OUT pins be used for connecting the ...

0693W00000bhMAbQAM.png
MMala.3 by Associate II
  • 1504 Views
  • 5 replies
  • 0 kudos

STM32F0 ADC external trigger with PWM and DMA - How to verify the trigger instance or ADC sampling begin instance?

Hi,I am using ADC with external trigger mode and DMA. The external trigger is TIM1 CH1 PWM out FALLING EDGE.I wanted to verify if the trigger instance is correctly set for which I am probing the PWM output and a GPIO that toggles inside the ADC_ConvC...