We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hai this is Siva Krishna, I am present implementing USB Pendrive drivers on LPC2478. Here USB Pendrive is a slave that means device,so arm will act as host.Am i correct?
If it is correct how to initalize the HOST in LPC2478? or it it wrong what is the correct process for implementing USB drivers on LPC2478.
Thanks & Regards Siva Krishna
> I am asking that for implementing USB Mass Storage device drivers required some manuals about usb.
This is an essential book to attack to MSC implementation. Buy it. "USB Mass Storage" by J. Axelson http://www.lvr.com/usbms.htm
USB specs, USB Mass Storage Class - Bulk-Only Transport www.usb.org/.../usbmassbulk_10.pdf
USB 2.0 spec, www.usb.org/.../usb_20_052709.zip
SCSI specs, Unfortunately, ANSI has closed all open links for the SCSI draft specs. You have to search the specs floating over the net, if you want to get it free. Search these PDF files. SPC3r23.pdf SBC2r16.pdf MMC3r10g.pdf
Tsuneo