11 years, 4 months ago.

how mbed LPC1768 is used to read a any file(any character) from USB mass storage device(pen drive)?

Hello friends,I am trying out mbed lpc 1768 to read any character that is stored in USB mass storage device(sony 8GB flash drive). I am a beginner to mbed lpc 1768.Can anyone please suggest what are the approaches I have to follow to achieve the communication between the flash drive and mbed lpc 1768. anyone please help me out,.

Thanking you Prashanth shetty

1 Answer

11 years, 4 months ago.

Hello,

If you search on the mbed website you will find that for many projects there are already libraries you can use. Now especially things like USB communication (or ethernet) are alot more complicated than a simple serial port, however luckily there is something which should help you: http://mbed.org/users/igorsk/code/MSCUsbHost/

Accepted Answer