I met the similar problem but mine was solved.That was caused by FIFO size. The maximum size of USBH FS is limited to 0x100 as mentioned in the reference manual and the actual value is set in "stm32f4xx_ll_usb.c" and the default size is 0x80.The way...