Re:How to read U-disk through the USB host...
The example makes use of fatfs, an open source file system. You can find fatfs in the DriverLib tree under the third_party directory.
Take a look at the example source file usb_host_msc.c and search for the string "f_" and you will find the places where the fatfs API is called. All of the fatfs functions begin with "f_".
Another example that uses fatfs is qs-scope. This example application stores scope data on the USB memory stick.
login or register to reply
|