Introduction

This is a redraw of the schematic for the Motorola MEK6800D1 Evaluation Module. I find that it is easier to understand when the functions are grouped properly. Plus, there is a space issue. The component size needs to be kept as small as possible, while still being perfectly readable. And, the drawing space is only 900 pixels wide by 600 pixels high. So the placement of each part is carefully done.

The diagrams below are dynamic drawings. They are drawn by Javascript when it loads into your browser. This may cause an issue with printing the drawings. To help solve that issue I have provided images of each page. The images are 900 pixels wide by 600 high (111 K) with a white, rather than a green, background.

MPU Signal Description

Proper operation of the MPU requires that certain control and timing signals be provided to accomplish specific functions and that other signal lines be monitored to determine the state of the processor. Listed below is a brief description of the signals that appear in the schematics.

Clocks Phase One and Phase Two (∅1, ∅2) - Two pins are used for a two-phase non-overlapping clock that runs at the VCC voltage level.

Address Bus (A0-A15) - Sixteen pins are used for the address bus. The outputs are three-state bus drivers capable of driving one standard TTL load and 130 pF. When the output is turned off, it is essentially an open circuit. This permits the MPU to be used in DMA applications.

Data Bus (D0-D7) - Eight pins are used for the data bus. it is b-directional, transferring data to and from the memory and peripheral devices. It also has three-state output buffers capable of driving one standard TTL load and 130 pF.

HALT - When this input is in the low state, all activity in the machine will be halted. This input is level sensitive. In the halt mode, the machine will stop at the end of an instruction,. Bus Available will be at a one level. Valid Memory Address will be at zero, and all other three-state lines will be in the three-state mode.

Three-State Control (TSC) - This input causes all of the address lines and the Read/Write line to go into the off or high impedance state. This state will occur 500 ns after TSC = 2.4V. The Valid Memory Address and Bus Avaulable signals will be forced low. The data bus is not affected by TSC and has its own enable (Data Bus Enable). In DMA applications, the Three-State Control line should be brought high on the leading edge of the Phase One Clock. The ∅1 clock must be held in the high state and the ∅2 in the low state for this function to operate properly. The address bus will then be available for other devices to directly address memory. Since the MPU is a dynamic device, it can be held in this state for only 5.0 µs or destruction of data will occur in the MPU.

Read/Write (RD/WR) - This TTL compatible output signals the peripherals and memory devices whether the MPU is in a Read (high) or Write (low) state. The normal standby state of this signal is Read (high). Three-State Control going high will turn Read/Write to the off (high impedance) state. Also, when the processor is halted, it will be in the off state. This output is capable of driving one standard TTL load and 130 pF.

Valid Memory Address (VMA) - This output indicates to peripheral devices that there is a valid address on the address bus. In normal operation, this signal should be utilized for enabling peripheral interfaces such as the PIA and ACIA. This signal is not three-state. One standard TTL load and 30 pF may be directly driven by this active high signal.

Data Bus Enable (DBE) - This input is the three-state control signal for the MPU data bus and will enable the bus drivers when in the high state. This input is TTL compatible, however in normal operation, it would be driven by the phase two clock. During an MPU read cycle, the data bus drivers will be disabled internally. When it is desired that another device control the data bus such as in Direct Memory Access (DMA) applications, DBE should be held low.

Bus Available (BA) - The Bus Available signal will normally be in the low state, when activated, it will go to the high state indicating that the microprocessor had stopped and that the address bus is available. This will occur if the HALT line is in the low state or the processor is in the WAIT state as a result of the execution of a WAIT instruction. At such time, all three-state output drivers will go to their off state and other outputs to their normally inactive level. The processor is removed from the WAIT state by the occurrence of a maskable (mask bit 1 = 0) or nonmaskable interrupt. This output is capable of driving one standard TTL load and 30 pF.

Interrupt Request (IRQ) - This level sensitive input requests that an interrupt sequence be generated within the machine. The processor will wat until it completes the current instruction that is being executed before it recognizes the request. At the time, if the interrupt mask bit in the Conditional Code Register is not set, the machine will begin an interrupt request by setting the interrupt mask bit high so that no further interrupts may occur. At the end of the cycle, a 16-bit address will be loaded that points to a vectoring address which is loaded at these locations FFF8 and FFF9. An address loaded a these locations causes the MPU to branch to an interrupt routine in memory.

The HALT line must be in the high state for interrupts to be reognized.

The IRQ has a high impedance pullup device internal to the chip; however a 3 KΩ external resistor to VCC should be used for Wire-OR and optimum control of interrupts.

Reset - This input is used to reset and start the MPU from a power down condition, resulting from a power failure or an initial start-up of the processor. If a positive edge is detected on the input, this wil signal the MPU to begin the restart sequence. This will start execution of a routine to initialize the processor from its reset condition. All the higher order address lines will be forced high. For the restart, the last two (FFFE, FFFF) locations in memory will be used to load the program that is addressed by the program counter. During the restart routine, the interrupt mask bit is set and must be reset before the MPU can be interrupted by IRQ.

Figure 4 shows the initialization of the microprocessor after restart. Reset must be held low for at least eight clock periods after VCC reaches 4.75 volts. If Reset goes high prior to the leading edge of ∅2, on the next ∅1 the first restart memory vector address (FFFE) will appear on the address lines. THis location should contain the higher order eight bits to be stored into the program counter. Following, the next address FFFF should contain the lower eight bits to be stored into the program counter.

Figure 4 - Initialization of MPU After Restart
4.75 V
VCC
∅ 1
∅ 2
RESET
VMA
> 8 Clock Times
Address Out
= FFFE
Address Out
= FFFF
Address Out = Contents of
FFFE+FFFF
First Instruction Loaded into MPU

Non-Maskable Interrupt (NMI) - A low-going edge on this input requests that a non-mask interrupt sequence be generated within the processor. As with the Interrupt Request signal, the processor will complete the current instruction that is being executed before it reccognizes the NMI signal. The interrupt mask bit in the Condition Code Register has no effect on NMI.

Figure 5 - MPU Flow CHart
RESET
Start Sequence
----------------
FFFE, FFFF
P1
Halt ?
No
Yes
D1
NMI ?
Yes
No
D2
IRQ ?
Yes
No
D3
Machine
on Halt
P2
Halt ?
No
Yes
D4
Mask On ?
No
Yes
D5
Fetch
Instruction
P3
Execute
Instruction
P4
Execute
Interrupt Routine
P5
NMI
FFFC
FFFD
IRQ
FFF8
FFF9
Table 1 - Memory Map for Interrupt Vectors
Vector Description
MS LS
FFFE FFFF Restart
FFFC FFFD Non-Maskable Interrupt
FFFA FFFB Software Interrupt
FFF8 FFF9 Interrupt Request

The Index Register, Program Counter, Accumulators, and Condition Code Register are stored away on the stack. At the end of the cycle, a 16-bit address will be loaded that points to a vectoring address which is located in memory locations FFFC and FFFD. An address loaded at these locations causes the MPU to branch to a non-maskable interrupt routine in memory.

NMI has a high impedance pullup resistor internal to the chip; however a 3KΩ external resistor to VCC should be used for Wire-OR and optimum control of interrupts.

Inputs IRQ and NMI are hardware interrupt lines that are sampled during ∅2 and will start the interrupt routine on the ∅1 following the completion of an instruction.

Figure 5 is a flow chart describing the major decision paths and interrupt vectors of the microprocessor. Table 1 gives the memory map for interrupt vectors.

Motorola MEK6800D1, MPU, ROM, and RAM - Page 1

This section contains the Motorola MC6800 Micro Processing Unit (MPU), Read Only Memory (ROM), and Random Access Memory (RAM). The ROM contains the MIKBUG/MINIBUG program and the RAM is for exclusive use by the MIKBUG/MINIBUG program. The connector on the left, P1, is the interface connector that is, physically, at the bottom of the board.

In order to use MIKBUG jumper E2 should be connected to C, as indicated in the diagram.

Page 1 - MEK6800D1 - MPU, MIKBUG/MINIBUG ROM, and RAM
P1
33
A15
/M
A14
/N
A13
34
A12
9
GND
8
GND
K
GND
H
GND
35
A11
/P
A10
/R
A09
36
A08
37
A07
/S
A06
/T
A05
38
A04
39
A03
/U
A02
/V
A01
40
A00
/J
D07
30
D06
/H
D05
29
D04
/L
D03
32
D02
K
D01
31
D00
18
TSC
/F
HALT
E
NMI
/E
BA
F
VMA
10
VUA
8
R/W
5
RESET
D
IRQ
J
∅2
7
∅1
A00
9
A01
10
A02
11
A03
12
A04
13
A05
14
A06
15
A07
16
A08
17
A09
18
A10
19
A11
20
A12
22
A13
23
A14
24
A15
25
D00
33
D01
32
D02
31
D03
30
D04
29
D05
28
D06
27
D07
26
CLK1
3
CLK2
37
RESET
40
NMI
6
HALT
2
IRQ
4
TSC
39
DBE
36
NC1
35
NC2
38
BA
7
VMA
5
R/W
34
U1
M6800
M
P
U
24
A0
23
A1
22
A2
21
A3
20
A4
19
A5
18
A6
17
A7
16
A8
15
A9
D0
2
D1
3
D2
4
D3
5
D4
6
D5
7
D6
8
D7
9
CS0
10
CS1
11
CS2
13
CS3
14
U8
MCM6830
R
O
M
$E000
23
A0
22
A1
21
A2
20
A3
19
A4
18
A5
17
A6
D0
2
D1
3
D2
4
D3
5
D4
6
D5
7
D6
8
D7
9
R/W
16
CS0
10
CS1
11
CS2
12
CS3
13
CS4
14
CS5
15
U7
MCM6810
R
A
M
$A000
A15♰
A14♰
A13♰
A12♰
A11♰
A10♰
A09♰
A08♰
A07♰
A06♰
A05♰
A04♰
A03♰
A02♰
A01♰
A00♰
D00
D01
D02
D04
D04
D05
D06
D07
TSC
HALT
NMI
BA
VMA♰
R/W
RESET
IRQ
∅2
∅1
A00♰
A01♰
A02♰
A03♰
A04♰
A05♰
A06♰
A07♰
A08♰
A09♰
A10♰
A11♰
A12♰
A13♰
A14♰
A15♰
D00
D01
D02
D03
D04
D05
D06
D07
∅1
∅2
RESET
NMI
HALT
IRQ
TSC
DBE
BA
VMA♰
A00♰
A01♰
A02♰
A03♰
A04♰
A05♰
A06♰
A07♰
A08♰
A09♰
A14♰
A15♰
A13♰
D00
D01
D02
D03
D04
D05
D06
D07
A00♰
A01♰
A02♰
A03♰
A04♰
A05♰
A06♰
D00
D01
D02
D03
D04
D05
D06
D07
A13♰
A12♰
A14♰
A15♰
VMA·∅2
Pg 5 (U15-11)
Jumper E2 to C
when using
MIKBUG
A[15..00]♰
Pg 1,2,3,4
D[07..00]
Pg 1,2,3,4
R1
2.2KΩ
+5V
HALT
R2
10KΩ
+5V
IRQ
R3
2.2KΩ
TSC
∅2
Pg 5 (R4)
∅2
IRQ
Pg 3 (U10,U11)
IRQ
HALT
To P2,3,4
HALT
R/W
To P2,3,4
NOTES:
⚬ TP(x) = TEST POINTS
⚬ NUMBERS NEAR DEVICES = PIN NOS.
⚬ The +/- 12V power supply must be floating with respect to ground.
⚬ All IRQ lines are wired-OR together. A 3K external resistor to VCC
   should be used for optimum control of interrupts.
⚬ Jumper E2 to C when using MIKBUG.
⚬ Jumper U9-Pin 16 to +5V for 30CPS, or GND for 10CPS.
⚬ A "♰" marks Address lines that come directly from the CPU.
   For off-board use, use a Tri-State Bus Interface.
⚬ Connector pins with "/" indicate bottom of board.

Motorola MEK6800D1, User Ram 5 x 128 Bytes - Page 2

This page shows the user memory space. The MEM6800D1 really only comes with one MCM6810 in place at U6. If you want more than 128 Bytes of memory, you will need to add extra MCM6810s. The schematic shows the full compliment of MCM6810s. The full compliment will provide you with 640 Bytes (5 x 128) of user memory.

Page 2 - MEK6800D1 - User Ram 5 x 128 Bytes
23
A0
22
A1
21
A2
20
A3
19
A4
18
A5
17
A6
D0
2
D1
3
D2
4
D3
5
D4
6
D5
7
D6
8
D7
9
R/W
16
CS0
10
CS1
11
CS2
12
CS3
13
CS4
14
CS5
15
U6
MCM6810
R
A
M
$0000
R7
2KΩ
+5V
23
A0
22
A1
21
A2
20
A3
19
A4
18
A5
17
A6
D0
2
D1
3
D2
4
D3
5
D4
6
D5
7
D6
8
D7
9
R/W
16
CS0
10
CS1
11
CS2
12
CS3
13
CS4
14
CS5
15
U5
MCM6810
R
A
M
$0080
23
A0
22
A1
21
A2
20
A3
19
A4
18
A5
17
A6
D0
2
D1
3
D2
4
D3
5
D4
6
D5
7
D6
8
D7
9
R/W
16
CS0
10
CS1
11
CS2
12
CS3
13
CS4
14
CS5
15
U4
MCM6810
R
A
M
$0100
23
A0
22
A1
21
A2
20
A3
19
A4
18
A5
17
A6
D0
2
D1
3
D2
4
D3
5
D4
6
D5
7
D6
8
D7
9
R/W
16
CS0
10
CS1
11
CS2
12
CS3
13
CS4
14
CS5
15
U3
MCM6810
R
A
M
$0180
23
A0
22
A1
21
A2
20
A3
19
A4
18
A5
17
A6
D0
2
D1
3
D2
4
D3
5
D4
6
D5
7
D6
8
D7
9
R/W
16
CS0
10
CS1
11
CS2
12
CS3
13
CS4
14
CS5
15
U2
MCM6810
R
A
M
$0200
A00♰
A01♰
A02♰
A03♰
A04♰
A05♰
A06♰
A07♰
A08♰
A09♰
A15♰
D00
D01
D02
D03
D04
D05
D06
D07
A00♰
A01♰
A02♰
A03♰
A04♰
A05♰
A06♰
A07♰
A08♰
A09♰
A15♰
D00
D01
D02
D03
D04
D05
D06
D07
A00♰
A01♰
A02♰
A03♰
A04♰
A05♰
A06♰
A08♰
A07♰
A09♰
A15♰
D00
D01
D02
D03
D04
D05
D06
D07
A00♰
A01♰
A02♰
A03♰
A04♰
A05♰
A06♰
A07♰
A09♰
A15♰
A06♰
D00
D01
D02
D03
D04
D05
D06
D07
A00♰
A01♰
A02♰
A03♰
A04♰
A05♰
A06♰
A09♰
A07♰
A06♰
A15♰
D00
D01
D02
D03
D04
D05
D06
D07
A[15..00]♰
A[15..00]♰
A[15..00]♰
D[07..00]
D[07..00]
D[07..00]
R/W
Pg 1, U1-34
VMA·∅2
Pg 5, U15-11
VMA·∅2
Pg 5, U15-8
NOTES:
⚬ A "♰" marks Address/Signal lines that come
   directly from the CPU.

Motorola MEK6800D1, Parallel (PIA)/Serial(ACIA) I/O - Page 3

This page shows the Perpherial Interface Adapter (PIA) and Asynchronous Interface Adapter (ACIA) that are available to the user. The PIA occupies 4 bytes of address starting at $8008. The ACIA occupies 4 bytes of address starting at $8010.

Page 3 - MEK6800D1 - Parallel (PIA)/Serial(ACIA) I/O and Reset
CA1
40
CA2
39
PA0
2
PA1
3
PA2
4
PA3
5
PA4
6
PA5
7
PA6
8
PA7
9
CB1
18
CB2
19
PB0
10
PB1
11
PB2
12
PB3
13
PB4
14
PB5
15
PB6
16
PB7
17
D0
33
D1
32
D2
31
D3
30
D4
29
D5
28
D6
27
D7
26
CS0
22
CS1
24
CS2
23
RS0
36
RS1
35
R/W
21
Ena
25
Reset
34
IRQA
38
IRQB
37
U10
MC6820
P
I
A
$8008
22
D0
21
D1
20
D2
19
D3
18
D4
17
D5
16
D6
15
D7
TxD
6
RxD
2
TxC
4
RxC
3
CTS
24
DCD
23
RTS
5
RS
11
IRQ
7
E
14
R/W*
13
CS0
8
CS1
10
CS2
9
U11
MC6850
A
C
I
A
$8010
P2
38
CA1
37
CA2
36
PA0
35
PA1
34
PA2
33
PA3
32
PA4
31
PA5
30
PA6
29
PA7
20
CB1
19
CB2
28
PB0
27
PB1
26
PB2
25
PB3
24
PB4
23
PB5
22
PA6
21
PB7
1
RESET
39,40
GND
17,18
GND
8,10
GND
12,14
GND
16,6
GND
2,4
+5V
+5V
P2
3
TX Data
11
RX Data
7
TX CLK
9
RX CLK
15
CTS
13
DCD
5
RTS
D00
D01
D02
D03
D04
D05
D06
D07
D00
D01
D02
D03
D04
D05
D06
D07
D[07..00]
Pg 1
A00♰
A01♰
A03♰
A13♰
A04♰
A13♰
A00♰
A[15..00]♰
Pg 1
VMA·A15
Pg 5 (U14-3)
R/W
Pg 1 (U1-34)
∅2
Pg 5 (R4)
RESET
IRQ
Pg 1 (U1-4, R2)
VMA·A15
Pg 5 (U14-3)
R/W
Pg 1 (U1-34)
∅2
Pg 5 (R4)
IRQ
Pg 1 (U1-4, R2)
1
2
3
SN7400
U15-A
4
5
6
SN7400
U15-B
RESET
RESET (NC)
Pg 4 (P3-16)
RESET (NO)
Pg 4 (P3-14)
R15
2.2 KΩ
+5.0V
R16
2.2 KΩ
+5.0V
S1
RESET
NOTES:
⚬ A "♰" marks Address/Signal lines that come directly from the CPU.

Motorola MEK6800D1, RS232/TTY I/0 - Page 4

This page shows the Perpherial Interface Adapter (PIA) and the MC14535 Timer that are used by MIKBUG for Serial Communication. The A side of the PIA (PA0-PA7) drives the circuitry that converts the TTL levels out of the PIA, to TTY 20ma and RS-232 levels. The B side of the PIA (PB0-PB7) is used to control the MC14535 Timer. CB2 of the B side is used for Reader Control. This could be used to turn the paper tape reader on/off or could be used to start/stop a cassetter tape storage unit.

If CB2 is used to start/stop a cassetter tape storage unit, extra circuitry would be necessary to convert the serial output data to a 1200/2400 Hz tone shift. And, for serial input, convert convert the 1200/2400 Hz tone shift signal to serial input data.

The MC14535 Timer can be set to communicate at 10 Characters Per Second (110 Baud) or 30 Characters Per Second (300 Baud). For details, see the page on Motorola Engineering Note 100

Page 4. TTY/RS-232C Interface Used with MIKBUG ROM
CA1
40
CA2
39
PA0
2
PA1
3
PA2
4
PA3
5
PA4
6
PA5
7
PA6
8
PA7
9
CB1
18
CB2
19
PB0
10
PB1
11
PB2
12
PB3
13
PB4
14
PB5
15
PB6
16
PB7
17
D0
33
D1
32
D2
31
D3
30
D4
29
D5
28
D6
27
D7
26
CS0
22
CS1
24
CS2
23
RS0
36
RS1
35
R/W
21
Ena
25
Reset
34
IRQA
38
IRQB
37
U9
MC6820
P
I
A
$8004
VMA·A15
Page 4, U14-3
R/W
Page 1
∅2
RESET
D[07..00]
D00
D01
D02
D03
D04
D05
D06
D07
A[15..00]♰
A00♰
A01♰
A02♰
A13♰
BYP
A
B
C
D
Res
OI
IN1
Out1
Out2
Dec
CI
MI
Set
6
9
10
11
12
2
14
15
1
3
4
5
13
7
M
C
S
N
7
4
0
0
U16
R17
2.2KΩ
+5V
R16
10KΩ
R19
100KΩ
C4
680pF
R23A
50K
1
0
C
P
S
R23B
50K
3
0
C
P
S
BIT
RATE
ADJUST
1
2
3
MCSN7400
U17-A
R20
510 Ω
1
2
4
5
6
4N33
U19
+5V
+12V
CR1
1N4001
-12V
CR2
1N4001
R24
820 Ω
R28
3.3K
R29
1K
1
2
3
MCSN7400
U18-A
10
9
8
MCSN7400
U17-B
1
2
4
5
6
4N29
U20
+12V
R21
2.2K
+
5
V
CR3
1N4001
C5
0.1µF
R25
1100 Ω/1W
10
9
8
MCSN7400
U18-B
4
5
6
MCSN7400
U18-C
CR4
1N4001
P3
9
+12V
12
TTY COM
15
TTY SERIAL OUT
3
RS-232 OUT (V24)
13
TTY SERIAL IN
2
RS-232 IN (V24)
11
READER CONTROL
10
RS-232 COMMON
16
RESET (NC)
14
RESET (NO)
1
GND (of +5V)
4
30CPS
6
10CPS
8
EXT SW
+12V
-12V
0V (of +/-12V)
13
12
11
MCSN7400
U17-D
1
2
4
5
6
4N33
U21
+12V
+5V
R22
510 Ω
R26
150 Ω
RESET (NC)
Pg 3 (S1-NC)
RESET (NO)
Pg 3 (S1-NO)

Motorola MEK6800D1, Timing and Control - Page 5

This page contains the basic timing circuitry. The MC6800 requires a two phase clock which is generated by the MC8620 Dual Retrigerable Monostable. The clock frequency that the system is operating at, is set by adjustng R9 and R13. R9 adjusts the Ø1 pulse width and R13 adjusts the Ø2 pulse width. Ø1 should be set for a minimum of 450 nsec, at the 90% point of VDD, and Ø2 at 470 nsec minimum, at the 90% points of VDD.

The pulse widths of Ø1, Ø2 may be measured at TP1 and TP2.

Note: There are two VMA signals on this page. One is labeled VMA♰ and the other simply as VMA. The difference is that, VMA♰ is an output directly from the MC6800. Whereas, VMA is the VMA♰ signal, buffered buffered through U14D and U14C. This also means that VMA will be two gate delays behind VMA♰. This doesn't make any difference on the MEK6800-D1 board, but it might make a difference to external circuitry.

Page 5 - MEK6800D1 - Timing and Control
T1
T2
CD
A
B
Q
Q
1
2
3
4
5
6
7
MC8602
U12 A
C2
33pF
R10
5.1K Ω
R9
50K Ω
Phase 1
+5.0V
R11
2.2K Ω
+5.0V
T1
T2
CD
A
B
Q
Q
15
14
13
12
11
10
9
MC8602
U12 B
C3
33pF
R14
5.1K Ω
R13
50K Ω
Phase 2
+5.0V
10
9
8
MC3459
U13-C
13
12
11
MC3459
U13-D
1
2
3
MC3459
U13-A
4
5
6
MC3459
U13-B
R12
1,000 Ω
+5.0V
7
∅1
P1
J
∅2
R4
22 Ω
∅2
Pg 1,U1-37
DBE
Pg 1,U1-36
U1 - MC6800
R6
1,000 Ω
R8
1,000 Ω
+5.0V
R5
22 Ω
∅1
Pg 1, U1-3
VMA♰
Pg 1, U1-5
A15♰
Pg 1, U1-25
R7
1,000 Ω
10
9
8
SN7400
U15-C
VMA·∅2
Page 1,2
13
12
11
SN7400
U15-D
VMA·∅2
Page 1,2
13
12
11
SN7400
U14-D
10
9
8
SN7400
U14-C
4
5
6
SN7400
U14-B
1
2
3
SN7400
U14-A
VMA·A15
Pg 3, U11-8
NOTES:
⚬ A "♰" marks Address/Signal lines that come directly from the CPU.
Motorola MEK6800D1, Power and Ground - Page 6

This page shows the Power and Ground wiring for all of the integrated circuits and their associated decoupling capacitors.

Page 6 - MEK6800D1 - Power and Ground
P6
A
+5VDC
B
+5VDC
C
+5VDC
1
+5VDC
2
+5VDC
3
+5VDC
W
GND
X
GND
Y
GND
41
GND
42
GND
43
GND
C1
100uF
+5.0V
VCC
8
GND
21
1
U1 - M6800
C6
0.1uF
VCC
12
GND
1
U8 - MCM6830
C7
0.1uF
VCC
24
GND
1
U7 - MCM6810
C8
0.1uF
+5.0V
C9
0.1uF
+5.0V
VCC
24
GND
1
U2 - MCM6810
C10
0.1uF
VCC
24
GND
1
U3 - MCM6810
C11
0.1uF
VCC
24
GND
1
U4 - MCM6810
C12
0.1uF
VCC
24
GND
1
U5 - MCM6810
C13
0.1uF
VCC
24
GND
1
U6 - MCM6810
+5.0V
C14
0.1uF
+5.0V
VCC
20
GND
1
U9 - MC6820
C15
0.1uF
VCC
20
GND
1
U10 - MC6820
C16
0.1uF
VCC
12
GND
1
U11 - MC6850
+5.0V