• 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...
  • usb hostlite
    Hi In following function i did n,t get TD_TOGGLE_0 value and TD_TOGGLE_1 and this line ed->HeadTd = (USB_INT32U)TDHead | ((ed->HeadTd) & 0x00000002); What,s the need of AND Ooperation of ed->HeadTd...
  • usb hostlite
    Hi I think that there is no need of gUSBConnected in following function as by checking this field OR_RH_PORT_CCS we can determine device is connected or not What,s the need of this gUSBConnected...
  • 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
  • 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...