ece 353 introduction to microprocessor systems

27
ECE 353 Introduction to Microprocessor Systems Michael J. Schulte Week 7

Upload: milica

Post on 19-Mar-2016

31 views

Category:

Documents


0 download

DESCRIPTION

ECE 353 Introduction to Microprocessor Systems. Michael J. Schulte. Week 7. Topics. Clock and reset generation. Bus timing. Bus signal demultiplexing. System buffering Determining suitability of logic family interconnections. System Diagram. 80C188EB Package. Clock and Reset. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: ECE 353 Introduction to Microprocessor Systems

ECE 353Introduction to Microprocessor Systems

Michael J. Schulte

Week 7

Page 2: ECE 353 Introduction to Microprocessor Systems

TopicsClock and reset generation.Bus timing.Bus signal demultiplexing.System bufferingDetermining suitability of logic family interconnections.

Page 3: ECE 353 Introduction to Microprocessor Systems

System Diagram

Page 4: ECE 353 Introduction to Microprocessor Systems

80C188EB Package

Page 5: ECE 353 Introduction to Microprocessor Systems

Clock and ResetClock Generation Internal Oscillator External Oscillator Processor ClockReset Cold-start vs. warm-start RC reset circuit Microprocessor Supervisors

MAX807

Page 6: ECE 353 Introduction to Microprocessor Systems

Bus CyclesBasic Read Cycle Sequence at Bus Level DiagramBasic Write Cycle Sequence at Bus Level DiagramStates and PhasesBus Cycle State DiagramTypes of Bus Cycles S2:0 indicate the type of bus cycle in

progress.

Page 7: ECE 353 Introduction to Microprocessor Systems

Bus Cycles80C188EB Bus Cycle Timing Read Cycle Write CycleExercise: What type(s) of bus cycles are run? What address and data during each?001A BA 1000 mov dx, 1000h001D C7 07 1234 mov [bx], 1234h0021 8A 07 mov al, [bx]0023 EE out dx, al0024 ED in ax, dx

Page 8: ECE 353 Introduction to Microprocessor Systems

DemultiplexingMultiplexed Signal Timing Bus signal phasesDemultiplexing Strategies Remote Demultiplexing Local DemultiplexingImplementation Devices Connections Timing

Read Write

Page 9: ECE 353 Introduction to Microprocessor Systems

Fully-Buffered SystemAdvantages and DisadvantagesSignal Buffering Address bus Data bus

Transceivers Control signals

Control bus Contention issues

Terminology Local bus Buffered bus Partial buffering

Page 10: ECE 353 Introduction to Microprocessor Systems

Logic Family CompatibilityLogic family characteristics Definitions Logic families

DC noise margins Driver characteristics Receiver characteristics

Compatibility Voltage Current Exercises Capacitive loading TTL to CMOS

Page 11: ECE 353 Introduction to Microprocessor Systems

Wrapping UpReading for next week Textbook chapters 10.7-10.10, 11

Page 12: ECE 353 Introduction to Microprocessor Systems

80C188EB Clock Generator

Page 13: ECE 353 Introduction to Microprocessor Systems

MAX807

Page 14: ECE 353 Introduction to Microprocessor Systems

Basic Read Cycle

Page 15: ECE 353 Introduction to Microprocessor Systems

Basic Write Cycle

Page 16: ECE 353 Introduction to Microprocessor Systems

Bus Cycle State Diagram

Page 17: ECE 353 Introduction to Microprocessor Systems

Bus Cycle Types

Page 18: ECE 353 Introduction to Microprocessor Systems

Read Cycle

Page 19: ECE 353 Introduction to Microprocessor Systems

Write Cycle

Page 20: ECE 353 Introduction to Microprocessor Systems

States & Phases

Page 21: ECE 353 Introduction to Microprocessor Systems

001A BA 1000 mov dx, 1000h

Page 22: ECE 353 Introduction to Microprocessor Systems

001D C7 07 1234 mov [bx], 1234h

Page 23: ECE 353 Introduction to Microprocessor Systems

0021 8A 07 mov al, [bx]

Page 24: ECE 353 Introduction to Microprocessor Systems

0023 EE out dx, al

Page 25: ECE 353 Introduction to Microprocessor Systems

0024 ED in ax, dx

Page 26: ECE 353 Introduction to Microprocessor Systems

Logic Compatibility Exercises

For the following logic families, determine compatibility, noise margins, and fan-out. 74ALS driving 74AC 74AC driving 74ALS

VOHmin VIHmin VOLmax VILmax IOHmax IIHmax IOLmax IILmax

74ALS

2.7V 2.0V 0.5V 0.8V -400uA +20uA +8.0mA

-200uA

74AC 4.9V3.76V

0.7*VCC 0.1V0.7V

0.3*VCC -50uA-24mA

+1uA +50uA+24mA

-1uA

Note: For 74AC, top line is with CMOS load, bottom line is with TTL load.

Page 27: ECE 353 Introduction to Microprocessor Systems

TinyLogicTM and Little Logic