Super-fast memory-card made of the AMD's UV-EPROM's

Innovative hande-made solution to build a superfast memory-card and/or data-storage device for a universal and multipurpose usage with MCU's

Dec 1, 2017

3630 views

5 respects

Components and supplies

4

1 Megabit (128 K x 8-Bit) CMOS EPROM

1

Arduino Due

130

Jumper wires (generic)

1

LED (generic)

1

Prototyping Copper Matrix Board

4

LED, SMD green

Project description

Code

AMD_UV-EPROM_Read_Mode.ino

csharp

This part of the code is simple represantation of the reading process and how to read data from the memory-card. Same logic holds here, the actual code can be shortened up to 1/4 of the current size..and /or used with Arduino EPROM library.

AMD_UV-EPROM_Write_Mode.ino.ino

csharp

I made the most simple way to write data to EPROM for easy understanding how everything works, but one might easily shorten this code up to 1/3 of the current size ^^). This code can be used to write data to all of the EPROMs addresses. Additionaly Arduino EPROM library might come in handy here.

AMD_UV-EPROM_Read_Mode.ino

csharp

This part of the code is simple represantation of the reading process and how to read data from the memory-card. Same logic holds here, the actual code can be shortened up to 1/4 of the current size..and /or used with Arduino EPROM library.

Downloadable files

Memory-Card schematic for general overview

Use the schematics to understand the basics, you have to read the datasheet to find the correct address lines and data line to connect them correctly. The data-lines and address lines are shared for all EPROMs only Control line GPIO needs dedicated pins on µCU.

Memory-Card schematic for general overview

Memory-Card schematic for general overview

Use the schematics to understand the basics, you have to read the datasheet to find the correct address lines and data line to connect them correctly. The data-lines and address lines are shared for all EPROMs only Control line GPIO needs dedicated pins on µCU.

Memory-Card schematic for general overview

Comments

Only logged in users can leave comments

David_ZI

0 Followers

0 Projects

Table of contents

Intro

5

0