Question
USB Host Library - problem on function USBH_BulkReceiveData()
Posted on August 02, 2012 at 16:49
I'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 success;However, with USBH_BulkReceiveData I cannot receive - IN direction;The post linked below indicates that the library has some problems in its USB machine (but for STM32F1);In this case, the programmer also used the USBH_BulkReceiveData fucntion:[DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/USBH_BulkReceiveData problem&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=200]https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2Fcortex_mx_stm32%2FUSBH_BulkReceiveData%20problem&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=200Is it really? Has ST a perspective to release a corrected version of the library?Have someone used the function USBH_BulkReceiveData??Thanks in advance.