Simple Arduino-based EEPROM programmer
Go to file
Tom Nisbet 03fb322c0d Split Intel 8755 documentation out 2023-09-17 21:56:05 -04:00
HardwareVerify Fix #18 - addressing bug with 74LS595 shift registers 2020-10-12 18:41:12 -04:00
TommyPROM update PgmType for 27C040 EPROM 2023-07-15 15:10:57 -04:00
docs Split Intel 8755 documentation out 2023-09-17 21:56:05 -04:00
hardware Move readmes to the github pages 2020-06-29 11:48:57 -04:00
schematics V2.0 of the TommyPROM32 board 2023-01-20 11:03:07 -05:00
unlock-ben-eater-hardware Update README.md 2022-08-07 08:54:50 -04:00
.gitignore gitignore updates 2023-01-20 10:58:46 -05:00
README.md Split Intel 8755 documentation out 2023-09-17 21:56:05 -04:00

README.md

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