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.

Atmel Microcontroller as USB Data Stick... Good or Bad

Status
Not open for further replies.

ngcoders

Newbie level 4
Joined
Jan 8, 2010
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Delhi
Activity points
1,318
Hello

I need to build a kind of pen drive with ability to store say max 10 Kb of data. The data is critical in nature.

As i am already clued with AVR's i am of the opinion , a simple AVR based circuit with USB boot loader would do the trick.

The bootloader would allow me to read and write on the Flash and anything like ATmega168 would suffice in terms of storage.It will be USB 1.1 but speed is not the concern here.

The Atmega + bootloader allows me a single chip solution and packaging into a Pen drive package. Something like AVR Stick from SparkFun.And the solution will be very cheap.

Do you forsee any problems with this idea if used commercially. Or any better ideas ?

Thank you in Advance
 

How are you planning to interface to the USB port? Are you using external hardware or software?

Some avr's already have USB capability built in.
 

I will be using VUSB driver on ATmel AVR side and use the normal Atmega series as a place to store data.

The USB interface will 1.1 though slow is good enough for me. LibUSB driver on the PC side ( Linux / Windows / Mac support ).

Im curious if any problems will be faced ... or any better ways to do it.
 

Hi

Atmel have published application note for the SAM3U micro, for acting as a USB data stick

It use an ATMEL arm SAM3u micro controller and a lash memory IC

All the best

BObi

The microcontroller specialist
 

bobcat1 said:
Hi

Atmel have published application note for the SAM3U micro, for acting as a USB data stick

It use an ATMEL arm SAM3u micro controller and a lash memory IC

All the best

BObi

The microcontroller specialist

Where can I find this appnote ? There is no such document on atmel's website...
 

Hi

See ATMEL application code for the SAM3U in atmel site

One of the files is a source code for memory steak works on the ATMEL SAM3U board

All the best

Bobi

The microcontroller specialist
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top