• RE: usb hostlite fat32 implementation
    Answer to the Read-Only thread, http://www.keil.com/forum/20503/ > Could you tell me why the file name must be capital letters? It comes from Short File Name restriction on FAT file system...
  • usb hostlite fat32 implementation question
    In the “usb hostlite fat32 implementation forum No. 20503 I am a bit confused. Which routine should I be using f_open() or FILE_Open? If I use FILE_Open (as subsequent code in the thread indicates) then...
  • 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
  • LPC2468 USB-MSD ChanFs FAT32
    Dear All i have a problem with modified version of USB hostlite with Mr Chans FS SFAT32. DRESULT disk_ioctl(BYTE drv, /* Physical drive number (0..) */ BYTE ctrl, /* Control code */ void *buff...
  • Problem with fformat ("M:SD_CARD /FAT32");
    Hello, I try to format an SD_CARD with the LPC2368 and RL-ARM 3.40 with : fformat ("M:SD_CARD /FAT32"); It doesn't work and I don't understand why. Somebody can help me ? Thanks...