USB Host Library - problem on function USBH_BulkReceiveData()
Posted on August 02, 2012 at 16:49I'm trying to make a custom drive based on MCS driver; In order to run a STM32F4 (on a discovery board) as USB host of a vendor specific device.Using USBH_BulkSendData I have exchanged data in OUT direction with suc...