https://github.com/peterus/eprom-prog
https://github.com/peterus/eprom-prog
27c 27c256 27c512 arduino avr burner eprom mega programer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterus/eprom-prog
- Owner: peterus
- Created: 2019-04-11T19:50:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T19:16:19.000Z (over 6 years ago)
- Last Synced: 2025-06-24T10:07:02.820Z (4 months ago)
- Topics: 27c, 27c256, 27c512, arduino, avr, burner, eprom, mega, programer
- Language: C
- Size: 644 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EPROM Burner
Here you will find the circuit and the source code for a EPROM burner/programer.
This project can be used to program the famous 27/27Cxxx EPROM family.
With this circuit and software you will be able to write and read from an EPROM.Additional to the provided hardware you will need a Arduino MEGA.
The provided circuit is easy to solder by our own with through hole components - no SMD soldering required!
I have some spare PCBs, you can contact me to get some.## schematic
You can find the Eagle schematic in the 'schematic' folder.
Aditional you will need a Arduino MEGA board.## source code
The source code can be found in the folder 'src', 'AVRhal' and some test-programs in 'test'.
The build system is cmake.### compile
To compile the source code follow this steps:
mkdir build && cd build
cmake ..
make
### flash the AVR/Arduinomake upload_EPROM-PROG
## supported EPROMs
- 27C16 (not tested)
- 27C32 (not tested)
- 27C64 (not tested)
- 27C128 (not tested)
- 27C256 (not tested)
- 27C512 (not tested)
- 27C1001 (not tested)
- 27C2001 (not tested)
- 27C4001 (not tested)
- 27C801 (not tested)