2020-08-10 18:19:47 +00:00
|
|
|
# Unlock Ben Eater Hardware
|
2020-08-10 18:18:10 +00:00
|
|
|
|
|
|
|
![Ben Eater EEPROM Programmer](../docs/images/ben-eater-hardware.jpg)
|
|
|
|
|
2020-08-09 01:26:24 +00:00
|
|
|
Utility to unlock 28C256 Software Data Protection (SDP) for the
|
|
|
|
[Ben Eater EEPROM](https://github.com/beneater/eeprom-programmer)
|
|
|
|
programmer design. This hardware is similar to the TommyPROM hardware, but it uses
|
|
|
|
different shift register chips and different pin assignments.
|
|
|
|
|
2022-08-07 12:54:50 +00:00
|
|
|
To meet the
|
|
|
|
[timing requirements of the SDP unlock](https://tomnisbet.github.io/TommyPROM/28C256-notes/),
|
|
|
|
this code uses direct port writes
|
2020-08-10 18:18:10 +00:00
|
|
|
to set and read values on the data bus. It will work with Arduino Uno and Nano hardware,
|
2020-08-09 01:26:24 +00:00
|
|
|
but would require changes for other platforms.
|
2020-08-09 01:28:41 +00:00
|
|
|
|
|
|
|
**NOTE** that this sketch **will not** work on TommyPROM hardware. It is included here
|
2020-08-10 18:22:01 +00:00
|
|
|
to help people with locked chips who are using the Ben Eater design.
|
2020-08-14 04:29:18 +00:00
|
|
|
|
|
|
|
![Unlock timing with Ben Eater Hardware](../docs/images/ben-eater-unlock-timing.png)
|
|
|
|
|
|
|
|
The timing trace shows the tBLC for the bytes of the unlock sequence within 65us, well
|
|
|
|
within the required 150us in the datasheet.
|