Discussion Forum

USB Drivers for LPC2478

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
SIVA KRISHNA
Posted
16-Nov-2009 08:58 GMT
Toolset
ARM
New! USB Drivers for LPC2478

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

Read-Only
Author
Andy Neil
Posted
16-Nov-2009 09:08 GMT
Toolset
ARM
New! arm will act as host.Am i correct?

Yes - the ARM will need to act as the Host.

"how to initalize the HOST in LPC2478?"

By following the instructions in the Datasheet, and/or User Manual, and any other supporting documentation provided by the manufacturer, tool vendor, etc.

"what is the correct process"

Standard process for interfacing anything to anything else: http://www.8052.com/forum/read/160143

Read-Only
Author
Tsuneo Chinzei
Posted
16-Nov-2009 20:03 GMT
Toolset
ARM
New! RE: USB Drivers for LPC2478

See this NXP example, too.

USB host mass storage class (MSC) example
http://www.standardics.nxp.com/support/software/usb.host.msc/

USBHostLite for LPC23xx/LPC24xx, VBeta 1.0 (Feb 11, 2008)
http://www.standardics.nxp.com/support/documents/microcontrollers/zip/usb.host.lite.zip

Tsuneo

Read-Only
Author
SIVA KRISHNA
Posted
20-Nov-2009 09:24 GMT
Toolset
ARM
New! RE: USB Drivers for LPC2478

Thanks for giving the reply Mr.Tsuneo Chinzei

I understand the code,but my problem is for developing usb pen drivers on arm lpc2478 which documents or materials we need to study if anything is their plz send to me.

Thanks & regards
Siva krishna.

Read-Only
Author
Tsuneo Chinzei
Posted
20-Nov-2009 16:44 GMT
Toolset
ARM
New! RE: USB Drivers for LPC2478

> but my problem is for developing usb pen drivers on arm lpc2478

LPC2368 / LPC2378 USB Mass Storage Device Example
http://www.keil.com/download/docs/336.asp

Around USB device, LPC23xx is code compatible to LPC24xx

Tsuneo

Read-Only
Author
SIVA KRISHNA
Posted
21-Nov-2009 05:33 GMT
Toolset
ARM
New! RE: USB Drivers for LPC2478

Thnaks for giving reply Mr.Tsuneo Chinzei

I am not asking compitable code along to LPC2478. I am asking that for implementing USB Mass Storage device drivers required some manuals about usb. If that type any manuals are their plz give to me.

Thanks & Regards
Siva Krishna

Read-Only
Author
Tsuneo Chinzei
Posted
21-Nov-2009 15:02 GMT
Toolset
ARM
New! RE: USB Drivers for LPC2478

> 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
http://www.usb.org/developers/devclass_docs/usbmassbulk_10.pdf

USB 2.0 spec,
http://www.usb.org/developers/docs/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

Next Thread | Thread List | Previous Thread Start a Thread | Settings