Difference between revisions of "LB-68B50-02"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) (→PLD) |
Blwikiadmin (talk | contribs) |
||
Line 29: | Line 29: | ||
==== LB-68B50-02_6XXX_PLD PLD Listing ==== | ==== LB-68B50-02_6XXX_PLD PLD Listing ==== | ||
− | * | + | * 6XXX (6502, 6802, 6809 specific) |
<pre> | <pre> | ||
− | Name LB-68B50- | + | Name LB-68B50-02_6XXX_PLD; |
Partno ATF16V8B; | Partno ATF16V8B; | ||
− | Date | + | Date 09/012/24; |
Revision 01; | Revision 01; | ||
Designer DOUG G; | Designer DOUG G; | ||
Company LAND BOARDS LLC; | Company LAND BOARDS LLC; | ||
− | Assembly LB-68B50- | + | Assembly LB-68B50-02_6XXX_U2; |
Location Rustbelt, US; | Location Rustbelt, US; | ||
Device G16V8; | Device G16V8; | ||
/* | /* | ||
− | 68B50 Control for LB- | + | 68B50 Control for LB-6809-01, LB-6802-01, and LB-65CXX CPU boards |
VDA is PH2OUT | VDA is PH2OUT | ||
PH2OUT high during read/write cycles | PH2OUT high during read/write cycles | ||
− | 0x8000- | + | 0x8000-0xBFFF - 16KB I/O space |
*/ | */ | ||
Line 58: | Line 58: | ||
PIN 7 = CPUA1; | PIN 7 = CPUA1; | ||
PIN 8 = CPUA0; | PIN 8 = CPUA0; | ||
− | PIN 9 = !IOCS; | + | PIN 9 = !IOCS; /* IOCS is IO space decoded on all CPU cards */ |
− | PIN 11 = VDA; | + | PIN 11 = VDA; /* VDA is PH2OUT is enable on 65CXX CPU */ |
− | PIN 12 = VPB; | + | PIN 12 = VPB; /* VPB is enable on 6802, 6809 AND 6502 (Rev 2 rwk) CPUs */ |
− | PIN 14 = !IORQ; | + | PIN 14 = !IORQ; /* IORQ* is enable on Z80 cards */ |
/* Address Decode and Chip Select outputs */ | /* Address Decode and Chip Select outputs */ | ||
Line 69: | Line 69: | ||
PIN 19 = ACIAE; | PIN 19 = ACIAE; | ||
− | ACIACS1 = CPUA15 & !CPUA14 | + | ACIACS1 = CPUA15 & !CPUA14 & IOCS; |
− | ACIACS0 = CPUA15 & !CPUA14 | + | ACIACS0 = CPUA15 & !CPUA14 & IOCS; |
ACIARS = CPUA0; | ACIARS = CPUA0; | ||
− | ACIAE = CPUA15 & !CPUA14 | + | ACIAE = CPUA15 & !CPUA14 & IOCS & VPB; |
+ | |||
</pre> | </pre> | ||
Revision as of 22:21, 19 September 2024
Contents
Features
- Serial/Parallel I/O Card
- 68B50 UART
- 1.8432 MHz oscillator
- Baud Rate Clock (115,200 baud oscillator)
- Control PLD
- 100x50mm card
Design
ACIA
- 68B50 UART
- Baud Rate Clock (115,200 baud oscillator)
PLD
- Customize PLD per CPU type and to match memory map
- ATF16V8B part
- TL866ii Plus Programmer
LB-68B50-02_6XXX_PLD PLD Listing
- 6XXX (6502, 6802, 6809 specific)
Name LB-68B50-02_6XXX_PLD; Partno ATF16V8B; Date 09/012/24; Revision 01; Designer DOUG G; Company LAND BOARDS LLC; Assembly LB-68B50-02_6XXX_U2; Location Rustbelt, US; Device G16V8; /* 68B50 Control for LB-6809-01, LB-6802-01, and LB-65CXX CPU boards VDA is PH2OUT PH2OUT high during read/write cycles 0x8000-0xBFFF - 16KB I/O space */ /* Control inputs */ PIN 1 = CPUA15; PIN 2 = CPUA14; PIN 3 = CPUA13; PIN 4 = CPUA12; PIN 5 = CPUA11; PIN 6 = CPUA10; PIN 7 = CPUA1; PIN 8 = CPUA0; PIN 9 = !IOCS; /* IOCS is IO space decoded on all CPU cards */ PIN 11 = VDA; /* VDA is PH2OUT is enable on 65CXX CPU */ PIN 12 = VPB; /* VPB is enable on 6802, 6809 AND 6502 (Rev 2 rwk) CPUs */ PIN 14 = !IORQ; /* IORQ* is enable on Z80 cards */ /* Address Decode and Chip Select outputs */ PIN 16 = ACIACS1; PIN 17 = ACIACS0; PIN 18 = ACIARS; PIN 19 = ACIAE; ACIACS1 = CPUA15 & !CPUA14 & IOCS; ACIACS0 = CPUA15 & !CPUA14 & IOCS; ACIARS = CPUA0; ACIAE = CPUA15 & !CPUA14 & IOCS & VPB;
LB-68B50-02_Z80_PLD PLD Listing
Name LB-68B50-02_PLD; Partno ATF16V8B; Date 08/19/24; Revision 01; Designer DOUG G; Company LAND BOARDS LLC; Assembly LB-685-02_U2; Location Rustbelt, US; Device G16V8; /* 68B50 Control for Z80 CPU board */ /* Control inputs */ PIN 1 = CPUA15; PIN 2 = CPUA14; PIN 3 = CPUA13; PIN 4 = CPUA12; PIN 5 = CPUA11; PIN 6 = CPUA10; PIN 7 = CPUA1; PIN 8 = CPUA0; PIN 9 = !IOCS; PIN 11 = VDA; PIN 12 = VPB; PIN 14 = !IORQ; /* Address Decode and Chip Select outputs */ PIN 16 = ACIACS1; PIN 17 = ACIACS0; PIN 18 = ACIARS; PIN 19 = ACIAE; ACIACS1 = !CPUA1 & IOCS & IORQ; ACIACS0 = !CPUA1 & IOCS & IORQ; ACIARS = CPUA0; ACIAE = !CPUA1 & IOCS & IORQ;
LB-68B50-02_6802_PLD PLD Listing
Name LB-68B50-02_68XX_PLD; Partno ATF16V8B; Date 08/25/24; Revision 01; Designer DOUG G; Company LAND BOARDS LLC; Assembly LB-68B50-02_68XX_U2; Location Rustbelt, US; Device G16V8; /* 68B50 Control for LB-6809-01 and LB-6802-01 CPU boards VDA is PH2OUT PH2OUT high during read/write cycles 0x8000-0x8FFF - 4KB I/O space */ /* Control inputs */ PIN 1 = CPUA15; PIN 2 = CPUA14; PIN 3 = CPUA13; PIN 4 = CPUA12; PIN 5 = CPUA11; PIN 6 = CPUA10; PIN 7 = CPUA1; PIN 8 = CPUA0; PIN 9 = !IOCS; /* IOCS is IO space decoded on all CPU cards */ PIN 11 = VDA; /* VDA is PH2OUT is enable on 65CXX CPU */ PIN 12 = VPB; /* VPB is enable on 6802 and 6809 CPUs */ PIN 14 = !IORQ; /* IORQ* is enable on Z80 cards */ /* Address Decode and Chip Select outputs */ PIN 16 = ACIACS1; PIN 17 = ACIACS0; PIN 18 = ACIARS; PIN 19 = ACIAE; ACIACS1 = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB; ACIACS0 = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB; ACIARS = CPUA0; ACIAE = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB;
LB-68B50-02_6809_PLD PLD Listing
Name LB-68B50-02_6809_PLD; Partno ATF16V8B; Date 09/08/24; Revision 01; Designer DOUG G; Company LAND BOARDS LLC; Assembly LB-68B50-02_6809_U2; Location Rustbelt, US; Device G16V8; /* 68B50 Control for LB-6809-01 and LB-6802-01 CPU boards VDA is PH2OUT PH2OUT high during read/write cycles 0x8000-0x8FFF - 4KB I/O space */ /* Control inputs */ PIN 1 = CPUA15; PIN 2 = CPUA14; PIN 3 = CPUA13; PIN 4 = CPUA12; PIN 5 = CPUA11; PIN 6 = CPUA10; PIN 7 = CPUA1; PIN 8 = CPUA0; PIN 9 = !IOCS; /* IOCS is IO space decoded on all CPU cards */ PIN 11 = VDA; /* VDA is PH2OUT is enable on 65CXX CPU */ PIN 12 = VPB; /* VPB is Enable on 6802 and 6809 CPUs */ PIN 14 = !IORQ; /* IORQ* is enable on Z80 cards */ /* Address Decode and Chip Select outputs */ PIN 16 = ACIACS1; PIN 17 = ACIACS0; PIN 18 = ACIARS; PIN 19 = ACIAE; ACIACS1 = CPUA15 & !CPUA14 & CPUA13; ACIACS0 = CPUA15 & !CPUA14 & CPUA13; ACIARS = CPUA0; ACIAE = CPUA15 & !CPUA14 & CPUA13 & !CPUA12 & IOCS & VPB;
J2 - FTDI Header)
- 5V levels
- Pinout
- GND
- CTS (in)
- VCC
- TX (out)
- RX (in)
- RTS (out)
Backplane
Mechanicals
Rev 1
Checkout
Rev 1
- Missing IORQ signal. Inv on once end but not on other end
- Add wire U2-13 to J1-51 (Z80)
- IOCS* is on wrong pin (J1-37)
- IOCS* should be on pin (J1-38)
- Cutr trace, add wire to fix
- Fixed on Rev 2 PCB