| Author |
Message |
emix
Joined: 20 Apr 2003 Posts: 2
|
20 Apr 2003 22:16 mass storage by micro? |
|
|
|
|
is it possible to store data in a nonvolatile memory by a micro(about 1GB capacity).explain the methods and solid state devices that we can do this with it?
I need a reliable and simple way(cost is not important).
regards
|
|
| Back to top |
|
 |
Google AdSense

|
20 Apr 2003 22:16 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
mr_ghz
Joined: 01 Apr 2002 Posts: 294 Helped: 2
|
20 Apr 2003 22:32 Store data in NV |
|
|
|
|
hi
It is possible to do this, the problem would be the performance. I wrote
a driver for a SMC (smart media card) on a 8051 based uC. The card
is formatted with a DOS compatible filesystem. The writing speed is about
3k/sec ...
Other NV's could be memory-sticks, ATA-Flashcards, ... the interfacing
is (in most cases) simple. If you need no specific filesystem, you can
also reach better performance.
|
|
| Back to top |
|
 |
silvio
Joined: 31 Dec 2001 Posts: 801 Helped: 90
|
21 Apr 2003 1:03 |
|
|
|
|
Hi emix,
Look at http://www.edtp.com/ata.htm
They manufacture a low cost $69 board.
ATA HARD DRIVE CONTROLLER is based on the ATmel ATMega128 supported by 64K of 16-bit memory. Communications services are provided by an RTL8019AS Ethernet Controller and a Sipex SP233-based RS-232 port. Power can be obtained from a standard personal computer power supply.
A 10-pin in-circuit programming connector is provided for easy software development and debugging. To help in the firmware development process, each pin of the standard 40-pin ATA interface is labeled.
Source code for the EDTP ATA HARD DRIVE CONTROLLER is provided free on the EDTP ELECTRONICS web site. All you need is a hard drive and an AVR ISP dongle to start using the EDTP ATA HARD DRIVE CONTROLLER
Regards,
Silvio
|
|
| Back to top |
|
 |