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.

USB Flash Stick to be interfaed to Microcontroller

Status
Not open for further replies.
vnc1l lcd

is it possible to make communication with usb-flash-disk by the means of FT232RL and avr?
 

microcontroller 2 usb controller

your quest to interface to a USB drive is not too difficult, however you should have some basics in place;

- familiarity with at least some microcontroller.
- have programming resources at hand. Don't bother with assembly, this is C territory, implying a compiler and programmer to write to micro.
- PCB construction resources. This is not breadable.

You require a host capable device. I personally use the MAX3421 in conjunction with a Atmel 8051 based micros. The controller utilizes SPI, so your micro should have that function. I understand that one of the PICs has host capablility.

With your circuit assembled and tested, you will be ready to begin programming your routines. You will find a good number of routines online, of which you may only have to port them to your micro.

From there it's just a matter of talking the right language to your device.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top