#28 - EEPROM programmer - BB816 Computer

Опубликовано: 19 Июль 2026
на канале: Adrien Kohlbecker
2,077
68

In this video, I program the Teensy monitor to be able to program the EEPROM in-circuit. With that, I can iterate on the computer code without constantly having to extract the EEPROM and put it into my TL866!
By making use of all the work we did previously, notably on ensuring Bus Enable works properly, I'm able to do this quickly with minimal hardware changes.

Join me in discussing this project in the 6502 forums: http://forum.6502.org/viewtopic.php?f...

View the source code and schematics shown in this video: https://github.com/adrienkohlbecker/B...
The most recent source code and schematics are available here: https://github.com/adrienkohlbecker/B...

Chapters:
00:00 Intro
00:27 Schematic changes
03:40 Intel Hex format
06:23 Command-based terminal
08:13 Intel Hex parser
13:50 Programming overview
17:50 Bus control
19:45 Byte write
25:37 Data polling
28:21 Page write
31:44 Binary to Intel Hex conversion
33:13 Tooling update
34:22 Next steps
34:57 Outro