• 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 include source file under this link in my application c:\keil\ARM\Boards\Keil\MCB2400\RL\USB\Host\MSD_File in this file there is no main function and i want to call this through main function...
  • 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...
  • usb host
    Hello all, I am doing one project where I want to connect usb pendrive to microcontroller and read data from or write data to usb pendrive using microcontroller it means I have to configure controller...