• usb host
    Hi, I am trying to make LPC2468 as a USB host I successfuly convert the NXP usb hostlite example compatible with FAT32 . I am able to read data and copy data but when i create a file and write...
  • USB host
    I want to make LPC2468 as a USB host for FAT32.but usb hostlite example support FAT16 can anybody guide me in this case . I will be very thankful
  • USB host
    Hello Sir, I am working on USB host using LPC2468. I am facing a problem when i try to create 6 different file it creates 5 files on pendrive 6th file is not creating my code is like that for...
  • usb host
    i am trying to open usb host example using D:\Keil4.13\ARM\Boards\Keil\MCB2400\RL\USB\Host\MSD_File when i COMPILE THIS I GET ERROR usbh_ohci_lpc24xx.c(20): error: #5: cannot open source...
  • USB host
    Thanks in Advance I started to work on USB Host.I am studying OHCI specification .In specification it is mentioned that host does it operation through endpoint descriptor list. I did n,t get it completely...