Difference between revisions of "LB-68B50-02"

From Land Boards Wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
[[file:LB-68B50-02_U2_PLD.PNG]]
 
[[file:LB-68B50-02_U2_PLD.PNG]]
  
==== PLD Listing ====
+
==== LB-68B50-02_65CXX_PLD PLD Listing ====
 +
 
 +
* 65XX specific
  
 
<pre>
 
<pre>
Name      LB-65CXX-01_PLD;
+
Name      LB-68B50-02_65CXX_PLD;
 
Partno    ATF16V8B;
 
Partno    ATF16V8B;
 
Date      08/19/24;
 
Date      08/19/24;
Line 34: Line 36:
 
Designer  DOUG G;
 
Designer  DOUG G;
 
Company    LAND BOARDS LLC;
 
Company    LAND BOARDS LLC;
Assembly  LB65CXX01_U2;
+
Assembly  LB-68B50-02_65CXX_U2;
 
Location  Rustbelt, US;
 
Location  Rustbelt, US;
 
Device    G16V8;
 
Device    G16V8;
  
 
/*
 
/*
65C816 Control
+
68B50 Control for LB-65CXX-01 CPU board
 +
VDA is PH2OUT
 +
PH2OUT high during read/write cycles
 +
0x8000-0x8FFF - 4KB I/O space
 
*/
 
*/
  
Line 62: Line 67:
 
PIN    19  = ACIAE;
 
PIN    19  = ACIAE;
  
ACIACS1 = VPB;
+
ACIACS1 = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB;
  
ACIACS0 = VPB;
+
ACIACS0 = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB;
  
 
ACIARS = CPUA0;
 
ACIARS = CPUA0;
  
ACIAE = VPB;
+
ACIAE = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB;
 
</pre>
 
</pre>
  

Revision as of 11:53, 25 August 2024

LB-6850-02 FRONT REV1(BLK).png

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)

LB-68B50-02 ACIA-Rev1.PNG

PLD

  • Customize PLD per CPU type and to match memory map

LB-68B50-02 U2 PLD.PNG

LB-68B50-02_65CXX_PLD PLD Listing

  • 65XX specific
Name       LB-68B50-02_65CXX_PLD;
Partno     ATF16V8B;
Date       08/19/24;
Revision   01;
Designer   DOUG G;
Company    LAND BOARDS LLC;
Assembly   LB-68B50-02_65CXX_U2;
Location   Rustbelt, US;
Device     G16V8;

/*
	68B50 Control for LB-65CXX-01 CPU board
	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;
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 = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB;

ACIACS0 = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB;

ACIARS = CPUA0;

ACIAE = CPUA15 & !CPUA14 & !CPUA13 & !CPUA12 & IOCS & VPB;

J2 - FTDI Header)

LB-68B50-02 J2 FTDI.PNG

  • 5V levels
  • Pinout
  1. GND
  2. CTS (in)
  3. VCC
  4. TX (out)
  5. RX (in)
  6. RTS (out)

Backplane

LB-68B50-01 BKPL.PNG

Mechanicals

Rev 1

LB-68B50-02 Rev1 MECHS.PNG

Checkout

Rev 1

LB-6850-02 FRONT REV1(BLK).png

Assembly Sheet