• 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...
  • 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...
  • 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
    Hi I am trying USB hostlite stack and FATFS module to make my MCU LPC2468 as USB host Compatible with FAT32.but i couldn,t understand how to start with FATFS module in USBHOSTlite example means...