Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple Hitachi 1x64k 4864P Dynamic RAM tester based on Arduino Uno (no bootloader).

License

NotificationsYou must be signed in to change notification settings

flowenol/4864P-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Arduino sketch to test HitachiHM4864P-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'sdigitalWrite() (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 inMakefile, 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.

About

A simple Hitachi 1x64k 4864P Dynamic RAM tester based on Arduino Uno (no bootloader).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp