Presentation is loading. Please wait.

Presentation is loading. Please wait.

ECE 521/511: Digital System & Microprocessor

Similar presentations


Presentation on theme: "ECE 521/511: Digital System & Microprocessor"— Presentation transcript:

1 ECE 521/511: Digital System & Microprocessor

2 UiTM MOTOROLA 68000 DIO TRAINER BOARD

3

4 INPUT/OUTPUT CONNECTOR BOTTOM LAYER TOP LAYER

5 MOTOROLA 68000 MICROPROCESSOR
Voltage regulator 40 ways I/O Connector Halt / Error LED EVEN ROM EVEN RAM +12V Dc Power Socket Power LED Crystal Oscillator 10MHz RESET BUTTON MOTOROLA MICROPROCESSOR ODD ROM ODD RAM

6 INPUT/OUTPUT INTERFACE CIRCUIT
40-PIN IDE CABLE INPUT/OUTPUT INTERFACE CIRCUIT 68000 DIO TRAINER BOARD

7 HOW TO DESIGN INPUT/OUTPUT INTERFACE CIRCUIT
Y0 Y1 Y2 Y3 Y4 Y5 Y6 Y7 1 Y ADDRESS CONNECTION Y0 $000000 RESERVE FOR ROM Y1 $200000 RESERVE FOR RAM Y2 $400000 FREE Y3 $600000 Y4 $800000 Y5 $A00000 Y6 $C00000 RESERVE FOR 68230 Y7 $E00000

8 EXAMPLE – CONNECTION TO LATCH
TURN ON LED1 ORG $400 MOVE.B #$FD,$600000 END TURN ON LED2 ORG $400 MOVE.B #% ,$600000 END LED1 LED2 Note : ORG MUST START FROM ADDRESS $400 RAM ADDRESS START FROM $200000 All Vcc and Gnd should be connected to here

9 EXAMPLE – CONNECTION TO BUFFER
START MOVE.W $A00000,D0 AND.B #$01,D0 CMP.B #0,D0 BEQ SWITCH BRA START SWITCH DO SOMETHING ….. BRA START END All Vcc and Gnd should be connected to here

10 EXAMPLE – CONNECTION TO MORE THAN 1 I/O INTERFACE
ORG $400 BUFFER EQU $400000 LATCH EQU $800000 START MOVE.B BUFFER,D0 MOVE.B D0, LATCH BRA START END

11 (Register select pins)
EXAMPLE – CONNECTION TO PIT 68230 D0-D7 D0-D7 PA0-PA7 DTACK* DTACK* PB0-PB7 R/W* R/W* CLK CLK PC0-PC7 RESET* RESET* A6-A23 MAD CS* (Register select pins) RS1-RS5 A1-A5 M68k M68230

12 EXAMPLE – CONNECTION TO PIT 68230

13 The End


Download ppt "ECE 521/511: Digital System & Microprocessor"

Similar presentations


Ads by Google