We are using OMAP 3530 USB host with the USB3320 as the transceiver on our custom board. We are facing some problems in Bulk read, earlier we saw that from pen drive if we try to read a file(more than 10MB) it was hanging in-between but copying to pen drive was not a problem. Now we have a custom USB device which is connected to the usb host and even this uses bulk transfer, so when we try to read from the device we will be able to read for a while and then it is failing. We are unable to figure out what is the problem whether the transceiver initialization, host driver or the OMAP usb host controller. I read that LogicPD says OMAP USB host is having some problem so bulk read is pushing the host to get locked. Can anyone please comment on this?