Problem with USB host

09 Nov 2012

I try working with the USB host fonctionnality on the mbed with the " MSCFileSystem.h " library, but I have a problem with the detection of a key. The library does not have the ability to view the insertion and the removal of a key (the key must be connected before accessing it).

I'm searching for a solution to view the status of the usb host

thanks

27 Nov 2012

Up..

27 Nov 2012

I believe that this problem can be solved with using library USBHostLite.

Import libraryUSBHostLite

Import Library

Vladimir

28 Nov 2012

I already use this library so the problem does not come of it.. It is compulsory to use MSCFileSystem. If we do not put USBHostLite there are errors..