STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Why USB_ResetPort function has 100 ms delay ?

USB_ResetPort function is called in USBH_Process in HOST_IDLE state after USBH_Delay(200U); this results in 300 ms delay usb application.Is there any way to reduce this time in stm32 USB applications.This function is after a USB connection. Is there ...

NAgha.1 by Associate II
  • 382 Views
  • 1 replies
  • 1 kudos

Resolved! STM32F750 + USB Host + FATFS return FR_DISK_ERR

Hi, I'm trying to run a USB host mass storage on an STM32F750. After building the project in STM32Cube V 1.11.0 I have in "usb_host.c" after the line" Appli_state = APPLICATION_READY;" the code "res = f_mount(&USBHFatFS, USBHPath, 1);" written, but "...

M_Fakhr by Associate
  • 417 Views
  • 1 replies
  • 0 kudos
Labels