Giter Site home page Giter Site logo

epromdude's Introduction

epromdude

Firmware and python code for USBtinyISP attached EPROM programmer. See project page http://www.nomad.ee/micros/eprom/ for hardware description

!!! uncharted waters ahead, this this code is only tested with 27C64 EPROMs this far !!!

firmware implements a command set where each command is

a sequence of 4 bytes

command
address high byte
address low byte
data

the result of last read will be clocked out along with the last data byte the 3rd data byte is status byte

| bit0 | busy |
| bit1 | programming error |

firmware commands

 |RESET		|0	|X	|X	|X 	|
 |READ_STATUS	|1	|X	|X	|X 	|
 |SEEK		|2	|AH	|AL	|X 	|
 |SET_TYPE	|3	|X	|X	|type 	|
 |SET_VPP	|4	|X	|X	|vpp 	|
 |WRITE		|5	|X	|X	|data 	|
 |READ		|6	|X	|X	|X 	|
 |WRITE_INCA	|7	|X	|X	|data 	|
 |READ_INCA	|8	|X	|X	|X 	|
 |SET_LED	|9      |X      |X      | 0=off,1=on

epromdude's People

Contributors

mastmees avatar

Stargazers

Oldhan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.