Microprocessor and Microcontroller Module 5
Microprocessor and Microcontroller Module 5
Microcontroller
Contents
•Introduction
•Inside 8051
•Instructions
•Interfacing
Introduction
• Definition of a Microcontroller
• Difference with a Microprocessor
• Microcontroller is used where ever
Definition
• It is a single chip
• Consists of Cpu, Memory
• I/O ports, timers and other peripherals
Difference
CPU
CPU MEMORY
MEMORY
Where ever
• Small size
• Low cost
• Low power
Architecture
•Harvard university
The Architecture given by Harvard University has the following advantages:
1: Data Space and Program Space are distinct
2: There is no Data corruption or loss of data
Disadvantage is:
1: The circuitry is very complex.
Features
• 8 bit cpu
• 64k Program memory (4k on chip)
• 64k Data memory
• 128 Bytes on chip
• 32 I/O
• Two 16 bit timers
• Full duplex UART
• 6 Source/5 Vector interrupts with two level priority levels
• On chip clock Oscillator.
Block Diagram
External Interrupts
4k On chip
Interrupt ETC Counter inputs
flash
control
128 Bytes Timer 1
RAM Timer 0
CPU
Memory Architecture
FFFFH:
EXTERNAL
EXTERNAL
INTERNAL
FFH:
EA=0 EA=1
EXTERNAL INTERNAL 0000H:
00
0000
RD WR
PSEN
SFR Map
Internal Memory
7FH
Scratch Pad
30H
Bit Memory
20H
Bank 3 (R0-R7)
18H
Bank 2 (R0-R7)
10H
Bank 1 (R0-R7)
08H
Bank 0 (R0-R7)
00H
Pin connections
T R
SS SS
XX T1T1 T2T2 EPA0-3
Po Po Po Po PoPo Po
CC DD
DD C DI C DI or HSIO
rt rt rt rt rt rt rt
0 L R L R 0 1 2 3 4 5 6
KR Only K K KR
MSC 96 Block Diagram
RALU Memory Controller
Master PC 6-bit loop
counter Bus controller
CPU
Upper word 2nd operand
register Register MUX
Register
File Lower word Constants
register 4 byte Slave Addr Data
Queue PC Reg. Reg.
Program Bit select
Register status word
RAM register
MUX Instruction
reg.
A B Micro code
Code PSW Engine
SFRs Control ALU
CPU control and
Status Signals Interrupt
Controller
16
CPU Buses 8
Block Diagram of Register File, RALU, Memory Controller and Interrupt Controller
Instruction Format
8096 Peripherals
• Standard I/O Ports – The 8096 has five 8 bit I/O ports.
• Port 0 is an input port that is also the analog input for the A/D converter.
• Port 1 is a quasi-bidirectional port.
• Port 2 contains three types of port lines.
• Quasi-Bidirectional, input and output. Other functions on the 8096 share the input
and output lines with Port 2.
• Port 3 and 4 are open-drain bidirectional ports that share their pins with the
address/data bus.
• Timers – The 8096 has two 16 bit timers. Timer 1 and Timer 2.
• An internal clock increments the Timer 1 value every 8 state times. (A state time
is 3 oscillator periods)
• An external clock increments Timer 2 on every positive and negative transition.
• Either an internal or external source can reset Timer 2.
• This two timers can generate an interrupt when crossing the 0FFFFH/0000H
boundary.
• The 8096 includes separate, dedicated timers for serial port baud rate generator
and watchdog timer.
• The watchdog Timer is an internal timer that resets the system if the software fails
to operate properly.
• High Speed Input Unit (HSI) – The 8096 HIS unit can record times of external
events with a 9 state time resolution. It can monitor four independently
configurable HSI lines and captures the value of timer 1 when events takes place.
• The four types of events that can trigger captures include: rising edge only, falling
edge only, rising or falling edges, or every eight rising edge.
• The HSI unit can store upto 8 entries (Timer 1 values ).
• Reading the HSI holding register unloads the earliest entry placed in the FIFO.
• The HSI unit can generate an interrupt when loading an entry into the HSI
holding register or loading the sixth entry into the FIFO.
• High Speed Output Unit (HSO) – The 8096 HSO unit can trigger events at
specified times based on Timer1 or Timer2.
• These programmable events include: starting an A/D conversion, resetting
Timer2, generating upto four software time delays, and setting or clearing one or
more of the six HSO output lines.
• The HSO unit stores pending event and specified times in a Content Addressable
Memory (CAM) file. This file stores upto 8 commands.
• Each command specifies the action time, the nature of the action, whether an
interrupt is to occur, and whether Timer1 or Timer2 is the reference timer.
• Every 8 state times the HSO compares the CAM locations for time matches. The
HSO unit triggers the specified event when it finds a time match.
• A command is cleared from the CAM as soon as it executes.
• Serial Port – The serial port on the 8096 has one synchronous (Mode 0) and
three asynchronous modes (Modes 1, 2 and 3).
• The asynchronous modes are full duplex.
• Mode 0, the synchronous mode, is to expand the I/O capability of the 8096 using
shift register.
• Mode 1 is the standard asynchronous mode used for normal serial
communication.
• Modes 2, 3 are 9-bit modes commonly used for multiprocessor communications.
• Pulse Width Modulator (PWM) – The PWM output waveform is a variable
duty cycle pulse that repeats every 256 state times.
• The PWM output can perform digital to analog conversions and drive several
types of motors that require a PWM waveform for more efficient operation.
• A/D Converter – The 8096 A/D converts an analog input to a 10 bit digital
equivalent.
• The main components of the A/D Converter are: 8 analog inputs, an 8 to 1
multiplexer, a sample and hold capacitor and resistor ladder.
• The A/D Converter can start a conversion immediately or the High Speed Output
unit can trigger a conversion at a preprogrammed time.
• The A/D converter performs a conversion in 88 state times. Upon completion of
each conversion the converter can generate a conversion complete interrupt.
• The 8X9X provides separate VREF and ANGND supply pins to isolate noise on
the Vcc or Vss lines.
• Interrupts – There are 21 interrupts sources and 8 interrupt vector on the 8096.
• When the interrupt controller detects one of the 8 interrupts it sets the
corresponding bit in the interrupt pending register. Individual interrupts are
enabled or disabled by setting or clearing bits in the interrupt mask register.
• When the interrupt controller decides to process an interrupt, it executes a “call”
to an interrupt service routine ISR. The corresponding interrupt vector contains
the address of the ISR. The interrupt controller then clears the associated pending
bit.
7 6 5 4 3 2 1 0
0 0 1 1 Chip configuration byte
CCB (2018H) (ROM or EPROM)
Set to 1 for compatibility with future parts.
Bus width select
If set, then BUSWIDTH pin determines the bus
width. If cleared, then external 8-bit data bus is
selected.
Write strobe mode select
If set, then WRH# / BHE# becomes BHE# and WRL# /
WR# becomes WR#.
If cleared, then WRH# / BHE# becomes WRH# and
WRL# / WR# becomes WRL#.
Address valid strobe select
If set, then ALE / ADV# becomes ALE
If cleared , then ALE / ADV# becomes ADV#
IRC1 IRC0 Internal ready control mode
0 0 Limit to 1 wait state
0 1 Limit to 2 wait state
1 0 Limit to 3 wait state
1 1 Disable internal ready control
LOC1 LOC0 Internal ROM / EPROM lock modes
0 0 Read protected ; EPROM is also write protected.
0 1 Read protected
1 0 EPROM part is write protected
1 1 No operation
Chip configuration byte (CCB)
Configuring the 8096
• The 8096 can be operated in either the single-chip mode, or two of its ports can be
redefined to bring out the internal address bus and data bus.
• For the single chip mode, the internal ROM and EPROM must be accessed. This
choice is made by tying the EA# pin high.
• When EA pin is tied high, the internal ROM or EPROM is accessed during
instruction and data fetches from addresses 2080 to 3FFFH and for interrupt
vectors located at addresses 2000 to 2011H.
8096BH
+5V EA
+ 5V
8096BH READY
(a ) Avoiding wait states entirely, for use with fast external parts.
GND
8096BH READY
8096BH READY
BUSWIDTH A15 A15
(8 bit CCB (Address-dependent wait state)
multiplexed 0 0
bus)
(c ) external accesses to address below 8000H get an extra wait state, where as accesses
above 8000H get no extra wait state.
• When operated in the expanded mode the internal ROM or EPROM can still be
used by tying EA# high.
• Accesses to the addresses 2000 to 2011H and 2080 to 3FFFH can be made to
access off-chip memory by tying the EA# pin low.
• If the EA pin is high, then we have the option of using the internal ROM or
EPROM together with external memory and devices.
• One of the options made available by the BH series over the original 8096 family
is the option to deal with either a 16 bit external data bus or else an 8 bit external
data bus.
• The latter options permits expanding the 8096 with a single byte wide static RAM
chip or with a single byte wide EPROM chip for program memory.
• The latter is particularly convenient for users who can either put their application
program into a single EPROM or who do not have the EPROM programming
capability to separate their object code into even addresses and odd addresses as
required for the two byte wide EPROM used with a 16 bit data bus.
• The choice of bus width is made in two places. When the 8096 comes out of reset,
it reads the content of address 2018H of our ROM or EPROM. This is called the
chip configuration CCB.
• The 8096 stores this byte in a chip configuration register which is unaccessable by
our software.
• Bit 1 works together with the external BUSWIDTH pin to determine the data bus
width (when the EA pin is tied low).
• While the BUSWIDTH pin is tied either high or low, it can actually be changed
during each bus cycle of normal operation.
• If it is tied to the A15 address lines, then accesses to external addresses 8000 to
FFFFH would use a 16-bit data bus while accesses to external addresses below
this would use an 8-bit data bus. In either case, the full 16 bit address bus is
brought out.
• When an 8-bit data bus is brought out, the lines which bring out the upper half of
the address bus do not have to be multiplexed.
• In this case, the designers of the chip have saved users the need for an external
latch for the upper half of the address bus by latching the address internally.
• The original 8096 parts gave the user of the expanded chip an ALE output. This
was used to latch the address. The new option is selected with a 0 in bit 3 of CCB.
The ADV# line remains high during any machine cycles which are not accessing
external memory, but goes low during external accesses. Because of this ADV#
can be used to simplify the decoding to enable external devices.
• In addition to the external access, ADV# drop low at precisely the current time to
latch the multiplexed address. Consequently, it can serve double duty, both
helping with decoding and also latching the multiplexed address.
• Another feature of the original 8096 parts operating in the expanded mode was
the need to decode a BHE# signal.
• This was used during writes to a byte at an odd address so that the lower byte on
the 16-bit data bus could be left unchanged.
• Users of the original 8096 parts had to gate BHE# together with a WR# signal to
generate two write signals.
• One for chips connected to the upper half of the data bus and one for chip
connected to the lower half of the data bus.
(12 MHZ)
250 ns
CLK OUT
(4 MHz)
ADV#
RD#
WRH#
WRL#
(12 MHZ)
250 ns
CLK OUT
(12 MHz)
ADV#
RD#
WRH#
FFFF
Intel 8096 expanded memory map
General Purpose I/O Ports
• Port 0 whose lines can serve as either general purpose inputs or alternatively as
input to the analog-to-digital converter family.
• Port 1 is a quasi-bidirectional I/O port.
• Port 2 includes four input lines, two output lines, and two quasi-bidirectional I/O
lines.
• Port 3 and 4 when used as ports, they have open drain outputs.
• By writing anything but a 1 to a line, it can serve as an input even as other lines
serve as outputs.
• Each output line needs the addition of a pullup resistor having a value of 15kΩ.
• In the expanded mode the bus lines gain the ability to drive both high and low,
forming the expansion bus without the need of pullup resistors.
Port 0
8096 PORT 1
(000F)
7
6
5
4 Not available with 48 pin
3 DIP package.
2
1
0
8096 PORT 2
(0010H)
7
6
Pulse width mode. 5
Out. PWM
T2RST 4
Inputs to timer 2 T2CLK 3
External interrupt EXTINT 2
RXD 1
Serial Port TXD 0
Port 2
Expansion PORT 4 + 5V
8096 15KΩ
bus (1FFF)
AD15 7
AD14 6
AD13 5
AD12 4
AD11 3
AD10 2
AD9 1
AD8 0
Expansion PORT 3 (1FFE)
bus AD7 7
AD6 6
AD5 5
AD4 4
AD3 3
AD2 2
AD1 1
AD0 0
Pullup resistors are only needed on lines to
be used as output port lines