• Useful links for configuring USBHostLite for FAT32 file system
    USBHostLite includes just FAT16 file system library. Replace it to another one, such as FatFs (FAT12, FAT16 and FAT32) elm-chan.org/.../00index_e.html Here is an example of FatFs over USBHostLite...
  • file system cache problem on LPC1788
    LPC1788 with SDHC card attached using 4 data lines, e.g. not SPI. I'm using MDK-PRO 4.60 and my project is RTX based. I'm using networking and the RL-filesystem, with MCI_LPC177x_8x as my memory card...
  • fat32 implementation for usb host
    Hello, I want to initialize the fat32 file system for usb host on at91sam9260.I am having problem in checking the boot signature.My application is to read/write the text file from the mass storage device...
  • usb hostlite fat32 impplementation
    i am currently using lpc2468 usbhostlite code and getting the required results. can anyone please help me make the necessary changes in the code to use it with fat32 formatted pendrives also
  • Problem with fformat ("M:SD_CARD /FAT32");
    Hello dear friends i use fopen , fclose and other function without any problem but when i use fformat("M:SD_CARD /FAT32) or ("M:SD_CARD /WIPE) it makes my SD card's format corrupts ! and...