TomNisbet / TommyPROM

Simple Arduino-based EEPROM programmer

Home Page:https://tomnisbet.github.io/TommyPROM/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TommyPROM - An Arduino-based EEPROM programmer

This is a simple EEPROM programmer and reader that can be assembled using an Arduino and a few additional parts. The original code was specific to the 28C256 32Kx8 EEPROM, but it has been extended to also support SST39SF040 Flash, many other EEPROMs and flash, and even Intel 8755A EPROMS.

See the documentation pages for the full documentation with software, schematics, and troubleshooting tips.

Features include:

  • Simple hardware design that can be assembled on a breadboard.
  • ROM images transfers using XMODEM - no special host client needed.
  • Support for fast block EEPROM writes - a 32K EEPROM will program in just a few seconds.
  • Optimized code that supports the timing requirements needed to unlock the 28C series Software Protection Algorithm.
  • Modular software design to easily support other EEPROM and EPROM families.

TommyPROM Nano Hardware

About

Simple Arduino-based EEPROM programmer

https://tomnisbet.github.io/TommyPROM/


Languages

Language:Logos 53.9%Language:C++ 45.7%Language:C 0.4%