GithubHelp home page GithubHelp logo

milner08 / at28c-eeprom-programmer-arduino Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crmaykish/at28c-eeprom-programmer-arduino

0.0 1.0 0.0 214 KB

Programming the AT28C64B or AT28C256 EEPROM chip with an Arduino Mega. Specifically configured for programming the OP and Control codes of my homebrew CPU.

Arduino 100.00%

at28c-eeprom-programmer-arduino's Introduction

AT28C EEPROM Programmer for Arduino Mega

AT28C EEPROM Programmer for programming the control roms of the TOM Computer.

This EEPROM programmer uses the Arduino Mega's large amount of Flash memory to store the hex array for programming. I didn't want to mess around with reading bytes from a file and passing through Serial. Just set HEX_FILE[] to the raw data and run the sketch.

The pinouts are all hardcoded for an Arduino Mega R3 specifically. There is definitely potential to adapt this for other boards, but you will be limited by the Flash memory of the AVR chip and the number of pins. Not much you can do about the Flash size, but adding some shift registers can take care of the lack of IO pins.

I've tested this with a AT28C64B, but it should work with any size chip with appropriate adjustments.

I made myself a shield to avoid breadboarding the massive amount of wires every time I needed this. Pro tip: Add a pullup resistor on the WE pin to avoid accidental writes when the board is booting.

Arduino Mega shield

She may not look like much, but she's got it where it counts.

at28c-eeprom-programmer-arduino's People

Contributors

tmilner avatar

Watchers

Thomas Milner 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.