Sunteți pe pagina 1din 38

N.

Senthil Kumar,
M. Saravanan &
S. Jeevananthan
Oxford University Press 2013

Interfacing MEMORY and
I/O devices WITH 8085
Oxford University Press 2013
Introduction
RAM,ROM,EPROM
The programs and data which are executed by the
microprocessor have to be stored in ROM/EPROM and
RAM which are basically semiconductor memory chips.
The programs and data which are stored in ROM/EPROM
are not erased even-though the power supply to the
ROM/EPROM chip is removed.
Hence the ROM/EPROM are called non-volatile memory
and we can use them to store permanent programs such
as monitor program and data such as look up table,
which are needed in microprocessor based systems.
Oxford University Press 2013
Difference
RAM,ROM,EPROM
The difference between ROM and EPROM is that ROM
chip is programmable only one time whereas an EPROM
chip can be programmed many times after erasing the
previously stored contents in it, by passing UV rays for
few minutes through the quartz window situated at the
top of the EPROM chip.
The programs and data which are stored in RAM are
erased when the power supply to the RAM chip is
removed and hence RAM is called volatile memory.
Oxford University Press 2013
RAM - Introduction
Program and data which are often changed such as
program written during the development process of
software for a microprocessor based system, program
written during the learning of assembly language
programming and data entered while testing the above
programs, are stored in RAM.
RAM is also used to store data which are variable in
nature such as parameters entered by the user for a
particular operating condition, in a microprocessor based
system.
Oxford University Press 2013
Introduction contd..
Data can be only read from ROM or EPROM after
programming it whereas in RAM, data can be read or
written by the microprocessor.
In this chapter, the interfacing of EPROM and RAM chips
with 8085 using address decoders constructed using logic
gates and decoder IC such as 74LS138 are discussed.
Oxford University Press 2013
I/O Devices
Input and Output (I/O) devices are needed in a
microprocessor based system to give inputs (programs
and data) to the system and to get the outputs (results of
the execution of a program) from the system
respectively.
Typical examples for the input devices are keyboard and
DIP switches and typical examples for the output devices
are LEDs, 7-segment LED and printer.
Oxford University Press 2013
I/O Interfacing Schemes
There are two schemes namely
I/O mapped I/O and
memory mapped I/O to interface I/O devices with 8085.
In the I/O mapped I/O scheme, the I/O devices are
treated separately from memory.
In memory mapped I/O scheme, each I/O device is
treated as if it is a memory location.

Oxford University Press 2013
Interfacing memory
chips with 8085
8085 has 16 address lines namely (A15 to A0), a
maximum of 64Kbytes (=216) memory can be interfaced
with 8085 and the memory address space of 8085 (i.e.
range of memory addresses that can be generated by
8085) has the value from 0000H to FFFFH when
represented in hexadecimal form.
While executing a program stored in memory, the 8085
microprocessor needs to access memory regularly to
read the instructions and data stored in memory and also
to store the result to memory.
Oxford University Press 2013
Interfacing memory
chips with 8085
contd..
The 8085 initiates a set of signals and when it wants to
read from and write into memory and the memory chip
has certain signals such as chip Enable or Chip Select, or
Output Enable or Read and or Write Enable or Write.
The memory interfacing circuit must match the above
8085s signals with the memory chips signals.
Oxford University Press 2013
Generation of control
signals for memory
Two control signals namely (Memory Read) and (Memory
Write) are generated for memory such that alone is at logic 0
during memory read operation from RAM or EPROM and
alone is at logic 0 during memory write operation into RAM.

Oxford University Press 2013
Circuit used to generate
and signals
Oxford University Press 2013
Relation between 8085s control
signals and memory control signals
When the signal is at logic high level, both memory
control signals are deactivated (i.e. at logic high)
independent of the status of and signals which is
shown in the third row.

Oxford University Press 2013
Interfacing EPROM chip
with 8085
Pin Diagram of IC 2764
There are 8192 locations (8K=8x2
10
=8192)
in the IC 2764 and in each location, one
byte of information (instruction or data) is
stored.

There are 13 address lines (Since 2
13
=8K)
namely A12 to A0 present in IC 2764 where
A0 is the least significant bit of the address
and A12 is the most significant bit of the
address.
Oxford University Press 2013
Steps to read content of
Memory Location
In order to read the content of a memory location in
EPROM chip, the following steps are done
The address of the memory location from where data
has to be read is placed in the address lines of EPROM.
CE signal is made logic low (i.e. 0)
OE signal is made logic low(i.e. 0)
Now the data in the selected memory location will be
available in the data lines (D7-D0) of EPROM.
Oxford University Press 2013
Selection of memory location for
various values of address inputs in IC
2764
8085 has 16 address lines (A15-A0) and hence it can be interfaced
with maximum memory size of 64K bytes (= 2
16
bytes)
The address range of the memory can vary from 0000H to FFFFH and
this is known as memory space of 8085
Oxford University Press 2013
Interfacing EPROM chip with
8085 using decoder IC
Whenever many number of same capacity memory chips
have to be interfaced with 8085, decoder IC with active
low outputs such as 74LS138 is very useful.
By using a single 74LS138 IC, maximum of eight memory
chips (RAM and EPROM) can be interfaced with 8085.
Oxford University Press 2013
Logic diagram of 74LS138
decoder IC
Oxford University Press 2013
Truth table of
74LS138 decoder IC
Oxford University Press 2013
Introduction - 74LS138
decoder IC
74LS138 decoder IC has three select inputs namely A (LSB), B
and C (MSB) and three enable inputs namely G1,
G2 represents the two active low enable signals of 74LS138
namely and .
Only when G1=1 and = = 0, 74LS138 functions as decoder and
under that condition depending upon the value in the select
inputs, one of the outputs will be low (i.e. 0) as shown in table
6.6.
If either G1=0 or =1 or =1 then all of its outputs are 1,
independent of the value in the select inputs.
In table 6.6, X represents dont care condition which means
the input can be either 0 or 1.

G2A
Oxford University Press 2013
Truth table for the 6264
IC (8K x 8) RAM chip
Oxford University Press 2013
Interfacing EPROM chips
using 74LS138 Decoder
Oxford University Press 2013
6264 IC (8K x 8) RAM chip

Oxford University Press 2013
Interfacing RAM chip with
8085 using logic gates
The interfacing of RAM chip with 8085 is same as that of
EPROM chip except that one more signal namely of 8085
is used.


Oxford University Press 2013
Partial address
decoding:
In the methods so far discussed, the entire address bus
of 8085 (A15 to A0) is used to interface memory chips
with 8085 and this technique is called absolute address
decoding.
Using the absolute address decoding method, maximum
of 64 Kbytes of memory can be interfaced with 8085.
There is another method known as partial address
decoding which is used when the amount of memory
needed in an 8085 based system is less than 64 Kbytes
such as 8K or 16K or 32K.
Oxford University Press 2013
In the partial address decoding method, all the address
lines of 8085 are not used in interfacing with memory.
In the partial address decoding method, the lower order
address lines of 8085 are connected to the address lines
in memory chip same as in the absolute address
decoding method and some of the higher order address
lines of 8085 are left unconnected and only few higher
order lines of 8085 are connected to the chip enable
signal of memory through address decoder.
Oxford University Press 2013
Hence the size of the address decoder gets reduced and
sometimes the amount of hardware (number of gates)
needed for interfacing is reduced in the partial address
decoding method.
At the same time for the same memory chip, different
address ranges will get assigned in the partial address
decoding method and any one of the address ranges can
be used to access the memory.
Oxford University Press 2013
I/O or Peripheral
mapped I/O
In this method, the I/O devices are treated separately from memory.
The control signals I/O read ( ) and I/O write ( ) which are derived
from , and signals of 8085, are used to activate input device and
output device respectively.
IN instruction and OUT instruction of 8085 are used to access the
input device and output device respectively.
Each I/O device is identified by a unique 8-bit address assigned to it.
Since 8-bit address is used for each I/O device, a maximum of 256
(=28) input devices and a maximum of 256 (=28) output devices can
be interfaced with 8085 since the control signal used to access input
devices and output devices are different.
Oxford University Press 2013
Generation of signals
Oxford University Press 2013
Status signals in 8085
Table shows the values in, and lines of 8085 during the
I/O read and I/O write operation and the corresponding
values in the signals and during the above operations.
Oxford University Press 2013
Memory mapped I/O
In memory mapped I/O, each input device or output
device is treated as if it is a memory location.
The control signal is used to activate the input device
and the control signal and is used to activate the output
device.
Each input or output device is identified by a unique 16-
bit address same as 16-bit memory address assigned to a
memory location.
Oxford University Press 2013
All the memory related instructions used to read data
from memory such as LDA 2000H, LDAX B and MOV A,
M, etc. can be used to access input device and all the
memory related instructions used to write data into
memory such as STA 3000H, STAX D and MOV M, A, etc
can be used to send data to output device.
Since the I/O devices use some of the memory address
space of 8085, the maximum memory capacity (EPROM
& RAM capacity) will be less than 64K bytes in this
method.

Oxford University Press 2013
Partial address decoding
the entire address bus of 8085, (i.e. A7 to A0 in I/O
mapped I/O scheme and A15 to A0 in memory mapped
I/O scheme) is used to interface I/O devices with 8085
and this technique is called absolute address decoding.
Partial address decoding can also be used in both the
schemes
Oxford University Press 2013
In this method, for a single I/O device there will be more
than one address and any one of them can be used to
access it.
Here the address lines which are not used in the
interfacing are considered as dont care condition (i.e.
either 0 or 1) and then depending on the way the
remaining address lines are connected to the address
decoder, the addresses assigned to the I/O device are
found out.
Oxford University Press 2013
Summary
Any microprocessor based system need memory and I/O ports
to be interfaced with it.
8085 based systems need at least two memory chips to be
interfaced with it. One RAM and one ROM.
Memory map is important and should differentiate the
addresses for different memory chips in a system.
The memory can be interfaced with the processor using
address lines and data lines with the control signals from the
decoder and the processor.
The control signals , and play an important role in interfacing.
Oxford University Press 2013
Summary contd..
Address decoding is necessary to select a particular memory
chip in a system.
Chip selection is done using higher order address lines and can
be done in two ways Absolute address decoding and partial
address decoding.
Input and output devices also follow the same interfacing
concepts similar to memory chips.
Input and output devices such as switches and LEDs can be
interfaced to 8085 either using memory mapped addressing
or using peripheral mapped interfacing techniques.
Oxford University Press 2013
Key terms
RAM Random Access Memory is a semiconductor
memory in which both read and write of data is possible.
IC 6264 is a 8K RAM chip with 8bit words.
EPROM Erasable and Programmable Read Only
memory is a semiconductor memory in which the data
can be programmed once and read many times.
In general, erasing of the data can be done by the user.
There are two types of erasing one by electrical means
and the other by using ultraviolet rays.
Control signals for reading from and writing to memory.
Oxford University Press 2013
Key terms contd..
Absolute Address Decoding Decoding technique in which all the bits of
address bus is used for accessing and decoding memory chips.
Partial Address Decoding Decoding technique in which all the address
bits are not used for decoding. Instead less number of address bits are
used and some higher order bits are not used in decoding and selection
of memory locations.
Peripheral or I/O mapped I/O The technique by which the input and
output devices are addressed using 8 bit I/O addresses and accessed
using IN and OUT instruction.
Memory mapped I/O The technique by which the input and output
devices are addressed using 16 bit memory addresses and accessed like
a memory location using memory access instructions like LDA, STA etc.
Oxford University Press 2013

S-ar putea să vă placă și