new datasheets, sch work, memory map

This commit is contained in:
2024-10-24 09:41:24 -04:00
parent 10d5234efe
commit c9b977de08
6 changed files with 28 additions and 0 deletions

22
docs/prototype-1-specs.md Normal file
View File

@@ -0,0 +1,22 @@
# 6309 Board Prototype #1 Specs
HD63C09 CPU @ 3MHz
HM62256BLP-7 SRAM
AT28C256-15 EEPROM
ST16C550 UART @ 1.8342MHz (XO due to lack of 22pf 1.8432MHz XTALs)
## Memory Map
| Device | Location |
|--------|-----------|
| EEPROM | 8000-FFFF |
| UART | 7F00-7FFF |
| SRAM | 0000-7EFF |
## Truth Table
| A15 | A14-A9 | A8 | Chip |
|-----|--------|----|--------|
| H | x | x | EEPROM |
| L | x | L | SRAM |
| L | H | H | UART |