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

STM32U5 tinyusb host mode driver help

Hey!I'm trying to create a driver for the STM32U545 for TinyUSB . Currently, theres a driver existing for device mode, and theres driver for the boards using synopsys and not usb_fsdev. I have followed the reference manual, and gotten so far:hcd_stm3...

stm32 i2c transmitter mode flags doubt

why need to monitor txe flag and btf flag to transfer data after each byte.txe says data register is empty,btf  and txe says need monitor after last byte. according to reference manual.but my question is how should i know i get ack after sending 1 by...

Cannot see output from USB

Hello,  I have an STM32L4R5 MCU on a custom PCB and I have flashed it with my firmware via USB_OTG_FS. Both CubeProgrammer and the CubeIDE have worked in flashing the MCU for me, given I have an ST-LINK connected to it as well. I have USB_DM, VBUS_Se...

ym21 by Associate
  • 32 Views
  • 2 replies
  • 0 kudos

STM32H5 LPTIM PWM with DMA (BREQ = 1) undocumented

Hi,I want to use LPTIMx to output a PWM signal that changes duty cycle on each period with DMA. The HAL driver implementation for LPTIM PWM is completely wrong, so I tried to find out how to do this from TRM etc.LPTIMx has 3 DMA request events:2xCCRx...

CClau1_0-1761408901003.png
CClau.1 by Associate II
  • 113 Views
  • 1 replies
  • 0 kudos

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