TommyPROM/unlock-ben-eater-hardware
Tom Nisbet 2058bc03b0
Fix broken link
2024-03-08 20:07:51 -05:00
..
README.md Fix broken link 2024-03-08 20:07:51 -05:00
unlock-ben-eater-hardware.ino optimize Ben Eater unlock setAddress timing 2020-08-14 00:29:18 -04:00

README.md

Unlock Ben Eater Hardware

Ben Eater EEPROM Programmer

Utility to unlock 28C256 Software Data Protection (SDP) for the Ben Eater EEPROM programmer design. This hardware is similar to the TommyPROM hardware, but it uses different shift register chips and different pin assignments.

To meet the timing requirements of the SDP unlock, this code uses direct port writes to set and read values on the data bus. It will work with Arduino Uno and Nano hardware, but would require changes for other platforms.

NOTE that this sketch will not work on TommyPROM hardware. It is included here to help people with locked chips who are using the Ben Eater design.

Unlock timing with Ben Eater Hardware

The timing trace shows the tBLC for the bytes of the unlock sequence within 65us, well within the required 150us in the datasheet.