Skip to content

nullvalue0/Arduino-based-2102-SRAM-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Arduino-based-2102-SRAM-Tester

Tests 1K Static RAM (2102) chips simply using an Arduino UNO and a few wires.

During a vintage computer restoration project, I needed to test 64 individual 1K SRAM chips. I developed this routine using an Arduino UNO (though I'm sure others will work - will need 14 digital I/O pins). Hookup is very straightforward with no additional hardware required. The code tests reading and writing both a 0 and 1 at each memory address. If any error occurs, the address where the failure occured will be printed in the serial console. The code itself is very simplistic and verbose. I did this on purpose to make it readable for others. There may be more complete/elegant ways of testing RAM, however this did help me track down the 1 bad chip in my lot.

About

Tests 1K Static RAM (2102) chips simply using an Arduino UNO and a few wires.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages