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

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 III
  • 176 Views
  • 3 replies
  • 2 kudos

Resolved! DMA usage to read from timers and set hrtims

Hello guys,Can anyone help me on how i need to set up a dma chain reaction so i can read from a timer ccr1, ccr2 registers and write their values to hrtim period and compare1 registers? The only thing I have found until now is how to set up the dma f...

chrkaras by Associate II
  • 152 Views
  • 2 replies
  • 0 kudos

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...

bartosz_ by Associate II
  • 199 Views
  • 3 replies
  • 1 kudos

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...