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

STM32G0: PWM Pulse + One-Pulse mode

Above is the configuration of my Timer. - To generate pulse, first I used HAL_TIM_OnePulse_Start but with that pulse was not generate.- So I did this: while(1) { HAL_TIM_PWM_Stop(&htim17, TIM_CHANNEL_1); __HAL_TIM_SET_COUNTER(&htim17, 0); HA...

jowakar122_1-1761976053182.png jowakar122_0-1761976034066.png jowakar122_2-1761976295716.png

Resolved! STM32H7S3V8T6 TIM1 prescaler clock clarification

Hi All, Hoping someone can clarify my confusion on the clock input for the TIM1 counter...background:I am testing Tim1 output compare by toggling PA8 on the micro... - the timer settings areperiod = 1600, no clock divisor or prescaler and my clock co...

JShro_0-1759285004047.png
JShro by Associate III
  • 625 Views
  • 11 replies
  • 0 kudos

STMu545 USB Host - Only getting NAKs on setup packet

Hey!I'm working on implementing USB host functionality on the STM32U545 using the USB_DRD_FS peripheral. I've got the basic structure working, but I'm stuck at the enumeration stage, where the device responds with NAK to SETUP packets and enumeration...

bartosz_ by Associate II
  • 82 Views
  • 0 replies
  • 0 kudos

Resolved! Simultaneous EXTI and timer interrupt configuration

On the STM32F303K8, is it possible to configure e.g. PA8 to both receive an EXTI interrupt on falling edge and act as the TIM1CH1 input to trigger source TI1FP1, in turn serving as a timer gate for gated mode? I cannot find a way to express this thro...

avidroneg by Associate III
  • 293 Views
  • 7 replies
  • 8 kudos

Resolved! STM32H7 dual flash bank

Hi i am working on a project with STM32H7A3VGT6 chipset which has LTDC controller. my goal is to make a LVGL based UI with SquareLine Studio and interface a 24 bit parallel RGB display with it . so i have made a UI using SquareLine Studio and importe...

b1aze_0-1762245597758.png
b1aze by Associate II
  • 203 Views
  • 7 replies
  • 2 kudos

Resolved! STM32H753XI-EVAL DAC Channel 2 on PA5 not working

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. Please read this post: How to insert source code.Hi,I am new to STM32 and I have to do a data acquisition b...

Resolved! STM32H573 (68-pin): ROM DFU asserts D+ without VBUS

Hello all,I’m hitting a USB edge case on an STM32H573 in the 68-pin package (no VBUS sense pin, no VDDUSB domain).My setup (works fine in application):The product is self-powered (3V3 is always on). Because the package has no VBUS_SNS, I detect bus p...

NirAlon by Associate III
  • 112 Views
  • 1 replies
  • 0 kudos