Git Product home page Git Product logo

4864p-tester's Introduction

Hitachi 4864P-2 Memory Tester

This is a Arduino sketch to test Hitachi HM4864P-2 dynamic memory chips, used in some Commodore C64 boards. It was written using plain avr-libc omitting the Arduino bootloader, mainly due to poor switching speed of Arduino's digitalWrite() (overhead up to 40 times slower) and 10us upper limit for HM4864P-2 RAS strobe.

Prerequisites

All you need are:

  • Arduino Uno or any pin compatible board.
  • ISP programmer (I use stk500 compatible programmer).
  • A single HM4864P-2 chip.
  • Optionally, a single LED if the built-in LED on pin 13 (PB5) is not visible enough.
  • avr-gcc
  • avr-libc
  • AVRDUDE

Installation

Upon successful build of the circuit as shown below, attach (via the ICSP connector) and set the proper ISP programmer device in Makefile, and then just type in:

make flash

This will build the firmware and flash it to the connected device.

Operation

  • LED is glowing continuously - memory chip has passed all tests.
  • LED is blinking - memory chip is damaged.

Schematics

Schematics

Disclaimer

  • This is a simple educational project, and was developed to this sole purpose.
  • Nevertheless, you should be able to diagnose failed memory chips in your Commodore C64 board.
  • I take no responsibility for any negative outcomes or damage you may cause using this project.

4864p-tester's People

Contributors

flowenol avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.