• usb host for HP pendrive
    Hello everyone I am working on LPC2468 usb host with mass storage class . I am using NXP usb hostlite example as a base. I converted this source code for FAT32 system. It,s working fine for KIGNSTON...
  • 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 Pen Drive
    Hello frnds, I am using LPC 2368 ARM controller for my application. I want to use Usb as MASTER communication . in my application I want to transfer data from my hardware device to pen drive(memory...
  • Storage capacity of this USB "drive" is limited to 16KB of RAM.
    Greetings We have interfaced(using SPI) micro SD card with LPC2378 and its working fine….FAT 32 is used….. Secondly, we are using LPC2378 as USB mass storage device .So, we got separate drive displayed...
  • LPC2368 writing from MMC to USB flash drive
    Hi I want to copy data from MMC/ micro SD to a USB flash drive. I know the MCI feature of LPC and I successfully tested the Keil example for using MCI for MCB2300. But what features I should use to...