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

2
.gitignore vendored
View File

@@ -1 +1,3 @@
widgets.qss
*.lck

View File

@@ -4759,6 +4759,10 @@
(at 260.35 114.3)
(uuid "ec9e245d-5956-4e4a-9c84-bb81612c0779")
)
(no_connect
(at 63.5 115.57)
(uuid "fb69eb84-c0f9-4255-be9a-f6cbb18cb39e")
)
(bus_entry
(at 71.12 87.63)
(size -2.54 2.54)

BIN
datasheets/AT28C256.pdf Normal file

Binary file not shown.

BIN
datasheets/HM62256B.pdf Normal file

Binary file not shown.

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 |