Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Looking for USB Flash Driver form ARM9

Status
Not open for further replies.

yodathegreat

Member level 3
Joined
Feb 23, 2002
Messages
56
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
360
USB Flash Driver

Hi,

I have a ARM9 with USB Port..

And I want control a "FLASH USB PEN" (32-128Mo)

Where can I found the protocol of the USB PEN ?

Best regards Yodathegreat
 

Re: USB Flash Driver

Is this ARM USB host capable? USB storage class is documented at www.usb.org
 

Re: USB Flash Driver

If you want you can used an 'of the shelf solution' from Cypress they have everything you may dream and more.. :D Their EZ-USB or on the go solutions let you be either a controller or a peripheral USB ( or both)..
So if you are interested, have a look (cypress.com). They even have online seminar on the subject!
:eek:
yodathegreat said:
Hi,

I have a ARM9 with USB Port..

And I want control a "FLASH USB PEN" (32-128Mo)

Where can I found the protocol of the USB PEN ?

Best regards Yodathegreat
 

Re: USB Flash Driver

Pls try the driver, Ihave no surety....






Thanx
Unnihrd
 

"FLASH USB PEN" is USB Mass Storage Class device
for more info about protocol look in linux kernel or wince source code.
 

tcsa35, do you have any ideas about implement USB mass storage device support in ANSI C in an infinite loop?
 

I have no idea how to implement,but take a look at:

**broken link removed**
http://www.beyondlogic.org/

there are useful links and info about USB.
 

Re: USB Flash Driver

where can we find win ce source code or its setup?
 

Re: USB Flash Driver

Here is Microsoft Windows CE .NET source code for USB

USB Driver Architecture
A USB system consists of a host computer, one or more USB devices, and a physical bus. The host consists of two layers, an upper software layer, which includes USB device drivers, and a host controller hardware layer, also known as an adapter layer. The main responsibility of the host computer is to control data transfers to and from USB devices. USB devices are peripherals that use the USB electrical and data format specifications to communicate with the host computer. The physical bus is the set of USB cables that links the controller with the peripherals.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top