this post was submitted on 09 Jan 2024
2 points (62.5% liked)

DIYElectronics

84 readers
2 users here now

Writer, Tech Enthusiast #Raspberry_Pi #Arduino #DIYElectronics

founded 2 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 10 months ago

The best thing I ever did to boost my knowledge about how computers work was to build a simple 8-bit CPU board. One thing that is really different with this setup is that is seems like they are using the Atmega32A as a ROM for the Z80. Seems like an odd choice, but it does make programming quite a bit easier. My own project used an old style EEPROM chip which required a UV eraser to work with..

For anyone doing a project like this to learn about computers, it's worth studying the schematic and paying attention to how the address and data lines interconnect. This will be the basis for how all computers communicate with other components and really cleared up a lot of the 'mystery' for me.