User Activity

Posted on March 25, 2012 at 14:30Found a bug in the USB Host / Device library.uint32_t overflow, max. block number is ~ 8.4M.See the link, rows 39 - 40https://gist.github.com/f4691b584575c41e26fbIs there any chance to have this bug (and others too) ...
Posted on March 06, 2012 at 05:20I'm trying  to implement USB device that emulates mass storage on USB FS, however, the data source  is approx. 10 times slower than USB FS transmit rate.I tried to wait in Mass Storage read callback for data, but it ...
Posted on January 31, 2012 at 13:25The problem is found, but there there is an eternal interrupt loop when NAK from device, so there is an another patch is required for the host lib, 'cause there is no wayto know when the device finished data transf...
Posted on January 27, 2012 at 20:58 There is bug in USB Host library that causes to wrongbehavior if the attached device has more that one interface. EP properties for interface 0 is overriding by the values for next interfaces. There is also a ...
Posted on January 24, 2012 at 08:23Hi, I'm trying to communicate with Huawei 3G USB modem using STM32 Host and Device USB Library. Those modems require to be disconnected after some configuring to switch to  CDC mode.Is there any way to force some U...