Top Banner
N. Senthil Kumar, M. Saravanan & S. Jeevananthan  © Oxford University Press 2013
209

354 33 Powerpoint-slides CH7 PART2

Jun 03, 2018

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 1/209

N. Senthil Kumar,

M. Saravanan &

S. Jeevananthan

 © Oxford University Press 2013

Page 2: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 2/209

 Features and Interfacing of

Programmable Devices for 8085 basedsystems

 © Oxford University Press 2013

Page 3: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 3/209

• In software programming of 8085, it has been shown that a delay

subroutine can be programmed to introduce a predefined time

delay.

• The delay is achieved by decrementing a count value in a register

using instructions.

• The disadvantage of this software approach is that the processor is

locked in the delay loop and the precious processor time is wasted

in just counting.

8253 Timer

© Oxford University Press 2013

Page 4: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 4/209

• This advantage can be overcome by using the hardware timer and

interrupts. IC 555 can be used to generate the timing signals, but

only at a fixed time interval.

This can’t be easily interfaced with the microprocessor. So, Intel hasproduced programmable timer devices namely IC 8253 and IC 8254.

• These devices can be programmed to generate different types of

delay signals and also count external signals.

© Oxford University Press 2013

Page 5: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 5/209

• Other counter/timer functions that are also common to be

implemented with the 8253 are Programmable frequency square

wave Generator, Event Counter, Real Time Clock, Digital One-Shot

and Complex Motor Controller.

© Oxford University Press 2013

Page 6: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 6/209

• Timer ICs 8253 and 8254 are manufactured by Intel with the similar

operating functions. 8254 can be operated at frequency of up to

8MHz whereas 8253 can be operated only up to a maximumfrequency of 2.6MHz.

Features of IC 8253

© Oxford University Press 2013

Page 7: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 7/209

 

• Generation of accurate time delay

• Three independent 16-bit down counters called as channels

• Six different programmable operating modes

• Timer or counter operation.

• Can count in binary or BCD

• Can be used to interrupt the processor.

Single +5V supply• Can operate from DC to 2.6MHz.

Features of IC 8253.

© Oxford University Press 2013

Page 8: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 8/209

Block Diagram of IC 8253

© Oxford University Press 2013

Page 9: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 9/209

Pin Details of IC 8253

© Oxford University Press 2013

Page 10: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 10/209

• the three independent 16-bit timers named as Counter 0, Counter 1

and Counter 2.

•  These counters have the programmable feature meaning that the

count value can be loaded initially using the data from the data bus.It can be made to start counting and stop counting using software

instructions written to the control register.

•  The count value can also be read using the data bus to the

microprocessor.

© Oxford University Press 2013

Page 11: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 11/209

• Each counter has 2 input pins - CLK (clock input) and GATE - and 1-

pin, OUT, for data output. The control input line GATE is used to

start or stop the counting operation.

•  The OUT signal from each counter can be used to indicate the

completion of required counting or timing operation and also to

interrupt the processor.

• An 8-bit data bus is available on the 8253 pins to interface the IC

with the microprocessor.

© Oxford University Press 2013

Page 12: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 12/209

• A control signal is used to select the chip. This active low signal can

be activated using the address lines and the decoder. In addition,

the 8253 requires two address lines A0 and A1 to be issued from

the 8085 hardware.• This address lines are used to select one of four registers in the

8253  – Three counters and one control register. and control signals

are issued by the processor to indicate whether it is reading or

writing to 8253 registers.

© Oxford University Press 2013

Page 13: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 13/209

© Oxford University Press 2013

Page 14: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 14/209

• The complete operation of the 8253 is programmed by the systems

software or the programmer. The programmer configures the 8253

to match his requirements.

• A set of control words must be sent out by the programmer toinitialize each counter of the 8253. These control words program

the MODE, Loading sequence and selection of binary or BCD

counting.

• Then the programmer initializes one of the counters of the 8253with the desired quantity.

Operating modes and control

word of IC 8253

© Oxford University Press 2013

Page 15: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 15/209

Page 16: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 16/209

• Write the proper control word to the control register of 8253 for

each counter used.

• Write the initial count value into the counter register.• Apply clock pulses to the counter.

• Check the count value for proper operation or check the Out signal

of 8253 counter or Program for interrupt from the counter.

© Oxford University Press 2013

Page 17: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 17/209

• Each counter of the 8253 is individually programmed by writing a

control word into the Control Word Register.

The control word format is shown in Table 7.12. The LSB D0 bit isused to select whether the counter should count is binary or BCD

format.

• The next three bits M0 to M2 decides one of 6 operating modes for

the counter selected. RL0 and RL1 bits decide read or load

operation to be performed on the counter.

© Oxford University Press 2013

Page 18: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 18/209

Page 19: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 19/209

© Oxford University Press 2013

Page 20: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 20/209

© Oxford University Press 2013

Page 21: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 21/209

• In mode 0, the counter will start counting from the initial COUNT

value loaded into it, down to 0

• Counting rate is according to the input clock frequency.

• The signal on OUT pin is made low by 8253 after the Control Word

is written, and counting starts one clock cycle after the COUNT

value is loaded to the counter.

Mode 0: Interrupt on Terminal

Count

© Oxford University Press 2013

Page 22: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 22/209

• The voltage on the OUT pin remains low until the counter reaches

0. When the count value reaches zero, OUT will be set high and

remain high until the counter is reloaded or the Control Word is

written.

• This mode 0 operation is one time operation and the OUT signal

indicates the terminal condition of the required count operation.

• The GATE input signal of the corresponding counter either enables

or disables the counting operation.

© Oxford University Press 2013

Page 23: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 23/209

Waveform of counter operation

in mode 0

© Oxford University Press 2013

Page 24: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 24/209

• In mode 1, 8253 can be used as monostable multivibrator. GATE

input is used as trigger input. OUT will be initially high.

• OUT will go low on the CLK pulse applied after the trigger input andwill remain low until the Counter reaches zero.

• OUT will then go high and remain high until a CLK pulse is applied

after the next trigger pulse on the GATE input pin.

Mode 1: Hardware-Triggered One

Shot

© Oxford University Press 2013

Page 25: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 25/209

• After writing the Control Word and initial count, the Counter is

ready to count. A trigger signal makes the loading of the counter

and setting OUT signal low on the next CLK pulse, thus starting the

one-shot pulse.

•  An initial count of N will result in a one-shot pulse of N CLK cycles

in duration.

© Oxford University Press 2013

Page 26: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 26/209

• The one-shot is retriggerable, hence OUT will remain low for N CLK

pulses after any trigger. The one-shot pulse can be repeated

without rewriting the same count into the counter.

• If a new count is written to the Counter during a one shot pulse, the

current one-shot is not affected unless the counter is retriggered. In

that case, the Counter is loaded with the new count and the one

shot pulse continues until the new count expires.

© Oxford University Press 2013

Page 27: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 27/209

Waveform of counter operation

in mode 1

© Oxford University Press 2013

Page 28: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 28/209

• In this mode, the counter acts as a divide-by-n counter as shown infigure 7.41. Like other modes, counting process will start the next

clock cycle after COUNT is sent. OUT will then remain high until the

counter reaches 1, and will go low for one clock pulse.

• OUT will then go high again, and the whole process repeats itself.

The time between the high pulses depends on the preset count in

the counter's register, and is calculated using the following formula:

• Value to be loaded into counter =

Mode 2: Rate Generator

out 

in

 f  

 f  

© Oxford University Press 2013

Page 29: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 29/209

• Note that the values in the COUNT register range from n to 1. This

mode is commonly used to generate a real-time clock interrupt.

• The GATE input is called as reset input and if it becomes 0, then

counting is disabled. After that when it becomes 1, the count value

is reloaded and counting starts again.

© Oxford University Press 2013

Page 30: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 30/209

Waveform of counter operation

in mode 2

© Oxford University Press 2013

Page 31: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 31/209

Mode 3: Square Wave Generator

© Oxford University Press 2013

Page 32: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 32/209

Page 33: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 33/209

• After Control Word and COUNT value are loaded, the output will

remain high until the counter reaches zero.• The counter will then generate a low pulse for 1 clock cycle (a

strobe) - after that the output will become high again. The 0 input

on GATE input pin will inhibit the counting

Mode 4: Software Triggered

Strobe

© Oxford University Press 2013

Page 34: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 34/209

Waveform of counter operation

in mode 4

© Oxford University Press 2013

Page 35: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 35/209

• This mode is similar to mode 4. However, the counting process is

triggered by the GATE input. After receiving the Control Word and

COUNT, the output will be set high.• Once the device detects a rising edge on the GATE input, it will start

counting. When the counter reaches 0, the output will go low for

one clock cycle - after that it will become high again, to repeat the

cycle on the next rising edge of GATE.

Mode 5: Hardware Triggered

Strobe

© Oxford University Press 2013

Page 36: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 36/209

Waveform of counter operation

in mode 5

© Oxford University Press 2013

Page 37: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 37/209

Page 38: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 38/209

• 8085 processor places the 8-bit I/O addresses on both the higher

and lower order address buses. So, the higher order address lines

A8-A15 can be used for address decoding purposes

•   IO/M signal can be used for I./O address decoding purposes. RD

and WR signals from 8085 are connected to the 8253 for proper

reading and writing of the count value and the control word.

•  For the operation of the counters, the counters must be given

proper signals on the input pins CLK and GATE.

© Oxford University Press 2013

Page 39: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 39/209

 

Interfacing 8253 to 8085

© Oxford University Press 2013

Page 40: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 40/209

• Timer interface using polling method

• Assume that a timer IC 8253 is interfaced to the processor 8085 at

the addresses 30H, 31H, 32H, and 33H. The system has another IC

8255 interfaced to it at the addresses 40h, 41H, 42H and 43H.

• Two seven segment displays are interfaced to the Port A of 8255.

Design a timer interface and program such that the seven segment

displays in the system will count in decimal from 00 to 99 with 1 sec

delay between each count. (This type of interface can be developed

as a stop watch by adding a set of switches on a Port.)

Application Examples:

© Oxford University Press 2013

Page 41: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 41/209

• The counter has been interfaced to 8085 at the address 30 to 33H.

So, 33 is the address of the control word. Here software polling

method is used. So, the counter must be run and then the program

has to check whether the count is completed for the

predetermined period- here 1 second.

• As, the display has to be incremented for every second, we have to

select a counter mode which will have auto reload of the count

value. So, Mode 2 or 3 can be used for this application.

• The counter 0 is selected and 16 bit count value has to be loaded

for the binary counter

© Oxford University Press 2013

Page 42: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 42/209

© Oxford University Press 2013

Page 43: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 43/209

• The next step is to form the count value. The count value should be

such that the counter becomes 0 after counting the predetermined

count value in 1 second. So, if the clock frequency for the counter

operation is selected as 1 KHz, then the counter will be

decremented after every clock i.e. after every 1ms.

• So, the count value of 1000 will result in a delay of 1 second, when

the counter becomes 0 after 1000 counts. If the counter is

designed to count in binary, then the count value 1000 must be

converted to binary and must be loaded into the counter as 3E8 in

hexadecimal.

•  If the counter is designed to count in BCD, then the count value canbe loaded in BCD format itself as 1000.

© Oxford University Press 2013

Page 44: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 44/209

• The program part consists of three parts. The first part is initializing

the counter and the count value. The clock signal must be applied

to the selected counter’s  clock input pin. Here, the counter is

operated in Mode 2 and so the count value need not be loaded

repeatedly after the count is over. The count value is reloaded

automatically after it becomes zero.

© Oxford University Press 2013

Page 45: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 45/209

• The second part is to check whether the counter value has become

0 using software polling technique. In the software polling method,

the counter is first latched with a latch counter command control

word. Then the count value is read from the counter.

• After the 16 bit count value is loaded to the processor registers, it is

checked for zero value. For this OR operation of the two bytes is

done. The third part is to increment the display on the seven

segment displays at Port A of 8255.

© Oxford University Press 2013

Page 46: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 46/209

© Oxford University Press 2013

Page 47: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 47/209

• Here the counter is initialized and then the counter starts counting.

In mode 2, the counter gives a logic 0 pulse for a clock period after

the count is over.

• This clock pulse is used as an interrupt signal to 8085 processor. It isassumed that a timer IC 8253 is interfaced to the processor 8085 at

the addresses 30H  – 33H and IC 8255 is interfaced at the addresses

40H - 43H with two seven segment displays interfaced to the Port A

Timer interface using Interrupt

method

© Oxford University Press 2013

Page 48: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 48/209

• This interface uses interrupt feature of 8085 to increment the count

value in the displays at Port A of 8255.

• The timer IC is programmed to give an interrupt signal at everysecond. To achieve this, the 8253 is programmed in mode 2 and

generate an OUT signal after every second. Then in the interrupt

service routine, the display is incremented.

© Oxford University Press 2013

Page 49: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 49/209

• Here in this example, the OUT signal from 8253 is connected to the

RST 5.5 interrupt line of 8085 as shown in figure 7.46. The RST5.5

requires an active high signal. But 8253 gives out an active low

signal whenever the counting is over in mode2.

• So, an inverter is connected in between. The clock frequency

applied at CLK0 is selected as 1 kHz signal. And GATE0 is connected

to logic 1. The program for the same is given below.

© Oxford University Press 2013

Page 50: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 50/209

Interfacing 8253 Timer 0 in

Interrupt driven mode

© Oxford University Press 2013

Page 51: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 51/209

Page 52: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 52/209

• Serial communication is sending and receiving information bit by

bit. For short range communication, parallel data transfer is

preferable as it is the fastest means. While transferring data over

long distances parallel communication needs lot of wires and

complex data error recovery mechanisms.

Introduction To serial

Communication

© Oxford University Press 2013

Page 53: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 53/209

• Thus serial communication is preferred for long range

communication and it can be easily implemented using single or

pair of wires.

• Moreover for parallel data transmission of 8 bits at a time, both the

receiver and transmitter side equipments need 8 different

amplifiers and related hardware. This results in complex circuitry

and becomes costlier for long distance transmission.

© Oxford University Press 2013

Page 54: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 54/209

• As Microcomputer uses parallel data, it will be converted to serial

form and then transmitted. On receiving the serial data it has to be

converted to parallel form and then transferred to microcomputer.

• The terms mainly used in serial data systems are simplex, half

duplex and full duplex. In simplex data transmission, data can be

transferred only in one direction.

© Oxford University Press 2013

Page 55: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 55/209

• Examples for this type of system are Radio, Television units etc. InHalf duplex transmission, the communication can take place in

either direction between two systems but only one direction at a

time.

•An example of half duplex transmission is a two way radio system,where one user always listens while the other talks.

• This is possible by turning off the receiver circuitry during

transmission. In Full duplex communication, both the receiver and

transmitter can send and receive data at the same time. A normaltelephone conversation is an example of a full-duplex system.

© Oxford University Press 2013

Page 56: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 56/209

• Serial data can be sent either in synchronous mode orasynchronous mode. For synchronous transmission, data is sent in

blocks at a constant rate.

• The constant rate means the frequency of transmission and

reception are the same and both transmission and reception takesplace simultaneously.

• The start and end of a block are identified with specific bytes or bit

patterns. In general, the synchronous transmission is used for high

transmission speeds of more than 20kbits/second.

© Oxford University Press 2013

Page 57: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 57/209

• For asynchronous transmission, each data character has a bit to

identify its start and 1 or 2 bits to identify its end.

Here each character is identified individually thus characters can besent at any time in the same way it is transmitted.

• The reception and transmission are not synchronized.

© Oxford University Press 2013

A h S l D

Page 58: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 58/209

Asynchronous Serial Data

Transfer Bit Format- Frame

Start D0  D1  D2  D3  D4  D5 D6  Parity Stop Stop

© Oxford University Press 2013

Page 59: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 59/209

• the bit format used for transmitting the asynchronous serial

datacalled as frames.

• When no data is being sent, the signal line is in a constant high

level. The Starting data character is indicated by the line going lowfor 1 bit time and is usually called as Start bit.

• The data bits are then sent out on the line one followed by other.

Here the least significant bit is sent out first.

© Oxford University Press 2013

Page 60: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 60/209

Page 61: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 61/209

• Baud rate is the rate at which serial data is being transferred and in

general measured in bits/second. Baud rate = 1 / (Time between

signal transitions).

•  If the signal is changing every 6.3 ms, then baud rate is 1 / (6.3x10-

3), or 600 Bd. Common baud rates are 300, 600, 1200, 2400, 4800,

9600 and 19,200.

© Oxford University Press 2013

Page 62: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 62/209

Page 63: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 63/209

Page 64: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 64/209

• RS-422A is newer standard for serial data transfer. RS-422A

specifies that each signal will be sent differentially over two

adjacent wires in a ribbon cable or a twisted pair of wires.

• The term differential used in this standard means that the signal

voltage is developed between the two signal lines rather than

between the signal line and ground as in RS-232C and RS-423. In

RS-422A, logic high is transmitted by making the ‘b’  line more

positive than ‘a’ line.

• A logic low is transmitted by making the ‘a’ line more positive than

the ‘b’ line. The voltage difference between the two lines must begreater than 0.4V but less than 12V.

© Oxford University Press 2013

Page 65: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 65/209

Page 66: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 66/209

• CCITT standards which relate to modems start with a V. Examples

are the V.22 bis, which is a 2400-bits/s modem standard, and the

V.29, which is a 9600-bit/s modem standard.

• The mjor modulation techniques used in modems are amplitude

modulation, frequency shift keying, phase shift keying and multiple

carrier modulation.

• Modems can be directly connected to the microcomputer buses for

establishing serial communication between two systems.

© Oxford University Press 2013

Page 67: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 67/209

• The serial port transmission has a lot of technical terms and

protocols involved. This chapter focuses on the basic serial port ICIntel 8251 that can be interfaced with any processor for data

transmission and reception in serial manner.

© Oxford University Press 2013

F d d il f 8251

Page 68: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 68/209

• 8251 is Universal Synchronous Asynchronous Receiver Transmitter

(USART) is used for serial data communication. As a peripheral

device of a microcomputer system, the 8251 receives parallel data

from the CPU and transmits the same in serial form. This device

also receives serial data from the outside and converts them into

parallel data and sends it to the CPU.

Features and details of 8251

USART

© Oxford University Press 2013

Page 69: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 69/209

• 8251 can support both synchronous and asynchronous

transmission formats and is programmable. It supports full duplex

serial transmission and reception and variable baud rates.

• Basically it consists of a parallel to serial shift register for the

transmitting over TXD line from buffer and a serial to parallel

converter for data received on the RXD line.

© Oxford University Press 2013

Page 70: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 70/209

• A separate control unit is available to determine the operation of

the IC according to the control word written into the IC.

• A modem control unit is present for interfacing modem with the

8251. In addition to these units, IC8251 has an input and output

port that can be used for interfacing with any processor along with

its read and write control logic.

• 8251 requires clock signal and reset signal for working in

synchronized manner with the processor.

© Oxford University Press 2013

Page 71: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 71/209

• 8251 has a 16-bit control register and can be programmed using

this control register. The status of operation of 8251 can be read

from the status register of 8251.

• These two registers can be accessed by the processor by making

pin of 8251 as logic 1. Another register called data register of 8251

can be accessed by making as logic 0.

© Oxford University Press 2013

Page 72: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 72/209

Block diagram of the 8251 USART (Universal

Page 73: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 73/209

Block diagram of the 8251 USART (Universal

Synchronous Asynchronous Receiver

Transmitter)

© Oxford University Press 2013

Page 74: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 74/209

© Oxford University Press 2013

Pi D i ti

Page 75: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 75/209

• 8251 has 28 pins. The details and functions of these pins are listed in this

section.

• D0 to D7- Data bus: A group of Bidirectional data bus that is used for data

and control word transfer between CPU and 8251.

• RESET: A logic High applied on this pin pits 8251 into “"reset status." The

device after reset waits for the writing of "mode instruction”. The timeduration required for reset signal is six clock pulses.

• CLK: Clock signal is used to generate internal device timing. CLK signal is

independent of RXC (receive clock) or TXC (Transmit clock). In general, the

CLK frequency must be much higher than the RXC and TXC frequencies.

• WR - Write Data/Command: It is an active low input signal for writing

data and control words from the CPU into the 8251.

Pin Description

© Oxford University Press 2013

Page 76: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 76/209

Page 77: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 77/209

• TXRDY - Transmitter Ready: It is an output signal which indicates 8251isready to accept a transmitted data character. But the terminal is always atlow level if CTS = high or the device was set in "TX disable status" by acommand.

• TXEMPTY - Transmitter Empty: It is an output signal that indicates that the8251 has transmitted all the characters and had no data character to betransmission.

• TXC - Transmitter Clock: This is a clock input signal that determines thetransfer speed of transmitted data or in other words, the baud rate fortransmission.

• In "synchronous mode," the baud rate will be the same as the frequencyof TXC.

• In "asynchronous mode", it is possible to select the baud rate factor bymode instruction. It can be 1, 1/16 or 1/64 the TXC.

© Oxford University Press 2013

Page 78: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 78/209

• RXD- Receive Data: A signal line that receives serial data.

• RXRDY - Receiver Ready: It is a signal that indicates that the 8251

contains a character that is ready to READ and CPU can read thedata. If the CPU reads a data character, RXRDY will be reset by theleading edge of RD signal. Unless the CPU reads a data characterbefore the next one is received completely, the preceding data willbe lost. In such a case, an overrun error flag status word will be set.

• RXC - Receiver Clock: This is a clock input signal that determines thetransfer speed of received data or the baud rate of reception.

• In "synchronous mode," the baud rate is the same as the frequencyof RXC.

• In "asynchronous mode," it is possible to select the baud rate factorby mode instruction. It can be 1, 1/16, 1/64 the RXC.

© Oxford University Press 2013

Page 79: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 79/209

Page 80: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 80/209

• DSR - Data Set Ready: This is an input port for MODEM interface.

The input status of the signal can be recognized by the CPU reading

status words.

• DTR - Data Terminal Ready: This is an output port for MODEM

interface. It is possible to set the status of DTR by a command.

• CTS - Clear to Send data: This is an input signal for MODEM

interface which is used for controlling a transmit circuit. Theterminal controls data transmission if the device is set in "TX

Enable" status by a command. Data is transmittable if the terminal

is at low level.

• RTS - Request to Send: This is an output port for MODEM interface.It is possible to set the status of RTS by a command.

© Oxford University Press 2013

Control Words

Page 81: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 81/209

• The 8251 operations should be initialized after reset and before

using it. To initialize it, the programmer must send mode word and

then command word to control register address. There are twotypes of control word. One is Mode instruction (setting of function)

and other is Command (setting of operation)

Control Words

© Oxford University Press 2013

Mode Command word

Page 82: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 82/209

• Mode instruction is used for setting the function of the 8251. The

writing of a control word after resetting will be recognized as a"mode instruction."

•   Functions set by mode instruction are as follows:

•   • Selecting Synchronous or asynchronous mode

•   • Stop bit length (asynchronous mode)

•   • Character length

•   • Parity bit

•   • Baud rate factor (asynchronous mode)

•   • Internal/external synchronization (synchronous mode)

•   • Number of synchronous characters (Synchronous mode)

Mode Command word

© Oxford University Press 2013

Page 83: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 83/209

• In the case of synchronous mode, it is necessary to write one-or

two byte sync characters.

• The writing of sync characters constitutes part of mode instruction.

The mode command word is applicable if D1, D0 is not 0, 0. For

D1D0 being 00,.

© Oxford University Press 2013

Page 84: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 84/209

© Oxford University Press 2013

Page 85: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 85/209

Serial Command Word

Page 86: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 86/209

• Serial port Command is used for setting the operation of the 8251.

It is possible to write a command whenever necessary after writinga mode instruction and sync characters.

• Functions set by command are as follows:

•   • Transmit Enable/Disable

•   • Receive Enable/Disable

•   • DTR, RTS Output of data.

•   • Resetting of error flag.

•   • Sending to break characters

•   • Internal resetting

•   • Hunt mode (synchronous mode)

Serial Command Word

© Oxford University Press 2013

Command Word - Bit Configuration

Page 87: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 87/209

 

Command Word Bit Configuration

© Oxford University Press 2013

Page 88: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 88/209

• Status Word:

• It is possible to see the internal status of the 8251 by reading a

status word.

• The programmer can read the status information like parity error,

overrun error, framing error and the signal on the selected pins.

© Oxford University Press 2013

Page 89: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 89/209

© Oxford University Press 2013

Interfacing of 8251 with 8085

Page 90: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 90/209

 

Interfacing of 8251 with 8085

© Oxford University Press 2013

Page 91: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 91/209

• The data bus lines D0-D7 are connected to the data lines of 8251.

The higher address lines are used for address decoding andselection. The chip selection signal CS is generated using a proper

address decoder.

© Oxford University Press 2013

Page 92: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 92/209

• The A0 line is connected to C/D line of 8251 to select control or

data word.

• The Read and write control signals are connected to corresponding

signals of 8251. The reset and clock output signals from 8085 are

connected to reset and clock inputs of 8251.

•  In addition, 8251 needs separate clock signals for transmission and

reception.

•  This RxC and TxC clock signals can be obtained by dividing the clock

output from 8085 and this is not shown in the figure.

© Oxford University Press 2013

Page 93: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 93/209

• Normally two systems are interconnected using the serial port. For

serial communication, the TxD signal of one system is connected to

RxD line of another system and vice versa. This two computer

systems can be interconnected.

• Care must be taken to ensure that transmit clock of transmitting

computer is same as the receive clock of the receiving computer.

© Oxford University Press 2013

Page 94: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 94/209

• The software part of programming 8251 consists of initializing 8251and then using it for data transmission and reception. Initialisation

of 8251 consists of writing proper mode command word

immediately after reset.

•The mode control word for synchronous operation must befollowed by the corresponding sync characters.

• Then the command word for setting the parameters of the serial

port is written into the control register. Once the initialization is

over, then 8251 is ready for transmission and reception of data ifproper clock signals are applied to it.

© Oxford University Press 2013

Page 95: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 95/209

• The serial data received is stored in the serial data buffer and the

reception of data is informed to processor by using RXRDY signal.

• This signal may be connected to a interrupt request in 8085 and the

corresponding interrupt service routine can read the received datafrom 8251.

• The programmer can also use the status word read from the 8251

IC for checking whether a data has been received or not.

© Oxford University Press 2013

Page 96: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 96/209

8259 Programmable Interrupt

Page 97: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 97/209

• In a system to read ASCII characters from a Keyboard on interrupt

basis or to detect emergency or job done intimations, Interrupt

handling routines are used.

• For this, a processor will have maskable or non-maskableinterrupts. But the processor has limited number of hardware

interrupts.

• For applications that use interrupts from multiple sources, the

hardware can use external device called “Programmable  InterruptController” or “Priority Interrupt Controller”.

8259 Programmable Interrupt

Controller

© Oxford University Press 2013

Page 98: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 98/209

Features and Architecture of

Page 99: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 99/209

• The basic operation of Interrupt mechanism lies in calling a

subroutine whenever a hardware interrupt signal is activated.

• When more number of interrupt sources are present, the process

of calling interrupt subroutine involves priority resolving and

checking mask for interrupts.

•  The main purpose of using 8259 interrupt controller is also to do

the same task of calling interrupt service routine based on the

interrupt priority and masks.

• The 8259 acts as a multiplexer, combining multiple interrupt inputsources into a single interrupt request to the processor.

Features and Architecture of

8259

© Oxford University Press 2013

Page 100: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 100/209

• The main features of 8259 are listed below.

• 8 levels of interrupts.

• Can be cascaded in master-slave configuration to handle up to 64

interrupts.

Internal priority resolver- Fixed priority mode and rotating prioritymode.

• Individually maskable interrupts.

• Polled and vectored mode.

•Starting address of ISR or vector number is programmable.

• No clock required.

© Oxford University Press 2013

Page 101: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 101/209

Page 102: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 102/209

• In 8085 system, it provides 3 byte CALL instruction. In 8086 based

systems, it provides 8 bit vector number.

• It can be operated in polled and vectored mode. The startingaddress of ISR or vector number is programmable. No clock is

required for the IC.

© Oxford University Press 2013

Page 103: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 103/209

• Using the Read / Write logic, 8259 is interfaced with the processor.

The data bus lines D0-D7 are connected to the data lines of the

processor. 8259 chip will be selected using the line.

• Address line A0 is used to select the control word or the data word.If A0 =Low, then the controller selects writing a command word /

reading a status. If A0 =1, then the controller selects another

register for writing the initialization words.

© Oxford University Press 2013

Page 104: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 104/209

• The Control logic has INT and . The INT output pin is used to

interrupt the CPU. The 8259 receives the interrupt acknowledge

pulse from the CPU through its input. 8259 can receive interrupt

signals from eight different sources on the lines IR0-IR7.

• When these lines go high, the requests are stored in the Interrupt

Request Register. The Interrupt Service Register (ISR) stores all the

levels that are currently being serviced.

© Oxford University Press 2013

Page 105: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 105/209

8259 Internal Block Diagram

Page 106: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 106/209

 

8259 Internal Block Diagram

© Oxford University Press 2013

Page 107: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 107/209

• 8259 can be used in cascaded mode. Up to eight slave 8259s may

be cascaded to a master 8259 to provide up to 64 IRQs. 8259s are

cascaded by connecting the INT line of one slave 8259 to the IRQ

line of one master 8259.

• There are three registers,

• An Interrupt Mask Register (IMR)

• An Interrupt Request Register (IRR) and

• An In-Service Register (ISR).

© Oxford University Press 2013

Page 108: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 108/209

Page 109: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 109/209

Pin Diagram and Details of 8259

Page 110: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 110/209

 

g

© Oxford University Press 2013

Page 111: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 111/209

• The main signals on an 8259 are as follows:

• Eight interrupt input request lines named IRQ0 - IRQ7

• An interrupt request output line named INTR

• Interrupt acknowledgment line named INTA

• D0 - D7 for communicating the interrupt level or vector offset.

• Other connectors include CAS0 through CAS2 for cascading

between 8259s.

© Oxford University Press 2013

Page 112: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 112/209

D0-D7 - Bi-directional, tristate, buffered data lines. Connected todata bus directly or through buffers

• - Active low read control signal

• - Active low write control signal

•A0 - Address input line, used to select control register

• - Active low chip select line

• CAS 0-2-Bi-directional, 3 bit cascade lines. In master mode, PIC

places slave ID no. on these lines. In slave mode, the PIC reads slave

ID no. from master on these lines. It may be regarded as slave-select.

© Oxford University Press 2013

Page 113: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 113/209

•   - Slave program / enable. In non-buffered mode, it is SP- input,

used to distinguish master/slave PIC. In buffered mode, it is output

line used to enable buffers

• INT - Interrupt line, connected to INTR of microprocessor•  - Interrupt acknowledgement, active low signal received from

microprocessor

• IR0-7 - Asynchronous IRQ input lines, generated by peripherals.

© Oxford University Press 2013

Initialization of 8259

Page 114: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 114/209

To service the interrupt requests the interrupt controller should beinitialized by writing control words in the control register.

•  It requires two types of control words: Initialization Command

Words (ICWs) and Operational Command Words (OCWs). The ICWs

are used to set up proper conditions and specify Restart vector

location. The OCWs are used for masking interrupts setting up

status read operations etc.

•  The 8259 can be initialized with four ICWs of which the first two

are essential and other two are optional based on the modes being

used.

•  These words must be issued in a given sequence.

© Oxford University Press 2013

Page 115: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 115/209

Page 116: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 116/209

 

ICW1

ICW2

In

Cascade

Mode

ICW3

Is ICW4

Needed

ICW4

Ready to Accept

Interrupts

No

No

Yes

Yes

© Oxford University Press 2013

Page 117: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 117/209

Page 118: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 118/209

• The D3  –LTIM is used to indicate the details about the hardware

signal used in IRQ lines. It is used to select whether the signal is

level triggered or edge triggered.

 D4-D7 bits are used set the A5-A7 of the ISR vector address lowerbyte segment. The lower byte is A7-A0 of which A7, A6, A5 are

provided by D7-D5 of ICW1 (if ADI=1), or A7, A6 are provided if

ADI=0. A4-A0 (or A5-A0) are set by 8259 itself: It is applicable for

8085 only.

© Oxford University Press 2013

Page 119: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 119/209

© Oxford University Press 2013

Page 120: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 120/209

Format of ICW - 2 (Initialization Command Word - 2)• ICW 2 is used to set the higher order 8 bits of the Interrupt vector

addresses in the case of 8085. For 8086, it defines the 8-bit vector

address. This initialization word is written into 8259 with A0=1.

Format of ICW - 3 (Initialization Command Word - 3)• ICW-3 is required only when the PIC 8259 is connected in cascaded

mode i.e. more than one 8259 is connected in a system. This

initialization word is written into 8259 with A0=1.There two

different formats of ICW-3  – one for the master and the other forthe slave.

© Oxford University Press 2013

Page 121: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 121/209

© Oxford University Press 2013

Page 122: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 122/209

• For the Master mode, the ICW-3 is used to indicate whether a slave

8259 is connected in the interrupt request line IRQ or not. If a bit is

1, it indicates that slave is present on that interrupt request line. A

0 in a bit position indicates it is direct interrupt request from an

external device.

• For the Slave modem ICW-3 assigns the slave with a specific ID

number. So the LSB 3 bits are used for that. ID2-ID0 is the slave ID

number. For example, slave 4 has ICW3=04h (0000 0100).

© Oxford University Press 2013

Page 123: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 123/209

• Format of ICW - 4 (Initialization Command Word

• ICW-4 is necessary only when it is clearly specified in the ICW-1. It

is used to indicate whether 8085 is used or 8086 is used in the

system. It specifies the end of interrupt mode and buffered or nonbuffered and the use of special fully nested mode. The details are

given in the figure 7.59. This initialization word is written into 8259

with A0=1.

© Oxford University Press 2013

Page 124: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 124/209

Page 125: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 125/209

Page 126: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 126/209

© Oxford University Press 2013

Page 127: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 127/209

• OCW2 (Operational Command Word Two)

• OCW-2 is written with the A0= 1 in to 8259. This word is used to

specify priorities of interrupts and issue of end of Interruptcommands. OCW-2 is usually written to reset the bit in the in-

service register. Normally, a bit is set in the in-service register

whenever the corresponding interrupt is serviced. This is generally

written at the end of the interrupt service routine.

© Oxford University Press 2013

Page 128: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 128/209

• The OCW-2 can be programmed for Non specific end of Interrupt

mode with the data (0010 0000) to automatically reset the in

service register (ISR) bit.

• The programmer can also use OCW-2 to reset a specific ISR bit. The

OCW-2 can also be used to rotate the priorities of the interrupts.

Figure 7.61 shows the bit format of OCW-2.

© Oxford University Press 2013

Page 129: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 129/209

Page 130: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 130/209

© Oxford University Press 2013

Operation of 8259

Page 131: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 131/209

• The following steps show how interrupt handling is done when an

external device places interrupt request on the IR lines of 8259. It is

assumed that the system has a single 8259 chip.

One or more of the IR lines may go high.• Corresponding IRR bit is set.

• 8259 evaluates the request based masking and priority

• 8259 sends interrupt request - INT to the CPU.

Operation of 8259

© Oxford University Press 2013

Page 132: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 132/209

• CPU sends

• Highest priority ISR is set and IRR is reset in 8259.

• 8259 releases CALL instruction on data bus.

• CALL causes CPU to initiate two more s. The Processor will send two

interrupt acknowledge pulses on its pin to the pin of 8259. Thepulses tell 8259 to send desired interrupt type to the processor

onto the data bus. 8259 releases the subroutine address, first lower

byte and then higher byte.

• The Interrupt service routine is executed in the processor with the

following steps.

© Oxford University Press 2013

Page 133: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 133/209

Page 134: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 134/209

Page 135: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 135/209

• The PIC 8259 requires 2 addresses with A0 being 0 and 1.

• The A0 line from the address bus is connected to the A0 line in

8259.

• The higher order address bus is used to select the particular chip bythe proper design of the decoder and address.

• Read and write control signals of 8085 are connected to the

corresponding signals of 8259. The data lines of IC8259 are

connected to the lower order address and data bus of 8085.

© Oxford University Press 2013

Page 136: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 136/209

• The multipurpose SP/EN pin is tied to logic high because only one

8259 is used in the system. The interrupt request line -INT of 8259

is connected to the 8085’s  interrupt line INTR. INTA of 8085 is

connected to the INTA of 8259.

• When only one 8259 is used in a system, the cascade lines (CAS0,

CAS1, CAS2) can be left open.

• The eight IR inputs of 8259 can be connected to the interrupt

sources from different external devices such as A/D converter,

keyboard, printer etc.

•  Unused IR inputs must be tied to ground in order to avoid noisebeing recognized as interrupt signal.

© Oxford University Press 2013

Page 137: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 137/209

• The software part of 8259 intialising involves writing Initialisation

command words

•   After intialisation, the proper operation command words can be

written as and when required.

© Oxford University Press 2013

8237 DMA controller

Page 138: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 138/209

• Programmed data transfers move data from memory into the

accumulator, and then from the accumulator into the output ports.

• A program has to be written to transfer data from a device to the

memory in programmed data transfers. Thus the programmed datatransfer is a slow process.

• This causes a problem only while transferring large amounts of

data.

© Oxford University Press 2013

Page 139: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 139/209

• DMA stands for Direct Memory Access. It is one of the ways to

accomplish high-speed data transfers directly between memory

and peripheral devices.

• DMA is a method of data transfer between Memory and I/O

devices without the intervention of microprocessor. This method is

often used when large block of data is to be transferred.

© Oxford University Press 2013

Page 140: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 140/209

Page 141: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 141/209

• The DMA controller places sequential addresses on the

microprocessor’s memory bus and issues the read-write pulses. As

each byte is transferred, the terminal count register is

decremented.

• When the register is decremented to 0, it tells the external device

that the data transfer is complete.

© Oxford University Press 2013

Page 142: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 142/209

• As this is a limited application, a special purpose hardware

controller can do it very quickly. DMA transfers take place with

speeds close to the memory cycle time. Once the

• DMA controller has finished transferring data into or out ofmemory, the DMA controller gives control back to the

microprocessor.

• The microprocessor cannot accomplish any other function during

that time a DMA transfer is taking place.

© Oxford University Press 2013

Page 143: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 143/209

• This is caused due to two reasons. First, the microprocessor’s memory is being used for a data transfer. It is not available to

supply program instructions or receive the results of computations.

• Second, the typical DMA process requires that the microprocessor

place its memory address bus and data bus in a high impedancecondition.

• This high impedance condition allows the DMA controller and the

memory system to control the bus but prevents the microprocessor

from providing any bus control.

© Oxford University Press 2013

Page 144: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 144/209

• Thus a dedicated hardware device called direct memory access

controller or DMA controller manages the data transfer.

•  The DMA controller temporarily borrows the address bus, data

bus, and control bus from the microprocessor and transfers the

data bytes directly from the external peripheral devices to a series

of memory locations.

• Because the data transfer is handled totally in hardware, it is much

faster than it would be if done by program instructions.

© Oxford University Press 2013

Features, Pin details and

A hit t f 8237

Page 145: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 145/209

• Features

• The direct memory access controller 8237 is designed to improve

the data transfer rate in systems that transfer data from an I/O

device to memory, or move a block of memory to an I/O device.• It will also perform memory-to memory block moves, or fill a block

of memory with data from a single location.

• Operating modes are provided to handle single byte transfers as

well as discontinuous data streams.

Architecture of 8237

© Oxford University Press 2013

Page 146: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 146/209

• The DMA controller permits data to be transferred directly from an

I/O device to memory or vice versa without ever being stored in atemporary register. This increases the data transfer rate for

sequential operations, compared with processor move or repeated

string instructions. The main features of 8237 are listed below.

• Four Independent DMA channels• Enable and disable control of individual requests

• Possibility for Memory to memory transfer

• Address Increment or decrement

• Cascading and expandable to any number of DMA channels

© Oxford University Press 2013

Architecture and pin details of

8237

Page 147: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 147/209

 

8237

© Oxford University Press 2013

Page 148: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 148/209

© Oxford University Press 2013

Page 149: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 149/209

• The data bus buffer, timing and control block, DMA channels,

corresponding priority block, Read/write control logic and internal

registers are the main components.

• The data bus consists of 8-bit tristate pins DB0-DB7. These pins areconnected to the system data bus.

• The programming of 8237 is done through this data bus. A0-A3 pins

are used to select one of the internal registers when 8237 is acting

in the slave mode under the control of the processor.

© Oxford University Press 2013

Page 150: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 150/209

• A4-A7 lines along with A0-A3 lines are used to send the higher

order 8-bit addresses when 8237 is acting as master and doing

DMA data transfer. The timing and control block derives internaltiming from clock input, and generates external control signals.

• 8237 has 4 separate DMA channels and each channel includes two

16-bit registers, a DMA register and a Count register.

© Oxford University Press 2013

Page 151: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 151/209

• DRQ0-DRQ3 are the four DMA request signals input to 8237 by

external peripheral devices. These four requests can be prioritized.

•The Priority Encoder block resolves priority contention betweenDMA channels requesting service simultaneously. The details of the

8237 pins are listed below.

© Oxford University Press 2013

Page 152: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 152/209

• DB0-DB7 (I/O DATA BUS): The Data Bus lines are bidirectional three-state signals connected to the system data bus that carries data.

• CLK (CLOCK INPUT): The Clock Input is used to generate the timing

signals which control 82C37A operations. This input may be driven

from DC to 12.5MHz for the 82C37A-12, from DC to 8MHz for the82C37A, or from DC to 5MHz for the 82C37A-5. The Clock may be

stopped in either state for standby operation.

• CS (CHIP SELECT): Chip Select is an active low input used to enable

the controller

© Oxford University Press 2013

Page 153: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 153/209

• RESET: This is an active high input which clears the Command,

Status, Request, and Temporary registers, the First/Last Flip-Flop,

and the mode register counter. The Mask register is set to ignore

requests. Following a Reset, the controller is in an idle cycle.

• READY: This signal can be used to extend the memory read and

write pulses from the 82C37 to accommodate slow memories or

I/O devices.

• HLDA (HOLD ACKNOWLEDGE): The active high Hold Acknowledge

from the CPU indicates that it has hand over control of the system

busses.

© Oxford University Press 2013

Page 154: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 154/209

• DREQ0- DREQ3 (DMA REQUEST): The DMA Request (DREQ) linesare individual asynchronous channel request inputs used by

peripheral circuits to obtain DMA service. In Fixed Priority, DREQ0

has the highest priority and DREQ3 has the lowest priority.

•A request can be generated by activating the DREQ line of achannel. Polarity of DREQ is programmable. RESET initializes these

lines to active high. DREQ must be maintained until the

corresponding DACK goes active. DREQ will not be recognized while

the clock is stopped.

© Oxford University Press 2013

Page 155: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 155/209

Page 156: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 156/209

• IOW (I/O WRITE): I/O Write is a bidirectional active low three-state

line. In the Idle cycle, it is an input control signal used by the CPU to

load information into the 82C37A. In the Active cycle, it is an output

control signal used by the 82C37A to load data to the peripheral

during a DMA Read transfer.

• EOP (END OF PROCESS): EOP is an active low bidirectional signal.

Information concerning the completion of DMA services is available

at the bidirectional EOP pin. A pulse is generated by the 82C37A

when terminal count (TC) for any channel is reached, except for

channel 0 in memory-to-memory mode.

© Oxford University Press 2013

A0 A3 (I/O ADDRESS) Th f l t i ifi t dd li

Page 157: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 157/209

• A0-A3 (I/O ADDRESS): The four least significant address lines arebidirectional three-state signals. In the Idle cycle, they are inputsand are used by the 82C37A to address the control register to beloaded or read. In the Active cycle, they are outputs and providethe lower 4-bits of the output address.

• A4-A7 (ADDRESS): The four most significant address lines are three-

state outputs and provide 4-bits of address. These lines are enabledonly during the DMA service.

• HRQ (HOLD REQUEST): The Hold Request (HRQ) output is used torequest control of the system bus. When a DREQ occurs and thecorresponding mask bit is clear, or a software DMA request is

made, the 82C37A issues HRQ. The HLDA signal then informs thecontroller when access to the system busses is permitted.

© Oxford University Press 2013

Page 158: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 158/209

• DACK0-DACK3 (DMA ACKNOWLEDGE): DMA acknowledge is used tonotify the individual peripherals when one has been granted a DMA

cycle. DACK acknowledges the recognition of a DREQ signal.

• AEN (ADDRESS ENABLE): Address Enable enables the 8-bit latch

containing the upper 8 address bits onto the system address bus.AEN can also be used to disable other system bus drivers during

DMA transfers. AEN is active high signal.

• ADSTB (ADDRESS STROBE): This is an active high signal used to

control latching of the upper address byte.

© Oxford University Press 2013

Page 159: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 159/209

• MEMR (MEMORY READ): The Memory Read signal is an active low

three-state output used to access data from the selected memory

location during a DMA Read or a memory-to-memory transfer.

• MEMW (MEMORY WRITE): The Memory Write signal is an active

low three-state output used to write data to the selected memory

location during a DMA Write or a memory-to-memory transfer.

© Oxford University Press 2013

Page 160: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 160/209

Page 161: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 161/209

• 1. Current Address Register

•   Each channel has a 16-bit Current Address register. This

register holds the value of the address used during DMA transfers.

The address is automatically incremented or decremented by one

after each transfer and the values of the address are stored in theCurrent Address register during the transfer. This register is written

or read by the microprocessor in successive 8-bit bytes.

© Oxford University Press 2013

Page 162: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 162/209

• 2. Current Word Count Register

•   Each channel has a 16-bit Current Word Count register. This

register determines the number of transfers to be performed.

• The actual number of transfers will be one more than the number

programmed in the Current Word Count register (i.e., programming

a count of 50 will result in 51 transfers). The word count is

decremented after each transfer. When the value in the register

goes from zero to FFFFH, a TC will be generated.

• This register is loaded or read in successive 8-bit bytes by the

microprocessor in the Program Condition.

© Oxford University Press 2013

Page 163: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 163/209

•3. Base Address and Base Word Count Registers

•   Each channel has a pair of Base Address and Base Word Count

registers. These 16-bit registers store the original value of their

associated current registers.

•The base registers are written simultaneously with theircorresponding current register in 8-bit bytes in the Program

Condition by the microprocessor. These registers cannot be read by

the microprocessor.

© Oxford University Press 2013

Page 164: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 164/209

• 4. Command Register

•   This 8-bit register controls the operation of the 8237. It is

programmed by the microprocessor and is cleared by RESET or aMaster Clear instruction. The Fig. 7.66 lists the function of the

Command register bits.

© Oxford University Press 2013

Command Register

Page 165: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 165/209

 

© Oxford University Press 2013

Page 166: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 166/209

• 5. Mode Register

•   Each channel has a Mode register associated with it. When the

register is being written to by the microprocessor in the Programcondition, bits 0 and 1 determine which channel Mode register is to

be written. The Fig. 7.67 lists the details of the Mode register bits.

© Oxford University Press 2013

Mode Register

Page 167: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 167/209

 

© Oxford University Press 2013

Page 168: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 168/209

• 6. Request Register

•   The 8237 can respond to requests for DMA service which areinitiated by software or by DREQ input. Each channel has a requestbit associated with it in the 4-bit Request register. These are non-maskable and subject to prioritization by the Priority Encodernetwork.

• Each register bit is set or reset separately under software control.The entire register is cleared by a Reset or Master Clear instruction.The Fig 7.68 shows Request register format and its address coding.

•   A software request for DMA operation can be made in block or

single modes. While reading the Request register, bits 4-7 willalways read as ones, and bits 0-3 will display the request bits ofchannels 0-3 respectively.

© Oxford University Press 2013

Request Register

Page 169: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 169/209

 

q g

© Oxford University Press 2013

Page 170: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 170/209

• 7. Mask Register

•   Each channel has a mask bit associated with it that can be set

to disable an incoming DREQ. Each mask bit is set when its

associated channel produces an EOP if the channel is notprogrammed to Autoinitialize. Each bit of the 4-bit Mask register

may also be set or cleared separately or simultaneously under

software control. The entire register is also set by a Reset or Master

clear.

© Oxford University Press 2013

Page 171: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 171/209

• This disables all hardware DMA requests until a Clear Mask Register

instruction allows them to occur. The Fig 7.69 and Fig.7.70 shows

the Mask register format.

• While reading the Mask register, bits 4-7 will always read as logical

ones, and bits 0-3 will display the mask bits of channels 0-3,respectively.

• The 4 bits of the Mask register may be cleared simultaneously by

using the Clear Mask Register command

© Oxford University Press 2013

Page 172: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 172/209

Page 173: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 173/209

• 8. Status Register

•   The Status register contains information about the status of

the devices at this point that can be read by the processor. The

format of status register is shown in figure 7.71.• This information includes which channels have reached a terminal

count and which channels have pending DMA requests. Bits 0-3 are

set every time a TC is reached by that channel or an external EOP is

applied.

© Oxford University Press 2013

Page 174: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 174/209

Status Register

Page 175: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 175/209

 

© Oxford University Press 2013

Page 176: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 176/209

• 9. Temporary Register - The Temporary register is used to hold data

during memory-to-memory transfers. The Temporary register

always contains the last byte transferred in the previous memory tomemory operation, if not cleared by a Reset or Master Clear.

© Oxford University Press 2013

DMA Initialization and Operation

Page 177: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 177/209

• Initialising 8237 requires a large number of bytes to be written in to

the registers specified in the previous section. The 8237 is

connected as I/O port with the processor.

• In the idle cycle or idle mode, the 8237 A3-A0 lines are used to

program the internal registers and operation of the DMA controller

-8237. As discussed earlier, the 8237 has four channels of DMA

request.

• So, it has separate registers to hold the base memory address,

current memory address and the count register in each channel.

© Oxford University Press 2013

Page 178: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 178/209

• In general A1 and A2 is used to select one of the four DMA channel

registers and A0 is used to select the memory address or count

register. The DMA channel registers are accessed when A3=0. IfA3=1, then the other control registers are accessed according to

table 7.17

© Oxford University Press 2013

Page 179: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 179/209

© Oxford University Press 2013

Page 180: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 180/209

Page 181: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 181/209

Page 182: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 182/209

• 1. Single Transfer Mode

•   In Single Transfer mode, the device is programmed to make

one transfer only. The word count will be decremented and the

address decremented or incremented following each transfer.

• When the word count roll over from zero to FFFFH, a terminal

count bit in the status register is set, an EOP pulse is generated.

DREQ must be held active until DACK becomes active.

• If DREQ is held active throughout the single transfer, HRQ will go

inactive and release the bus to the system. It will again go active

and, upon receipt of a new HLDA, another single transfer will beperformed except a higher priority channel takes over.

© Oxford University Press 2013

Page 183: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 183/209

• 2. Block Transfer Mode

•   In Block Transfer mode, the device is activated by DREQ or

software request continues making transfers during the service

until a TC, caused by word count going to FFFFH, or an external Endof Process (EOP) is encountered. DREQ need only be held active

until DACK becomes active.

© Oxford University Press 2013

Page 184: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 184/209

• 3. Demand Transfer Mode

•   In Demand Transfer mode the device continues making

transfers until a TC or external EOP is encountered, or until DREQ

goes inactive. The data transfer continues until the I/O device hasexhausted its data capacity. Higher priority channels may intervene

in the demand process, once DREQ has gone inactive. EOP is

generated either by TC or by an external signal.

© Oxford University Press 2013

Page 185: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 185/209

• 4. Cascade Mode

•   This mode is used to cascade more than one 8237 for simple

system expansion. The HRQ and HLDA signals from the additional

8237 are connected to the DREQ and DACK signals respectively of a

channel for the initial 8237.This allows the DMA requests of the

additional device to propagate through the priority network

circuitry of the preceding device. Figure 7.72 shows two additional

devices cascaded with an initial device using two of the initial

device’s channels.

© Oxford University Press 2013

Page 186: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 186/209

• This forms a two-level DMA system. More 8237s could be added at

the second level by using the remaining channels of the first level.

Additional devices can also be added by cascading into thechannels of the second level devices, forming a third level.

© Oxford University Press 2013

Cascaded 8237s

Page 187: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 187/209

 

© Oxford University Press 2013

Operation of 8237 with 8085

Page 188: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 188/209

• The block diagram shows how a DMA transfer takes place between

Memory and I/O device with the help of DMA controller. Here the

microprocessor and the DMA controller timeshare the use of

address, data and control buses.

• The 8237 Address, Control outputs and data bus pins are connected

in parallel with the system busses. An external latch is required for

the upper address byte.

© Oxford University Press 2013

Page 189: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 189/209

© Oxford University Press 2013

Page 190: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 190/209

• While inactive, the controller’s  outputs are in a high impedance

state. When activated by a DMA request and bus control is

surrendered by the host, the 8237 drives the busses and generatesthe control signals to perform the data transfer.

© Oxford University Press 2013

Page 191: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 191/209

• When the system is first turned on, the buses are connected to the

microprocessor to system memory and peripherals. Then all the

programmable devices in the system are initialized and then the

normal routine program is executed until need for data transfer.

• The operation performed by activating one of the four DMA

request inputs has to be programmed first into the controller via

the Command, Mode, Address, and Word Count registers.

© Oxford University Press 2013

Page 192: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 192/209

© Oxford University Press 2013

Page 193: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 193/209

Page 194: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 194/209

• When the peripheral device has the first byte of data ready, it sends

a DMA request - DREQ signal to the DMA controller.

• If the input (channel) of the DMA controller is unmasked, the DMA

controller will send a hold-request - HRQ signal to the

microprocessor HOLD input.

• The microprocessor will respond to this input by floating its buses

and sends a hold-acknowledge signal, to the DMA controller.

© Oxford University Press 2013

Page 195: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 195/209

• When the DMA controller receives the HLDA signal, it will send outa control signal disconnects the processor from the buses and

connects the DMA controller to the buses.

• When the DMA controller gets control of the buses, it sends out the

memory address where the first byte of data from the peripheraldevice is to be written.

• Then the DMA controller sends a DMA-acknowledge, DACKO, signal

to the peripheral device to tell it to get ready to the byte.

© Oxford University Press 2013

Page 196: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 196/209

Finally, the DMA controller asserts both the and the lines on thecontrol bus.

• Asserting the signal enables the addressed memory to accept data

written into it.

Asserting the signal enables the disk controller to output the byteof data from the disk on the data bus.

• The byte of data then is transferred directly from the peripheral

device to the memory location without passing through the CPU or

the DMA controller.

© Oxford University Press 2013

Page 197: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 197/209

• When the data transfer is complete, the DMA controller unsets itshold-request signal to the processor and releases the buses. This

lets the processor take over the buses again until another DMA

transfer is needed.

• The processor continues executing from where it left off in theprogram.

• The entire process is explained with the flowchart given in figure

7.74.

© Oxford University Press 2013

Summary

Page 198: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 198/209

• This chapter gives the knowledge about Architecture of

Programmable Peripheral Interface, its Configuration and Control

Word. With IC8255 Switches, Seven Segment Displays, A / D

Converter, D / A Converter, Stepper Motor and Intelligent LCD

Display can be interfaced to Microprocessor.

• Interfacing includes Configuring Ports using Control Word,

Hardware Circuit Interface and Programming.

© Oxford University Press 2013

Summary

Page 199: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 199/209

• The concept of multiplexed display and matrix keyboard, their

operation and interfacing were introduced. Then the special slave

IC Intel 8279 was introduced and its features and operations were

discussed.

•  The interfacing of the seven segment display using 8279 was

explained with the related software. Similarly, the interfacing of

matrix keyboard was discussed with programming for the same.

© Oxford University Press 2013

Summary

Page 200: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 200/209

• This chapter gave in depth details about 8253, its pin configuration,

various operating modes and interfacing 8253 to 8085.

This chapter also dealt with the Features and details of 8251,Mode, Command and Status Word, Synchronous & Asynchronous

modes of 8251, and interfacing of 8251 with 8085.

© Oxford University Press 2013

Summary

Page 201: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 201/209

• This chapter deals with the need of Programmable Interrupt

Controller, its Architecture, Features of the controller, Pin Diagram

and details, Initialization, Operation words and interfacing with

8085.

• This chapter gives the knowledge about Direct Memory Access, itsAdvantages, Process steps, Architecture of DMA Controller,

Operational details of 8237, Internal Registers of 8237, Pin Diagram

and details and Initialization of 8237.

© Oxford University Press 2013

Key terms

Page 202: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 202/209

• Control word - Contains information such as “mode”, “bit set”, “bit 

reset”, etc., that initializes the functional configuration of the 8255.

• Input /output mode (I/O mode)  –  Applicable to Port A, B & C of

8255 for programming the Data Transfer and direction of data

transfer.

• Bit set reset mode (BSR mode)  – Applicable to Port C of 8255 for

Setting & Resetting individual Port C bits.

© Oxford University Press 2013

Key terms

Page 203: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 203/209

• Analog to digital converter - Convert the input analog voltage levels

in to corresponding discrete digital signals whereas Digital to analog

converters are used to get a proportional analog voltage or current

for the digital data given out by the microprocessor.

• Multiplexed display: A method of interfacing many display devices

to a processor and using scanning method to display digits with one

digit being displayed at a time.

© Oxford University Press 2013

Key terms

Page 204: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 204/209

Matrix keyboard: An arrangement of switches in matrix wiring sothat it can be interfaced with the processor with minimum

hardware and scanning technique.

• Display RAM: Sequence of RAM locations in 8279 to store the

character data to be used for display.

• FIFO RAM: Sequence of RAM locations in 8279 to store the key

code pressed in a matrix keyboard interfaced.

• Key board debouncing: Process of removing switch transient

voltages and detecting an actual key press.

© Oxford University Press 2013

• Timing is an operation of counting using a precise clock pulse atfi d f

Key terms

Page 205: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 205/209

fixed frequency.

• Counting is an operation of counting pulses applied to it at arandom period and time.

• Programmable Timer means the count value can be loaded initiallyusing the data from the data bus, start and stop counting using

software instructions written to the control register.• A set of Control words must be sent out by the programmer to

initialize each counter of the 8253.

• Control words - program the MODE, Loading sequence and

selection of type of counter as binary or BCD counting.• The Frequency output of the Rate Generator mode will be equal to

the input frequency divided by N

© Oxford University Press 2013

Page 206: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 206/209

• Synchronous transfer is the method of serial transfer by which the

Key terms

Page 207: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 207/209

Synchronous transfer is the method of serial transfer by which the

transmission and reception of data is done with a common clockand simultaneously.

• Asynchronous transmission is the method of serial data transfer

without a common clock but at a common baud rate and it is

character oriented.• Interrupt Service Register (ISR) stores all the levels that are

currently being serviced.

• Interrupt Mask Register (IMR) stores the masking bits of the

interrupt lines to be masked.

© Oxford University Press 2013

Page 208: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 208/209

• DMA is a method of data transfer between Memory and I/O

devices without the intervention of microprocessor

Key terms

Page 209: 354 33 Powerpoint-slides CH7 PART2

8/12/2019 354 33 Powerpoint-slides CH7 PART2

http://slidepdf.com/reader/full/354-33-powerpoint-slides-ch7-part2 209/209

devices without the intervention of microprocessor

• Idle Cycle is the state of the system when no channel is requesting

service

• Active Cycle is when DMA service takes place

In Single Transfer mode the device is programmed to make onetransfer only

• In Block Transfer mode the device that is activated by DREQ or

software request continues making transfers during the service

until a TC caused by word count going to FFFFH or an external End