Hi,Yep it's been a long time, but I am currently having the same issue.Basically I can't switch from USB Device mode to USB Host mode on the STM32F401 using the code below. /* Configure USB Device mode */
USBH_Stop(&hUsbHostFS);
USBH_DeInit(&hUsbHost...