STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F4 library call functions

I came from TM4C background. TM4C has a library file that lists each peripheral and the function calls for that peripheral. I'm going to work on STM32F4 and looking for a similar library. Can any point to a pdf file somewhere in the net.

MissionYE by Associate II
  • 1436 Views
  • 3 replies
  • 0 kudos

STM32U575I-EV: USBX Ux_Host_CDC_ACM example fails

Using STM32U575I-EV board with USB-C connected to host pc and ST-Link connected, JP25 set to 5V-UCPD, JP14, JP15, JP6 fit as described in document, example app fails and board continuously resets for about 1 minute after running. The code fails in US...

MSher.1 by Associate III
  • 673 Views
  • 0 replies
  • 1 kudos

USBH class request getting failed as USBH_BUSY

Hi,I am implementing a USB host library into my project. The first step to add a USB drive class. I have copied the files from the stm32f4 cube f4 discovery board sample project. Using Full Speed mode.The standalone sample project working fine on my ...