• USB as a V drive for pendrive
    Hi, I want to implement a USB module as V drive for pendrive where I can get commands through uart such as make directory ,open file etc and then dump the file onto pendrive. I am aware of how USB...
  • Failed Writing in Pendrive(USB 2.10) using LPC2468 sometimes
    Hello to all, I am using Kingston Pendrive(3.0), it is working on my code but some times it stuck in Host_WDHWait() of Host_ProcessTD(EDBulkOut, TD_OUT, user_buffer, MS_BlkSize * num_blocks) during...
  • 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...