Do you want to combine it with USBHost, so you can both read/write from an SD card and from a USB flash drive, or do you want to combine it with USBDevice, so you can read/write from an SD card and also access it from your PC as a USB mass storage device?
If the first, it should just work by including both. If you mean the second one, have a look at: http://mbed.org/users/Sissors/code/USBFileSystem/.
Regarding same name in SDFileSystem and FATFileSystem, you don't need FATFilesystem since it is already included in SDFilesystem. If you meant same in SD and USB libraries, correct, but there the have the same function also. Anyway the USBFileSystem library handles all that.
Hi ,
I am trying to integrate the USB and SD card libraries to build an application on LPC1768 platform. I am unable to combine both the libraries. I have the USB data read write program from the cook book. Many functions have the same names in both SDFilesystem and FATfilesystem libraries. The same functions have different definitions in both the libraries. Please help me out.
Thanks , Ajit