Skip to content

Example code of using a MS6264 CMOS static RAM chip with an Arduino MEGA.

License

Notifications You must be signed in to change notification settings

tsengia/Arduino_MS6264L

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Arduino_MS6264L

Example code of using a MS6264 CMOS static RAM chip with an Arduino MEGA.

The MS6264L chip provides 8Kb of static RAM addressable through 13 address pins (A0-A12). However, this example code only uses 8 of the address pins (A0-A7) so it only exposes 256 bytes of RAM. This example code provides functions to write and read from RAM, and also includes instructions for extending the example code to include all 13 address pins.

About

Example code of using a MS6264 CMOS static RAM chip with an Arduino MEGA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages