2014-05-12 03:36 AM
Hi,
I'm currently using the USB host library with a usb mass storage device, and it seems the host is getting stuck in the USBH_MSC_HandleBOTXfer function when waiting for the URB_Status (case USBH_MSC_SENT_CBW). Problem is that it always returns a URB_IDLE. Anyone able to tell me why that might be happening and how to work around it?2014-05-12 08:10 AM
After looking at the communications on a USB analyser, it seems that a packet is getting sent (presumably the CBW), but there's no ACK. What would be the reason for no ACK?