MICROPROCESSOR TECHNOLOGY

Size: px
Start display at page:

Download "MICROPROCESSOR TECHNOLOGY"

Transcription

1 MICROPROCESSOR TECHNOLOGY Assis. Prof. Hossam El-Din Moustafa Lecture 13 Ch.6 The 80186, 80188, and Microprocessors 21-Apr-15 1

2 Chapter Objectives Describe the hardware and software enhancements of the 80186/80188 and the microprocessors. Detail the differences between the various versions of the and controllers. Describe the memory and I/O interface. Describe the operation of the memory management unit (MMU) in the µp. Define the operation of the Real-Time Operating System (RTOS). 21-Apr-15 2

3 M / IO 80186/80188 Architecture The contains 16-bit data bus. The contains 8-bit data bus. The 80186/80188 contain additional reserve interrupt vectors and some powerful built-in I/O features. The 80186/80188 are called embedded controllers as they are used as controllers not as a microprocessor-based computer. 21-Apr-15 3

4 80186/80188 Basic Block Diagram The block diagram is shown in Fig. (6.1) Page 128 They are identical except for the pre-fetch queue, which is 4 bytes in the and 6 bytes in the The contains a bus interface unit (BIU) and an execution unit (EU). 21-Apr-15 4

5 80186/80188 Basic Block Diagram The family contains a clock generator, a programmable interrupt controller, programmable timers, a programmable DMA controller, and a programmable chip selection unit. The 80186/80188 can be used as caching disk controllers, LAN controllers, and in the cellular telephone network as switchers. 21-Apr-15 5

6 80186/80188 Basic Features 1. Clock Generator: Internal (instead of the external 8284A) It has three pins; X1, X2, and CLKOUT X1 and X2 are connected to a crystal that resonates at twice the operating frequency of the µp. The 80186/80188 is available in 6 MHz, 8 MHz, 12 MHz, 16 MHz, and 25 MHz. The CLKOUT provides a system clock signal that is ½ the crystal frequency with 50% duty cycle. The clock generator provides the internal timing for synchronizing the READY input pin. 21-Apr-15 6

7 80186/80188 Basic Features 2. Programmable Interrupt Controller (PIC) It arbitrates the internal and external interrupts and controls up to 2 external 8259 PICs. It has 5 interrupt inputs; INT0 INT3 and NMI 3. Programmable DMA Unit It contains 2 DMA channels. Each channel can transfer data between memory locations, between memory and I/O, or between I/O devices. 21-Apr-15 7

8 80186/80188 Basic Features 4. Timers The timer section contains 3 fully programmable 16-bit timers. Timers 0, 1 generate waveforms for external use or to count external events. Timer 2 is internal, clocked by the master clock. Timer 2 generates an interrupt after a specified number of clocks and can provide a clock to the other timers. 21-Apr-15 8

9 80186/80188 Basic Features 5. Programmable Chip Selection Unit It is a built-in programmable memory and I/O decoder. It has 6 output lines to select memory, 7 lines to select I/O. The memory selection lines are divided into 3 groups that select memory for the major sections of the 80186/80188 memory map. The lower memory select signal enables memory for the interrupt vectors. The upper memory select signal enables memory for reset The middle memory select signals enable up to 4 middle memory devices. 21-Apr-15 9

10 80186/80188 Basic Features 6. Power Save/Power Down Feature The Power Save feature allows the system clock to be divided by 4, 8, or 16 to reduce power consumption. It is started by software and exited by a hardware interrupt. The Power Down feature stops the clock completely (not found in the XL family) 21-Apr-15 10

11 80186/80188 Basic Features 7. Refresh Control Unit It generates the refresh row address at the interval programmed. The refresh address is provided to the memory system at the end of the programmed refresh interval along with the RFSH control signal. 21-Apr-15 11

12 80186/80188 Pin-Out The 80C186XL is packaged in a 68-pin lead-less chip carrier (LCC) or in pin-grid array (PGA). VCC: Power supply +5 ± 10% V VSS: The system ground connection. X1, X2: connected to a fundamental mode parallel resonant crystal that operates an internal crystal oscillator. CLKOUT: Provides a timing signal to system peripherals at ½ clock frequency, 50% duty cycle. 21-Apr-15 12

13 80186/80188 Pin-Out RES: Resets the µp. It must be held low for at least 50 ms after power is applied. RESET: Rest output pin goes high when RES is low. TEST: Connects to the BUSY output of the coprocessor. TMRIN0, TMRIN1: external clocking resources to timers 0, 1. TMROUT0, TMROUT1: provide the output signals from timers 0, 1 21-Apr-15 13

14 80186/80188 Pin-Out DRQ0, DRQ1: Active high level triggered DMA request lines for DMA channels 0, 1. NMI: Non-maskable interrupt which, when active, uses interrupt vector 2. INT0, INT1, INT2/INTA0, INT3/INTA1: Maskable interrupt inputs which are configured as 4 interrupt inputs if no external 8259 is present, or as two interrupt inputs if 8259s are present. 21-Apr-15 14

15 80186/80188 Pin-Out A19/ONCE, A18, A17, A16: Multiplexed address status connections that provide the address (A16 A19) and status (S3 S6). If ONCE is held low on a reset, the µp enters a testing mode. AD0 AD15: Multiplexed address/data bus connections. (80188 has AD0 AD7) BHE: If BHE=0, valid data are transferred through data bus connections D8 D15. ALE: Contains ALE ½ cycle earlier than in It is used to de-multiplex address/data 21-Apr-15 15

16 80186/80188 Pin-Out WR: Causes data to be written to memory or I/O RD: Causes data to be read from memory or I/O ARDY: Asynchronous READY input informs the µp that the memory is ready for read/write. If ARDY=0, the µp enters wait state. SRDY: Synchronous READY input is synchronized with the system clock to provide a relaxed timing for the ready input. 21-Apr-15 16

17 80186/80188 Pin-Out LOCK: It is controlled by the LOCK prefix. S0, S1, S2: Status bits that provide the system with the type of bus transfer in effect. UCS: Upper Memory Chip Select pin selects memory on the upper portion of the memory map (ending at FFFFF). LCS: Lower Memory Chip Select pin selects memory on the lower portion of the memory map (Starting at 00000). 21-Apr-15 17

18 80186/80188 Pin-Out MCS0 MCS3: Middle Memory Chip Select pins enable 4 middle memory devices. PCS0 PCS4: Five Peripheral selection lines. PCS5/A1, PCS6/A2: Peripheral selection lines or internally latched address bits A1, A2. DT/R: Controls the direction of data bus buffers DEN: Enables the external data bus buffers. 21-Apr-15 18

19 DC Operating Characteristics +5V ± 10% V Between ma of power supply current Each o/p pin provides 3mA of logic 0 current and -2mA of logic 1 current. Timing: Four clocking periods = one bus cycle The 16 MHz version requires a.. ns bus cycle? complete 21-Apr-15 19

20 Programming The 80186/80188 Enhancements 1. Peripheral Control Block: All internal peripherals are controlled by a set of 16-bit wide registers located in the peripheral control block (PCB). See Fig. P 136 The PCB is a set of 256 registers located in the I/O or memory space. Whenever the processor is reset, the PCB is automatically located at the top of the I/O map. Relocation is accomplished by changing the contents of the relocation register (see Fig. P. 137). 21-Apr-15 20

21 Interrupts in The 80186/80188 Table (6-3) P. 138 shows the interrupt vectors. BOUND: If the boundary of an index register is outside the values set up in memory. Unused opcode: If the processor executes any undefined opcode. ESC opcode: if ESC opcodes D8H-DFH are executed. Internal hardware interrupts must be enabled by the I flag bit. It is set with STI and cleared with CLI 21-Apr-15 21

22 Interrupt Controller It operates in two modes: master or slave mode The slave mode is rarely used. Interrupt controller registers are located in the PCB beginning at offset address 22H. When operating in slave mode, 2 external 8259A programmable interrupt controllers are used for interrupt input expansion. 21-Apr-15 22

23 Interrupt Controller Interrupt Control registers: Each interrupt control register controls a single interrupt source The mask bit enables (0) or disables (1) the interrupt input represented by the control word. The priority bits set the priority level of the interrupt source. (highest 000, lowest 111) The CAS bit enables slave mode (CAS=0) The SFNM bit selects the special fully nested mode. (Fig Page 141) 21-Apr-15 23

24 Interrupt Controller Interrupt Request Register: It contains an image of the interrupt sources in each mode of operation. Whenever an interrupt is requested, the corresponding interrupt request bit becomes a logic Apr-15 24

25 Interrupt Controller Mask and Priority Mask Registers: If a source is masked (disabled), the corresponding bit of the interrupt mask register contains a logic 1. The interrupt mask register is read to determine which interrupt sources are masked and which are enabled. The priority mask register shows the priority of the interrupt currently being serviced. 21-Apr-15 25

26 Interrupt Controller In-Service Register The bit that corresponds to the interrupt source is set if the µp is currently acknowledging the interrupt. The bit is reset at the end of an interrupt. 21-Apr-15 26

27 Interrupt Controller The Poll and Poll Status Register It has a bit (IREQ) that indicates an interrupt is pending. This bit is set if an interrupt is received with sufficient priority and cleared when an interrupt is acknowledged. The S bits indicate the interrupt vector type number of the highest priority pending interrupt. They are used in master mode not in slave mode 21-Apr-15 27

28 Interrupt Controller End-of-Interrupt Register (EOI): It causes the termination of an interrupt when written by a program. Interrupt Status Register: T0 T2 indicate which timer is causing an interrupt The DHLT bit is only used in master mode. When set, it stops a DMA action. Interrupt Vector Register: It is present in the slave mode. It is used to specify the most significant 5 bits of the interrupt vector type number 21-Apr-15 28

29 Thank You With all best wishes!! 21-Apr-15 29

MICROPROCESSOR TECHNOLOGY

MICROPROCESSOR TECHNOLOGY MICROPROCESSOR TECHNOLOGY Assis. Prof. Hossam El-Din Moustafa Lecture 14 Ch.6 The 80186, 80188, and 80286 Microprocessors 21-Apr-15 1 Timers The 80186/80188 contain three fully programmable 16-bit timers

More information

Pin diagram Common SignalS Architecture: Sub: 8086 HARDWARE

Pin diagram Common SignalS Architecture: Sub: 8086 HARDWARE 1 CHAPTER 6 HARDWARE ARCHITECTURE OF 8086 8086 Architecture: 6.1 8086 Pin diagram 8086 is a 40 pin DIP using CHMOS technology. It has 2 GND s as circuit complexity demands a large amount of current flowing

More information

8086 Hardware Specification

8086 Hardware Specification Content: Segment 5 8086 Hardware Specification 8086 Modes of operation. Pin diagram and pin function of 8086. 8284A Clock generator operation and pin functions. Prepared By: Mohammed Abdul Kader Lecturer,

More information

MICROPROCESSOR TECHNOLOGY

MICROPROCESSOR TECHNOLOGY MICROPROCESSOR TECHNOLOGY Assis. Prof. Hossam El-Din Moustafa Lecture 15 Ch.7 The 80386 and 80486 Microprocessors 21-Apr-15 1 Chapter Objectives Contrast the 80386 and 80486 microprocessors with earlier

More information

EC 6504 Microprocessor and Microcontroller. Unit II System Bus Structure

EC 6504 Microprocessor and Microcontroller. Unit II System Bus Structure EC 6504 Microprocessor and Microcontroller Unit II 8086 System Bus Structure Syllabus: 8086 Signals Basic Configurations System bus timing System Design using 8086 IO Programming Introduction to multiprogramming

More information

Am186 TM EM/EMLV and Am188 TM EM/EMLV

Am186 TM EM/EMLV and Am188 TM EM/EMLV PRELIMINARY Am186 TM EM/EMLV and Am188 TM EM/EMLV High Performance, 80C186-/80C188-Compatible and 80L186-/80L188-Compatible, 16-Bit Embedded Microcontrollers DISTINCTIVE CHARACTERISTICS E86 TM family 80C186-

More information

MICROPROCESSOR TECHNOLOGY

MICROPROCESSOR TECHNOLOGY MICROPROCESSOR TECHNOLOGY Assis. Prof. Hossam El-Din Moustafa Lecture 12 Ch.5 8086/8088 Hardware Specifications 22-Mar-15 1 The Buffered System If more than 10 unit loads are attached to any bus pin, the

More information

Am186ER/Am188ER AMD continues 16-bit innovation

Am186ER/Am188ER AMD continues 16-bit innovation Am186ER/Am188ER AMD continues 16-bit innovation 386-Class Performance, Enhanced System Integration, and Built-in SRAM Am186ER and Am188ER Am186 System Evolution 80C186 Based 3.37 MIP System Am186EM Based

More information

PIN DIAGRAM. Richa Upadhyay Prabhu. NMIMS s MPSTME January 19, 2016

PIN DIAGRAM. Richa Upadhyay Prabhu. NMIMS s MPSTME January 19, 2016 PIN DIAGRAM Richa Upadhyay Prabhu NMIMS s MPSTME richa.upadhyay@nmims.edu January 19, 2016 Richa Upadhyay Prabhu (MPSTME) 8080 Microprocessor January 19, 2016 1 / 51 Pin Diagram of 8086 Richa Upadhyay

More information

Overview of Intel 80x86 µp

Overview of Intel 80x86 µp CE444 ١ ٢ 8088/808 µp and Supporting Chips Overview of Intel 80x8 µp ٢ ١ 8088/808 µp ٣ Both are mostly the same with small differences. Both are of bit internal Data bus Both have 0 bit address bus Capable

More information

MICROPROCESSOR TECHNOLOGY

MICROPROCESSOR TECHNOLOGY MICROPROCESSOR TECHNOLOGY Assis. Prof. Hossam El-Din Moustafa Lecture 16 Ch.7 The 80386 and 80486 Microprocessors 21-Apr-15 1 System Descriptors The system descriptor defines information about the system

More information

The Purpose of Interrupt

The Purpose of Interrupt Interrupts 3 Introduction In this chapter, the coverage of basic I/O and programmable peripheral interfaces is expanded by examining a technique called interrupt-processed I/O. An interrupt is a hardware-initiated

More information

Chapter 1: Basics of Microprocessor [08 M]

Chapter 1: Basics of Microprocessor [08 M] Microprocessor: Chapter 1: Basics of Microprocessor [08 M] It is a semiconductor device consisting of electronic logic circuits manufactured by using either a Large scale (LSI) or Very Large Scale (VLSI)

More information

DRAFT. High-Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers with RAM DISTINCTIVE CHARACTERISTICS GENERAL DESCRIPTION

DRAFT. High-Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers with RAM DISTINCTIVE CHARACTERISTICS GENERAL DESCRIPTION Am186 TM ER and Am188 TM ER High-Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers with RAM DISTINCTIVE CHARACTERISTICS n E86 TM family 80C186- and 80C188-compatible microcontrollers

More information

SRI VIDYA COLLEGE OF ENGINEERING AND TECHNOLOGY,VIRUDHUNAGAR

SRI VIDYA COLLEGE OF ENGINEERING AND TECHNOLOGY,VIRUDHUNAGAR Year/sem: 02/04 Academic Year: 2014-2015 (even) UNIT II THE 8086 SYSTEM BUS STRUCTURE PART A 1. What are the three groups of signals in 8086? The 8086 signals are categorized in three groups. They are:

More information

D RAFT. High-Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers with RAM DISTINCTIVE CHARACTERISTICS GENERAL DESCRIPTION

D RAFT. High-Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers with RAM DISTINCTIVE CHARACTERISTICS GENERAL DESCRIPTION PRELIMINARY Am186 TM ER and Am188 TM ER High-Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers with RAM DISTINCTIVE CHARACTERISTICS E86 TM family 80C186- and 80C188-compatible

More information

UNIT II OVERVIEW MICROPROCESSORS AND MICROCONTROLLERS MATERIAL. Introduction to 8086 microprocessors. Architecture of 8086 processors

UNIT II OVERVIEW MICROPROCESSORS AND MICROCONTROLLERS MATERIAL. Introduction to 8086 microprocessors. Architecture of 8086 processors OVERVIEW UNIT II Introduction to 8086 microprocessors Architecture of 8086 processors Register Organization of 8086 Memory Segmentation of 8086 Pin Diagram of 8086 Timing Diagrams for 8086 Interrupts of

More information

DatasheetDirect.com. Visit to get your free datasheets. This datasheet has been downloaded by

DatasheetDirect.com. Visit  to get your free datasheets. This datasheet has been downloaded by DatasheetDirect.com Your dedicated source for free downloadable datasheets. Over one million datasheets Optimized search function Rapid quote option Free unlimited downloads Visit www.datasheetdirect.com

More information

UNIT II SYSTEM BUS STRUCTURE 1. Differentiate between minimum and maximum mode 2. Give any four pin definitions for the minimum mode. 3. What are the pins that are used to indicate the type of transfer

More information

1-4 Figure 1-1 Am186ER Microcontroller Block Diagram. Arrow pointing from control register bus down to the 32-Kbyte RAM box.

1-4 Figure 1-1 Am186ER Microcontroller Block Diagram. Arrow pointing from control register bus down to the 32-Kbyte RAM box. TM Am186 ER and Am188 Microcontrollers User s Manual TM ER This document amends the Am186 TM ER and Am188 TM ER Microcontrollers User s Manual (order #21684B). This amendment contains several documentation

More information

Am186 CH. High-Performance, 80C186-Compatible 16-Bit Embedded HDLC Microcontroller DISTINCTIVE CHARACTERISTICS GENERAL DESCRIPTION

Am186 CH. High-Performance, 80C186-Compatible 16-Bit Embedded HDLC Microcontroller DISTINCTIVE CHARACTERISTICS GENERAL DESCRIPTION Am186 CH High-Performance, 80C186-Compatible 16-Bit Embedded HDLC Microcontroller DISTINCTIVE CHARACTERISTICS E86 family of x86 embedded processors offers improved time-to-market Software migration (backwards-

More information

2. List the five interrupt pins available in INTR, TRAP, RST 7.5, RST 6.5, RST 5.5.

2. List the five interrupt pins available in INTR, TRAP, RST 7.5, RST 6.5, RST 5.5. DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EE6502- MICROPROCESSORS AND MICROCONTROLLERS UNIT I: 8085 PROCESSOR PART A 1. What is the need for ALE signal in

More information

R8830. RDC RISC DSP Controller. 16-Bit RISC Microcontroller User s Manual R8830

R8830. RDC RISC DSP Controller. 16-Bit RISC Microcontroller User s Manual R8830 R3 R3 -Bit RISC Microcontroller User s Manual RDC RISC DSP Controller RDC Semiconductor Co., Ltd http:\\www.rdc.com.tw Tel. -3--2 Fax -3-3- Subject to change without notice January, 2 R3 Contents. Features...

More information

MICROPROCESSOR TECHNOLOGY

MICROPROCESSOR TECHNOLOGY MICROPROCESSOR TECHNOLOGY Assis. Prof. Hossam El-Din Moustafa Lecture 17 Ch.8 The Pentium and Pentium Pro Microprocessors 21-Apr-15 1 Chapter Objectives Contrast the Pentium and Pentium Pro with the 80386

More information

UMBC. 80C86/80C88: CMOS version draws 10mA with temp spec -40 to 225degF. 450mV while input max can be no higher than 800mV). 0 0.

UMBC. 80C86/80C88: CMOS version draws 10mA with temp spec -40 to 225degF. 450mV while input max can be no higher than 800mV). 0 0. 8086/88 Device Specifications Both are packaged in DIP (Dual In-Line Packages). 8086: 16-bit microprocessor with a 16-bit data bus 8088: 16-bit microprocessor with an 8-bit data bus. Both are 5V parts:

More information

These three counters can be programmed for either binary or BCD count.

These three counters can be programmed for either binary or BCD count. S5 KTU 1 PROGRAMMABLE TIMER 8254/8253 The Intel 8253 and 8254 are Programmable Interval Timers (PTIs) designed for microprocessors to perform timing and counting functions using three 16-bit registers.

More information

Am186 TM ES/ESLV and Am188 TM ES/ESLV

Am186 TM ES/ESLV and Am188 TM ES/ESLV PRELIMINARY Am186 TM ES/ESLV and Am188 TM ES/ESLV High Performance, 80C186-/80C188-Compatible and 80L186-/80L188-Compatible, 16-Bit Embedded Microcontrollers DISTINCTIVE CHARACTERISTICS E86 family 80C186-/188-

More information

Microcomputer System Design

Microcomputer System Design Microcomputer System Design COE305 Lab. What is a Microprocessor? A microprocessor is a multipurpose, clockdriven, register-based electronic device that reads binary instructions from a storage device

More information

MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS

MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS UNIT I INTRODUCTION TO 8085 8085 Microprocessor - Architecture and its operation, Concept of instruction execution and timing diagrams, fundamentals of

More information

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices,

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, CISC and RISC processors etc. Knows the architecture and

More information

sequence is not needed. (ROM space). Another application is to use the poll mode to expand the number of priority levels to more than 64.

sequence is not needed. (ROM space). Another application is to use the poll mode to expand the number of priority levels to more than 64. Lecture-55 Poll Command: In this mode the INT output is not used for the microprocessor internal interrupt enable F/F is reset, disabling its interrupt input, service to device is achieved by software

More information

Module 3. Embedded Systems I/O. Version 2 EE IIT, Kharagpur 1

Module 3. Embedded Systems I/O. Version 2 EE IIT, Kharagpur 1 Module 3 Embedded Systems I/O Version 2 EE IIT, Kharagpur 1 Lesson 15 Interrupts Version 2 EE IIT, Kharagpur 2 Instructional Objectives After going through this lesson the student would learn Interrupts

More information

Control Unit: The control unit provides the necessary timing and control Microprocessor resembles a CPU exactly.

Control Unit: The control unit provides the necessary timing and control Microprocessor resembles a CPU exactly. Unit I 8085 and 8086 PROCESSOR Introduction to microprocessor A microprocessor is a clock-driven semiconductor device consisting of electronic logic circuits manufactured by using either a large-scale

More information

Chapter 12: INTERRUPTS

Chapter 12: INTERRUPTS Chapter 12: INTERRUPTS 12 1 BASIC INTERRUPT PROCESSING This section discusses the function of an interrupt in a microprocessor-based system. Structure and features of interrupts available to Intel microprocessors.

More information

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085.

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085. (1) Draw and explain the internal architecture of 8085. The architecture of 8085 Microprocessor is shown in figure given below. The internal architecture of 8085 includes following section ALU-Arithmetic

More information

D RAFT. Am186 TM ED/EDLV. High Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers DISTINCTIVE CHARACTERISTICS

D RAFT. Am186 TM ED/EDLV. High Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers DISTINCTIVE CHARACTERISTICS PRELIMINARY Am186 TM ED/EDLV High Performance, 80C186- and 80C188-Compatible, 16-Bit Embedded Microcontrollers DISTINCTIVE CHARACTERISTICS E86 TM family 80C186- and 80C188-compatible microcontroller with

More information

7/19/2013. Introduction. Chapter Objectives Upon completion of this chapter, you will be able to: Chapter Objectives 12 1 BASIC INTERRUPT PROCESSING

7/19/2013. Introduction. Chapter Objectives Upon completion of this chapter, you will be able to: Chapter Objectives 12 1 BASIC INTERRUPT PROCESSING Chapter 12: Interrupts Introduction In this chapter, the coverage of basic I/O and programmable peripheral interfaces is expanded by examining a technique called interrupt-processed I/O. An interrupt is

More information

Chapter 12: Interrupts

Chapter 12: Interrupts Chapter 12: Interrupts Introduction In this chapter, the coverage of basic I/O and programmable peripheral interfaces is expanded by examining a technique called interrupt-processed I/O. An interrupt is

More information

8086 Interrupts and Interrupt Responses:

8086 Interrupts and Interrupt Responses: UNIT-III PART -A INTERRUPTS AND PROGRAMMABLE INTERRUPT CONTROLLERS Contents at a glance: 8086 Interrupts and Interrupt Responses Introduction to DOS and BIOS interrupts 8259A Priority Interrupt Controller

More information

EC 6504 MICROPROCESSOR AND MICROCONTROLLER Electronicsand Communication Engineering Fifth Semester UNIT-1I Part A 1. Definemachinecycle.

EC 6504 MICROPROCESSOR AND MICROCONTROLLER Electronicsand Communication Engineering Fifth Semester UNIT-1I Part A 1. Definemachinecycle. EC 6504 MICROPROCESSOR AND MICROCONTROLLER Electronicsand Communication Engineering Fifth Semester UNIT-1I Part A 1. Definemachinecycle. [N/D 16] Machine cycle is defined as the time required to complete

More information

M80C186 CHMOS HIGH INTEGRATION 16-BIT MICROPROCESSOR

M80C186 CHMOS HIGH INTEGRATION 16-BIT MICROPROCESSOR Y Y Y M80C186 CHMOS HIGH INTEGRATION 16-BIT MICROPROCESSOR Military Operation Modes Include Enhanced Mode Which Has DRAM Refresh Power-Save Logic Direct Interface to New CMOS Numerics Coprocessor Compatible

More information

R8810LV. RDC RISC DSP Controller R8810LV. RDC RISC DSP Controller. 16-Bit RISC Microcontroller User s Manual

R8810LV. RDC RISC DSP Controller R8810LV. RDC RISC DSP Controller. 16-Bit RISC Microcontroller User s Manual RDC RISC DSP Controller R1LV R1LV 1-Bit RISC Microcontroller User s Manual RDC RISC DSP Controller, Ltd http:\\www.rdc.com.tw Tel. -3--2 Fax -3-3-19 1 RDC RISC DSP Controller R1LV Contents -----------------------------------------------------------------------page

More information

Instructions Involve a Segment Register (SR-field)

Instructions Involve a Segment Register (SR-field) BYTE 1 = 11000111 2 = C7 16 BYTE 2 = (MOD)000(R/M) = 100000112 = 83 16 BYTE 3 = 34 16 and BYTE 4 = 12 16 BYTE 5 = CD 16 and BYTE 6 = AB 16 The machine code for the instruction is: MOV [BP+DI+1234H], 0ABCDH

More information

Lecture-61 Initialization Control Word 2 (ICW2):

Lecture-61 Initialization Control Word 2 (ICW2): Lecture-61 Initialization Control Word 2 (ICW2): After issuing ICW1 on even address, the PIC is ready to accept initialization Control Word 2. It is issued to an address having A 0 =1, i.e., on odd address.

More information

R8820. RDC RISC DSP Controller R8820. RDC RISC DSP Controller. 16-Bit RISC Microcontroller User s Manual

R8820. RDC RISC DSP Controller R8820. RDC RISC DSP Controller. 16-Bit RISC Microcontroller User s Manual RDC RISC DSP Controller R2 R2 1-Bit RISC Microcontroller User s Manual RDC RISC DSP Controller, Ltd http:\\www.rdc.com.tw Tel. -3-3-2 Fax -3-3-2 1 RDC RISC DSP Controller R2 Contents ---------------------------------------------------------------------------------------

More information

Northern India Engineering College, Delhi (GGSIP University) PAPER I

Northern India Engineering College, Delhi (GGSIP University) PAPER I PAPER I Q1.Explain IVT? ANS. interrupt vector table is a memory space for storing starting addresses of all the interrupt service routine. It stores CS:IP PAIR corresponding to each ISR. An interrupt vector

More information

27 December 2016 Pramod Ghimire. Slide 1 of 16

27 December 2016 Pramod Ghimire. Slide 1 of 16 8259-Programmable Interrupt Controller (8259-PIC) Slide 1 of 16 Programmable Interface Device A Programmable interface device is designed to perform various input/output functions. Such a device can be

More information

80C186XL/80C188XL Microprocessor User s Manual

80C186XL/80C188XL Microprocessor User s Manual 80C186XL/80C188XL Microprocessor User s Manual 80C186XL/80C188XL Microprocessor User s Manual 1995 Order Number 272164-003 Information in this document is provided solely to enable use of Intel products.

More information

Chapter 8 Summary: The 8086 Microprocessor and its Memory and Input/Output Interface

Chapter 8 Summary: The 8086 Microprocessor and its Memory and Input/Output Interface Chapter 8 Summary: The 8086 Microprocessor and its Memory and Input/Output Interface Figure 1-5 Intel Corporation s 8086 Microprocessor. The 8086, announced in 1978, was the first 16-bit microprocessor

More information

Pin Description, Status & Control Signals of 8085 Microprocessor

Pin Description, Status & Control Signals of 8085 Microprocessor Pin Description, Status & Control Signals of 8085 Microprocessor 1 Intel 8085 CPU Block Diagram 2 The 8085 Block Diagram Registers hold temporary data. Instruction register (IR) holds the currently executing

More information

MP Assignment III. 1. An 8255A installed in a system has system base address E0D0H.

MP Assignment III. 1. An 8255A installed in a system has system base address E0D0H. MP Assignment III 1. An 8255A installed in a system has system base address E0D0H. i) Calculate the system addresses for the three ports and control register for this 8255A. System base address = E0D0H

More information

1. Internal Architecture of 8085 Microprocessor

1. Internal Architecture of 8085 Microprocessor 1. Internal Architecture of 8085 Microprocessor Control Unit Generates signals within up to carry out the instruction, which has been decoded. In reality causes certain connections between blocks of the

More information

R8830. RDC RISC DSP Controller R8830. RDC RISC DSP Controller. 16-Bit RISC Microcontroller User s Manual

R8830. RDC RISC DSP Controller R8830. RDC RISC DSP Controller. 16-Bit RISC Microcontroller User s Manual R3 R3 1-Bit RISC Microcontroller User s Manual RDC RISC DSP Controller, Ltd http:\\www.rdc.com.tw Tel. -3--2 Fax -3-3-19 1 Contents R3 --------------------------------------------------------------------------------

More information

Am186 ER and Am188 ER Microcontrollers User s Manual D RAFT

Am186 ER and Am188 ER Microcontrollers User s Manual D RAFT Am186 ER and Am188 ER Microcontrollers User s Manual D RAFT 1998 Advanced Micro Devices, Inc. All rights reserved. Advanced Micro Devices, Inc. ( AMD ) reserves the right to make changes in its products

More information

DRAM Refresh Control with the

DRAM Refresh Control with the APPLICATION BRIEF DRAM Refresh Control with the 80186 80188 STEVE FARRER APPLICATIONS ENGINEER August 1990 Order Number 270524-002 Information in this document is provided in connection with Intel products

More information

The 80C186XL 80C188XL Integrated Refresh Control Unit

The 80C186XL 80C188XL Integrated Refresh Control Unit APPLICATION BRIEF The 80C186XL 80C188XL Integrated Refresh Control Unit GARRY MION ECO SENIOR APPLICATIONS ENGINEER November 1994 Order Number 270520-003 Information in this document is provided in connection

More information

Question Bank Microprocessor and Microcontroller

Question Bank Microprocessor and Microcontroller QUESTION BANK - 2 PART A 1. What is cycle stealing? (K1-CO3) During any given bus cycle, one of the system components connected to the system bus is given control of the bus. This component is said to

More information

Microprocessor Architecture

Microprocessor Architecture Microprocessor - 8085 Architecture 8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-bit microprocessor designed by Intel in 1977 using NMOS technology. It has the following configuration

More information

PC Interrupt Structure and 8259 DMA Controllers

PC Interrupt Structure and 8259 DMA Controllers ELEC 379 : DESIGN OF DIGITAL AND MICROCOMPUTER SYSTEMS 1998/99 WINTER SESSION, TERM 2 PC Interrupt Structure and 8259 DMA Controllers This lecture covers the use of interrupts and the vectored interrupt

More information

Topics. Interfacing chips

Topics. Interfacing chips 8086 Interfacing ICs 2 Topics Interfacing chips Programmable Communication Interface PCI (8251) Programmable Interval Timer (8253) Programmable Peripheral Interfacing - PPI (8255) Programmable DMA controller

More information

Architecture of 8085 microprocessor

Architecture of 8085 microprocessor Architecture of 8085 microprocessor 8085 consists of various units and each unit performs its own functions. The various units of a microprocessor are listed below Accumulator Arithmetic and logic Unit

More information

32- bit Microprocessor-Intel 80386

32- bit Microprocessor-Intel 80386 32- bit Microprocessor-Intel 80386 30 Marks Course Outcome: Explain memory management and concept of pipelining. Describe the concept of paging and addressing. Signal Description of 80386 Signal Descriptions

More information

Microprocessors and Interfacng. Question bank

Microprocessors and Interfacng. Question bank Microprocessors & Interfacing 8086 ARCHITECTURE: UNIT-I Functional Diagram, Register Organization, Addressing modes, Instructions, Functional schematic, Minimum and Maximum mode operations of 8086, 8086

More information

INTERFACING THE ISCC TO THE AND 8086

INTERFACING THE ISCC TO THE AND 8086 APPLICATION NOTE INTERFACING THE ISCC TO THE 68 AND 886 INTRODUCTION The ISCC uses its flexible bus to interface with a variety of microprocessors and microcontrollers; included are the 68 and 886. The

More information

8254 is a programmable interval timer. Which is widely used in clock driven digital circuits. with out timer there will not be proper synchronization

8254 is a programmable interval timer. Which is widely used in clock driven digital circuits. with out timer there will not be proper synchronization 8254 is a programmable interval timer. Which is widely used in clock driven digital circuits. with out timer there will not be proper synchronization between two devices. So it is very useful chip. The

More information

CHAPTER 5 : Introduction to Intel 8085 Microprocessor Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY

CHAPTER 5 : Introduction to Intel 8085 Microprocessor Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY CHAPTER 5 : Introduction to Intel 8085 Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY The 8085A(commonly known as the 8085) : Was first introduced in March 1976 is an 8-bit microprocessor with 16-bit address

More information

Unit DMA CONTROLLER 8257

Unit DMA CONTROLLER 8257 DMA CONTROLLER 8257 In microprocessor based system, data transfer can be controlled by either software or hardware. To transfer data microprocessor has to do the following tasks: Fetch the instruction

More information

Chapter NINE 8088,80286 MICROPROCESSORS AND ISA BUS

Chapter NINE 8088,80286 MICROPROCESSORS AND ISA BUS Chapter NINE 8088,80286 MICROPROCESSORS AND ISA BUS OBJECTIVES this chapter enables the student to: State the function of the pins of the 8088. List the functions of the 8088 data, address, and control

More information

UNIT-1. It is a 16-bit Microprocessor (μp).it s ALU, internal registers works with 16bit binary word.

UNIT-1. It is a 16-bit Microprocessor (μp).it s ALU, internal registers works with 16bit binary word. UNIT-1 Introduction to 8086: 8086 Microprocessor is an enhanced version of 8085Microprocessor that was designed by Intel in 1976. It is a 16-bit Microprocessor having 20 address lines and16 data lines

More information

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1 Module 2 Embedded Processors and Memory Version 2 EE IIT, Kharagpur 1 Lesson 11 Embedded Processors - II Version 2 EE IIT, Kharagpur 2 Signals of a Typical Microcontroller In this lesson the student will

More information

S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING

S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING QUESTION BANK Subject Code : EC307 Subject Name : Microprocessor and Interfacing Year & Sem : III Year, V Sem

More information

4) In response to the the 8259A sets the highest priority ISR, bit and reset the corresponding IRR bit. The 8259A also places

4) In response to the the 8259A sets the highest priority ISR, bit and reset the corresponding IRR bit. The 8259A also places Lecture-52 Interrupt sequence: The powerful features of the 8259A in a system are its programmability and the interrupt routine address capability. It allows direct or indirect jumping to the specific

More information

INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor

INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor Subject Name: Microprocessor and Microcontroller Year: 3 rd Year Subject Code: CS502 Semester: 5 th Module Day Assignment 1 Microprocessor

More information

QUESTION BANK. EE 6502 / Microprocessor and Microcontroller. Unit I Processor. PART-A (2-Marks)

QUESTION BANK. EE 6502 / Microprocessor and Microcontroller. Unit I Processor. PART-A (2-Marks) QUESTION BANK EE 6502 / Microprocessor and Microcontroller Unit I- 8085 Processor PART-A (2-Marks) YEAR/SEM : III/V 1. What is meant by Level triggered interrupt? Which are the interrupts in 8085 level

More information

UNIT - II PERIPHERAL INTERFACING WITH 8085

UNIT - II PERIPHERAL INTERFACING WITH 8085 UNIT - II PERIPHERAL INTERFACING WITH 8085 Peripheral Interfacing is considered to be a main part of Microprocessor, as it is the only way to interact with the external world. The interfacing happens with

More information

9/25/ Software & Hardware Architecture

9/25/ Software & Hardware Architecture 8086 Software & Hardware Architecture 1 INTRODUCTION It is a multipurpose programmable clock drive register based integrated electronic device, that reads binary instructions from a storage device called

More information

3. The MC6802 MICROPROCESSOR

3. The MC6802 MICROPROCESSOR 3. The MC6802 MICROPROCESSOR This chapter provides hardware detail on the Motorola MC6802 microprocessor to enable the reader to use of this microprocessor. It is important to learn the operation and interfacing

More information

UNIT-I. 1.Draw and explain the Architecture of a 8085 Microprocessor?

UNIT-I. 1.Draw and explain the Architecture of a 8085 Microprocessor? UNIT-I INTRODUCTION TO MICROPROCESSOR A common way of categorizing microprocessors is by the no. of bits that their ALU can work with at a time. (i) The first commercially available microprocessor was

More information

A+3 A+2 A+1 A. The data bus 16-bit mode is shown in the figure below: msb. Figure bit wide data on 16-bit mode data bus

A+3 A+2 A+1 A. The data bus 16-bit mode is shown in the figure below: msb. Figure bit wide data on 16-bit mode data bus 3 BUS INTERFACE The ETRAX 100 bus interface has a 32/16-bit data bus, a 25-bit address bus, and six internally decoded chip select outputs. Six additional chip select outputs are multiplexed with other

More information

eaymanelshenawy.wordpress.com

eaymanelshenawy.wordpress.com Lectures on Memory Interface Designed and Presented by Dr. Ayman Elshenawy Elsefy Dept. of Systems & Computer Eng.. Al-Azhar University Email : eaymanelshenawy@yahoo.com eaymanelshenawy.wordpress.com Chapter

More information

MACHINE CONTROL INSTRUCTIONS: 1. EI

MACHINE CONTROL INSTRUCTIONS: 1. EI Lecture-33 MACHINE CONTROL INSTRUCTIONS: 1. EI (Enable interrupts): The interrupt system is disabled just after RESET operation. There is an internal INTE F/F (Interrupt enable flipflop) which is reset

More information

QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS

QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS FATIMA MICHAEL COLLEGE OF ENGINEERING & TECHNOLOGY Senkottai Village, Madurai Sivagangai Main Road, Madurai -625 020 QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS UNIT 1 - THE 8085 AND 8086

More information

Summer 2003 Lecture 21 07/15/03

Summer 2003 Lecture 21 07/15/03 Summer 2003 Lecture 21 07/15/03 Simple I/O Devices Simple i/o hardware generally refers to simple input or output ports. These devices generally accept external logic signals as input and allow the CPU

More information

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 09, SPRING 2013

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 09, SPRING 2013 CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 09, SPRING 2013 TOPICS TODAY I/O Architectures Interrupts Exceptions FETCH EXECUTE CYCLE 1.7 The von Neumann Model This is a general

More information

Am186 CC. High-Performance, 80C186-Compatible 16-Bit Embedded Communications Controller DISTINCTIVE CHARACTERISTICS GENERAL DESCRIPTION

Am186 CC. High-Performance, 80C186-Compatible 16-Bit Embedded Communications Controller DISTINCTIVE CHARACTERISTICS GENERAL DESCRIPTION Am186 CC High-Performance, 80C186-Compatible 16-Bit Embedded Communications Controller DINCTIVE CHARACTERICS n E86 family of x86 embedded processors offers improved time-to-market Software migration (backwards-

More information

Am186 EM and Am188 EM Microcontrollers. User s Manual

Am186 EM and Am188 EM Microcontrollers. User s Manual Am186 EM and Am188 EM Microcontrollers User s Manual 1997 Advanced Micro Devices, Inc. All rights reserved. Advanced Micro Devices, Inc. ("AMD") reserves the right to make changes in its products without

More information

1. (a) Draw the internal architecture of 8085? Explain each block. (b) What are the special functions of GPRs in 8086? And explain them?

1. (a) Draw the internal architecture of 8085? Explain each block. (b) What are the special functions of GPRs in 8086? And explain them? Code No: R05220504 Set No. 1 1. (a) Draw the internal architecture of 8085? Explain each block. (b) What are the special functions of GPRs in 8086? And explain them? 2. Explain clearly with examples the

More information

Lecture-51 INTEL 8259A Programmable Interrupt Controller

Lecture-51 INTEL 8259A Programmable Interrupt Controller Lecture-51 INTEL 8259A Programmable Interrupt Controller The 8259A is a programmable interrupt controller designed to work with Intel microprocessor 8080 A, 8085, 8086, 8088. The 8259 A interrupt controller

More information

80C186 AND 80C188 EMBEDDED MICROPROCESSORS SPECIFICATION UPDATE

80C186 AND 80C188 EMBEDDED MICROPROCESSORS SPECIFICATION UPDATE 80C186 AND 80C188 EMBEDDED MICROPROCESSORS SPECIFICATION UPDATE Release Date: July, 1996 Order Number 272894-001 The 80C186 and 80C188 Embedded Microprocessors may contain design defects or errors known

More information

Address connections Data connections Selection connections

Address connections Data connections Selection connections Interface (cont..) We have four common types of memory: Read only memory ( ROM ) Flash memory ( EEPROM ) Static Random access memory ( SARAM ) Dynamic Random access memory ( DRAM ). Pin connections common

More information

Lecture-15 W-Z: Increment-Decrement Address Latch:

Lecture-15 W-Z: Increment-Decrement Address Latch: Lecture-15 W-Z: (W) and (Z) are two 8-bit temporary registers not accessible to the user. They are exclusively used for the internal operation by the microprocessor. These registers are used either to

More information

UNIT 1. Introduction to microprocessor. Block diagram of simple computer or microcomputer.

UNIT 1. Introduction to microprocessor. Block diagram of simple computer or microcomputer. UNIT 1 Unit 1 contents at a glance: 1. Architecture of 8086 microprocessor, 2. Register organization, 3. 8086 flag register and its functions, 4. addressing modes of 8086, 5. Pin diagram of 8086, 6. Minimum

More information

80C186EC 80C188EC AND 80L186EC 80L188EC 16-BIT HIGH-INTEGRATION EMBEDDED PROCESSORS

80C186EC 80C188EC AND 80L186EC 80L188EC 16-BIT HIGH-INTEGRATION EMBEDDED PROCESSORS 80C186EC 80C188EC AND 80L186EC 80L188EC 16-BIT HIGH-INTEGRATION EMBEDDED PROCESSORS X Fully Static Operation X True CMOS Inputs and Outputs Y Y Y Integrated Feature Set Low-Power Static Enhanced 8086 CPU

More information

Design with Microprocessors

Design with Microprocessors Design with Microprocessors Year III Computer Science 1-st Semester Lecture 11: I/O transfer with x86 I/O Transfer I/O Instructions We discussed IN, OUT, INS and OUTS as instructions for the transfer of

More information

8085 Microprocessor Architecture and Memory Interfacing. Microprocessor and Microcontroller Interfacing

8085 Microprocessor Architecture and Memory Interfacing. Microprocessor and Microcontroller Interfacing 8085 Microprocessor Architecture and Memory 1 Points to be Discussed 8085 Microprocessor 8085 Microprocessor (CPU) Block Diagram Control & Status Signals Interrupt Signals 8085 Microprocessor Signal Flow

More information

Basics of Microprocessor

Basics of Microprocessor Unit 1 Basics of Microprocessor 1. Microprocessor Microprocessor is a multipurpose programmable integrated device that has computing and decision making capability. This semiconductor IC is manufactured

More information

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI UNIT I THE 8085 & 8086 MICROPROCESSORS. PART A (2 Marks)

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI UNIT I THE 8085 & 8086 MICROPROCESSORS. PART A (2 Marks) MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI-621213. UNIT I THE 8085 & 8086 MICROPROCESSORS PART A (2 Marks) 1. Give the significance of SIM and RIM instruction available in 8085. [NOV/DEC 2006] Instruction

More information

EXPERIMENT NO.1. A Microcontroller is a complete computer system built on a single chip.

EXPERIMENT NO.1. A Microcontroller is a complete computer system built on a single chip. EXPERIMENT NO.1 AIM: Study of 8051 Microcontroller TOOLS: 8051 kit THEORY: Salient Features of 8051 A Microcontroller is a complete computer system built on a single chip. It contains all components like

More information

1. What is Microprocessor? Give the power supply & clock frequency of 8085?

1. What is Microprocessor? Give the power supply & clock frequency of 8085? 1. What is Microprocessor? Give the power supply & clock frequency of 8085? A microprocessor is a multipurpose, programmable logic device that reads binary instructions from a storage device called memory

More information

IA186EB/IA188EB. 8-Bit/16-Bit Microcontrollers. Data Sheet. 8-Bit/16-Bit Microcontrollers January 9, 2015

IA186EB/IA188EB. 8-Bit/16-Bit Microcontrollers. Data Sheet. 8-Bit/16-Bit Microcontrollers January 9, 2015 IA186EB/IA188EB 8-Bit/16-Bit Microcontrollers Page 1 of 86 1-888-824-4184 Copyright 2015 by Innovasic, Inc. Published by Innovasic, Inc. 3737 Princeton Drive NE, Suite 130, Albuquerque, NM 87107 MILES

More information