Download as pdf or txt
Download as pdf or txt
You are on page 1of 84

EE504

Introduction to
Microcontroller
Microcontroller Architecture
the 8051 example
The 8051 Microcontroller
Dr. V. B. Virulkar
An Overview of Embedded
System

 Embedded System can be defined as combination of


Computer H/W and S/W that do specific jobs

 Embedded Systems are used in


Consumer Electronics, food processing industry, chemical
plants, cement plants, biomedical equipments,
telecommunication and security
Examples of Embedded Systems

Keyboard
Printer
video game player
MP3 music players
Embedded memories to keep configuration
information
Mobile phone units
Domestic (home) appliances
Data switches
Automotive controls
Electronic Ping-pong

Derbot Autonomous Guided Vehicle


Examples: Derbot Autonomous Guided
Vehicle

8
Characteristics of Embedded
Systems
 Reliability:

 Cost Effectiveness:

 Low Power Consumption

 Fast Execution Time

 Efficient use of Memory

 Processing power
Embedded System Architecture

1. Central Processing Unit


2. Memory
3. Input Unit
4. Output Unit
5. Application Specific circuitry
6. Communication Channel
Central Processing Unit

Central processing unit is the heart of the


embedded system. CPU can be any of following
1. Microprocessor
2. Microcontroller
3. Digital Signal Processor
4. Application specific processor
Input Output
Device Device

Application specific Central Processing Unit Communication


Circuit Channel
(CPU)

RAM ROM
Microprocessors
• General-purpose microprocessor
CPU for Computers
No RAM, ROM, I/O on CPU chip
itself
Example:Intel’s x86, Motorola’s
680x0

Data Bus
CPU
General-
Serial
Purpose RAM ROM I/O Timer COM
Micro- Port Port
processor

Address Bus
Microcontroller
Microprocessor vs. Microcontroller

Microprocessor Microcontroller
 CPU is stand-alone, • CPU, RAM, ROM, I/O
RAM, ROM, I/O, timer and timer are all on a
are separate single chip
 designer can decide on • Fixed amount of on-chip
the amount of ROM, ROM, RAM, I/O ports
RAM and I/O ports. • for applications in
 expansive which cost, power and
 versatility space are critical
 general-purpose • Dedicated -purpose
Introduction to
Microcontrollers
Microcontrollers
 CPU + I/O + Timer(s) [+ ROM] [+ RAM]
 Low to moderate performance only
 Limited RAM space, ROM space and I/O pins
 EPROM version available
 Low chip-count to implement a small system
 Low-cost at large quantities
 Development tools readily available at reasonable cost
HOW MANY MICROCONTROLLERS !!???
Commercial Microcontroller
Device Register OC Memory Speed Nos. of No. of OC Peripherals
Memory MHz Timers I/O
(bytes) Lines
8031 MCS-51 128 ROM less 12 2 32 UART
family
8051 128 4 K ROM 12 2 32 UART

8052 256 8 K ROM 12 3 32 UART

8751 256 8 K ROM 12 3 32 UART

87C58 256 32K ROM 12-24 3 48 UART, 8 channel ADC


DMA
89C61x2 1024 64 K Flash 20-33 3 32 UART ,SPI

AT89S8252 256 8K Flash 24 3 32 UART


Atmel 2K EPROM
16C74 192 4 K ROM 20 3 32 UART, 8 bit ADC SPI
Microchip
16F874/877 256 32K ROM 20 3 32 UART 10 bit ADC
Microchip
8051 Basic Component
• 4K bytes internal ROM
• 128 bytes internal RAM
• Four 8-bit I/O ports (P0 - P3).
• Two 16-bit timers/counters
• One serial interface
CPU RAM ROM
A single chip
I/O Serial
Timer COM Microcontroller
Port
Port
Block Diagram
External Interrupts

Interrupt 4k 128 bytes Timer 1


Control ROM RAM Timer 2

CPU

OSC Bus
4 I/O Ports Serial
Control

P0 P2 P1 P3 TXD RXD
Addr/Data
Return
Other 8051 featurs
 only 1 On chip oscillator (external crystal)
 6 interrupt sources (2 external , 3 internal, Reset)
 64K external code (program) memory(only read)PSEN
 64K external data memory(can be read and write) by
RD,WR
 Code memory is selectable by EA (internal or external)
 We may have External memory as data and code
Three criteria in Choosing a
Microcontroller
 meeting the computing needs of the task
efficiently and cost effectively
 speed, the amount of ROM and RAM, the number of I/O
ports and timers, size, packaging, power consumption
 easy to upgrade
 cost per unit
 availability of software development tools
 assemblers, debuggers, C compilers, emulator, simulator,
technical support
 wide availability and reliable sources of the
microcontrollers
Port 0
Drivers
Port 2
Drivers Architecture of 8051
RAM ADDR
REGISTER

Port 0 Port 2 EPROM


RAM
Latch Latch ROM

ACC STACK
TEMP1 POINTER

B PROGRAM
TEMP2 PCON SCON TMOD TCON
REGISTER ADDR
REGISTER
ALU T2CON TH0 TL0 TH1
TL1 TH2 TL2 RCAPEL BUFFER
RCAPEL SBUF IE IP
PC
PSW INCREMENTER
INTERRUPT, SERIAL PORT
AND TIMER BLOCK
PSEN PROGRAM
INSTRUCTION

COUNTER
REGISTER

ALE TIMING
AND
CONTROL
DPTR
EA
RST Port 1 Port 3
LATCH LATCH

OSC
Port 1 Port 3
DRIVERS DRIVERS
8051
Schematic
Pin out
8051 P1.0 1 40 Vcc

Foot Print
P1.1 2 39 P0.0(AD0)
P1.2 3 38 P0.1(AD1)
P1.3 4 37 P0.2(AD2)
P1.4 5 36 P0.3(AD3)
P1.5 6 35 P0.4(AD4)
45H P1.6 7 34 P0.5(AD5)
P1.7 8 33 P0.6(AD6)
01000101 RST 9
8051 32 P0.7(AD7)
(RXD)P3.0 10 (8031) 31 EA/VPP
(TXD)P3.1 11 30 ALE/PROG
(INT0)P3.2 12
(8751) 29 PSEN
(INT1)P3.3 13 (8951) 28 P2.7(A15)
(T0)P3.4 14 27 P2.6(A14)
(T1)P3.5 15 26 P2.5(A13)
(WR)P3.6 16 25 P2.4(A12)
(RD)P3.7 17 24 P2.3(A11)
XTAL2 18 23 P2.2(A10)
XTAL1 19 22 P2.1(A9)
GND 20 21 P2.0(A8)
D7 D6 D5 D4 D3 D2 D1 D0
EA -- -- ES ET1 EX1 ET0 EX0

Symbol Position FUNCTIONS


EA IE.7 EA=0 Disable all Interrupts
EA=1 Disable all Interrupts

-- IE.6
-- IE.5
ES IE.4 Serial port Enable Interrupt Bit
ET1 IE.3 Timer 1 Overflow Interrupt Enable Bit
EX1 IE.2 External Enable Interrupt Bit
ET0 IE.1 Timer 0 Overflow Interrupt Enable Bit
EX0 IE.0 External Enable Interrupt 0 Bit
D7 D6 D5 D4 D3 D2 D1 D0
GATE C/T M1 M0 GATE C/T M1 M0
0 0 0 1 0 0 0 0

Symbol Position FUNCTIONS


IMPORTANT PINS (IO Ports)

 One of the most useful features of the 8051 is that it


contains four I/O ports (P0 - P3)

 Port 0 (pins 32-39):P0(P0.0~P0.7)


 8-bit R/W - General Purpose I/O
 Or acts as a multiplexed low byte address and data bus for external
memory design

 Port 1 (pins 1-8) :P1(P1.0~P1.7)


 Only 8-bit R/W - General Purpose I/O

 Port 2 (pins 21-28):P2(P2.0~P2.7)


 8-bit R/W - General Purpose I/O
 Or high byte of the address bus for external memory design

 Port 3 (pins 10-17):P3(P3.0~P3.7)


 General Purpose I/O
 if not using any of the internal peripherals (timers) or external
interrupts.
 Each port can be used as input or output (bi-direction)
Port 3 Alternate Functions
8051 Port 3 Bit Latches and I/O Buffers
Hardware Structure of I/O Pin

Read latch Vcc


TB2
Load(L1)

Internal CPU D Q P1.X


bus P1.X pin

Write to latch Clk Q M1

TB1
Read pin
Hardware Structure of I/O Pin

Read latch Vcc


TB2
Load(L1)

Internal CPU D Q P1.X


bus P1.X pin

Write to latch Clk Q M1

TB1
Read pin
Hardware Structure of I/O Pin
 Each pin of I/O ports
Internally connected to CPU bus
A D latch store the value of this pin
Write to latch=1:write data into the D latch
2 Tri-state buffer:
TB1: controlled by “Read pin”
Read pin=1:really read the data present at the
pin
TB2: controlled by “Read latch”
Read latch=1:read value from internal latch
A transistor M1 gate
Gate=0: open
Gate=1: close
Writing “1” to Output Pin P1.X

Read latch Vcc


TB2
Load(L1) 2. output pin is
1. write a 1 to the pin Vcc
D Q
1 P1.X
Internal CPU
bus P1.X pin
0 output 1
Write to latch Clk Q M1

TB1
Read pin
Writing “0” to Output Pin P1.X

Read latch Vcc


TB2
Load(L1) 2. output pin is
1. write a 0 to the pin ground
D Q
0 P1.X
Internal CPU
bus P1.X pin
1 output 0
Write to latch Clk Q M1

TB1
Read pin
Reading “High” at Input Pin

Read latch Vcc 2. MOV A,P1


TB2 external pin=High
1. write a 1 to the pin MOV Load(L1)
P1,#0FFH

1 1 P1.X pin
Internal CPU bus D Q
P1.X
0 M1
Write to latch Clk Q

TB1
Read pin
3. Read pin=1 Read latch=0
Write to latch=1
Reading “Low” at Input Pin

Read latch Vcc 2. MOV A,P1


TB2
1. write a 1 to the pin Load(L1) external pin=Low
MOV P1,#0FFH
1 0 P1.X pin
Internal CPU bus D Q
P1.X
0 M1
Write to latch Clk Q

TB1
Read pin
3. Read pin=1 Read latch=0
Write to latch=1
8051 IC
Port 0 with Pull-Up Resistors

Vcc
10 K

P0.0

Port
DS5000 P0.1
P0.2
8751 P0.3
8951 P0.4 0
P0.5
P0.6
P0.7
IMPORTANT PINS

PSEN (out): Program Store Enable, the read


signal for external program memory (active low).
 ALE (out): Address Latch Enable, to latch
address outputs at Port0 and Port2
 EA (in): External Access Enable, active low to
access external program memory locations 0 to 4K
 RXD,TXD: UART pins for serial I/O on Port 3
 XTAL1 & XTAL2: Crystal inputs for internal
oscillator.
Pins of 8051

 Vcc(pin 40):
Vcc provides supply voltage to the chip.
The voltage source is +5V.
 GND(pin 20):ground
 XTAL1 and XTAL2(pins 19,18):
These 2 pins provide external clock.
Way 1:using a quartz crystal oscillator
Way 2:using a TTL oscillator
Example 4-1 shows the relationship
between XTAL and the machine cycle.
XTAL Connection to 8051

Using a quartz crystal oscillator


We can observe the frequency on the XTAL2 pin.
C2
XTAL2
30pF

C1
XTAL1
30pF

GND
XTAL Connection to an External Clock Source

Using a TTL oscillator


XTAL2 is unconnected.

N XTAL2
C

EXTERNAL
OSCILLATOR
SIGNAL XTAL1

GND
Machine cycle
 Find the machine cycle for
 (a) XTAL = 11.0592 MHz
 (b) XTAL = 16 MHz.

 Solution:

 (a) 11.0592 MHz / 12 = 921.6 kHz;


 machine cycle = 1 / 921.6 kHz = 1.085 s
 (b) 16 MHz / 12 = 1.333 MHz;
 machine cycle = 1 / 1.333 MHz = 0.75 s
Pins of 8051

 RST(pin 9):reset
 input pin and active high(normally low).
The high pulse must be high at least 2
machine cycles.
 power-on reset.
Upon applying a high pulse to RST, the
microcontroller will reset and all values in
registers will be lost.
Reset values of some 8051 registers
 power-on reset circuit
Power-On RESET

Vcc

31
EA/VPP
X1
10 uF 30 pF

X2
RST
9
8.2 K
RESET Value of Some 8051 Registers:

Register Reset Value


PC 0000
ACC 0000
B 0000
PSW 0000
SP 0007
DPTR 0000

RAM are all zero



Pins of 8051

 /EA(pin 31):external access


 There is no on-chip ROM in 8031 and 8032 .
 The /EA pin is connected to GND to indicate the code is
stored externally.
 /PSEN & ALE are used for external ROM.
 For 8051, /EA pin is connected to Vcc.
 “/” means active low.
 /PSEN(pin 29):program store enable
 This is an output pin and is connected to the OE pin of the
ROM.
 See Chapter 14.
Pins of 8051

 ALE(pin 30):address latch enable


It is an output pin and is active high.
8051 port 0 provides both address and data.
The ALE pin is used for de-multiplexing the
address and data by connecting to the G pin of
the 74LS373 latch.
Address Multiplexing
for External Memory

Figure 2-7
Multiplexing
the address
(low-byte)
and data
bus
Address Multiplexing
for External Memory

Figure 2-8
Accessing
external
code
memory
7F=7x16+15
Memory Space 112+15=127
0-127=128
8051 8051
4k=4x1024=4096=0-4095
EA  Vcc EA  GND
0FFF=4096
0000
0000 0000
ON-chip
4 Kbytes

FF
0FFF

SFR
128
Off-chip 1000 byte
80
64 Kbytes OR Off-chip
AND
7F 64 Kbytes
128
byte
Off-chip
4 Kbytes
00

FFFF
FFFF
FFFF
A2 A A0

Accessing External
1
0 0 0 0000
4096
128
Data Memory
1 1 1 03FF
1024
P0.0-P0.7 29=1024

Figure
2-11
Interface
to 1K
RAM
Timing for MOVX instruction
External code memory
WR
RD
PSEN OE
ALE 74LS373 CS
G
P0.0 A0
D
P0.7 A7

D0
D7
EA
P2.0 A8
P2.7 A15

8051 ROM
External data memory
WR WR
RD RD
PSEN
ALE 74LS373 CS
G
P0.0 A0
D
P0.7 A7

D0
D7
EA
P2.0 A8
P2.7 A15

8051 RAM
Overlapping External Code
and Data Spaces
Overlapping External Code
and Data Spaces
WR WR
RD
PSEN RD
ALE 74LS373 CS
G
P0.0 A0
D
P0.7 A7

D0
D7
EA
P2.0 A8
P2.7 A15

8051 RAM
Overlapping External Code
and Data Spaces
Allows the RAM to be
 written as data memory, and
 read as data memory as well as code memory.

This allows a program to be


downloaded from outside into the RAM as data, and

 executed from RAM as code.


LXI H,4035H On-Chip Memory
MOV A,M Internal RAM
Registers
1F R7
R6
R5
R4
R3 Bank 3 Four Register Banks
R2

Each bank has R0-R7


R1
18 R0
17 R7
R6
R5 Selectable by psw.2,3
R4
R3 Bank 2
R2
R1
10 R0
0F R7
R6
R5
R4
R3 Bank 1
R2
R1
08 R0
07 R7
06 R6
05 R5
04 R4
03 R3 Bank 0
02 R2
01 R1
00 R0
Bit Addressable Memory
2F 7F 78 20h – 2Fh (16 locations X
2E
8-bits = 128 bits)
2D
2C
Bit addressing:
2B
2A
mov C, 1Ah
29 or
28 mov C, 23h.2
27
26
25
1A
24
10
23
0F 08
22
07 06 05 04 03 02 01 00
21
20
Special Function Registers

DATA registers

CONTROL registers
Timers
Serial ports
Interrupt system Addresses 80h – FFh
Analog to Digital converter
Digital to Analog converter Direct Addressing used
Etc. to access SPRs
Bit Addressable RAM

Figure 2-6
Summary
of the 8051
on-chip
data
memory
(RAM)
D7 D6 D5 D4 D3 D2 D1 D0 D7 D6 D5 D4 D3
D2 D1 D00
00-Bank
Flag Register
Bit Addressable
ACCUMULATOR
RAM S Z X P X 01-Bank-1
AC X C
FLAG REGISTER
10-Bank-1
11-Bank-3

Figure 2-6
Summary
of the 8051
on-chip
data
memory
(Special
Function
Registers)
Register Banks

 Active bank selected by PSW [RS1,RS0] bit


 Permits fast “context switching” in interrupt
service routines (ISR).
8051 CPU Registers
A (Accumulator)
B
PSW (Program Status Word)
SP (Stack Pointer)
PC (Program Counter)
DPTR (Data Pointer)

Used in assembler
instructions
Registers
Registers

B
R0
DPTR DPH DPL
R1

R2 PC PC
R3

R4 Some 8051 16-bit Register


R5

R6

R7

Some 8-bit Registers


of the 8051
Program Status Word (PSW)
Overlapping External Code
and Data Spaces

Allows the RAM to be


 written as data memory, and
 read as data memory as well as code memory.
This allows a program to be
 "downloaded" from outside into the RAM as
data, and
 executed from RAM as code.

You might also like