Microprocessor-and-Microcontroller Notes To Print
Microprocessor-and-Microcontroller Notes To Print
Microprocessor-and-Microcontroller Notes To Print
LECTURE NOTES
UNIT I
8085 MICROPROCESSOR
Hardware Architecture
Generates signals within Microprocessor to carry out the instruction, which has been
decoded. In reality causes certain connections between blocks of the uP to be opened or closed,
so that data goes where it is required, and so that ALU operations occur.
The ALU performs the actual numerical and logic operation such as „add‟, „subtract‟,
„AND‟, „OR‟, etc. Uses data from memory and from Accumulator to perform arithmetic. Always
stores result of operation in Accumulator.
Registers
Accumulator
The accumulator is an 8-bit register that is a part of arithmetic/logic unit (ALU). This
register is used to store 8-bit data and to perform arithmetic and logical operations.The result of
an operation is stored in the accumulator. The accumulator is also identified as register A.
Flags
The ALU includes five flip-flops, which are set or reset after an operation according
to data conditions of the result in the accumulator and other registers. They are called Zero(Z),
Carry (CY), Sign (S), Parity (P), and Auxiliary Carry (AC) flags. The most commonly used
flagsare Zero, Carry, and Sign. The microprocessor uses these flags to test data conditions.
For example, after an addition of two numbers, if the sum in the accumulator id larger
than eight bits, the flip-flop uses to indicate a carry -- called the Carry flag (CY) – is set to one.
When an arithmetic operation results in zero, the flip-flop called the Zero(Z) flag is set to one.
The first Figure shows an 8-bit register, called the flag register, adjacent to the accumulator.
However, it is not used as a register; five bit positions out of eight are used to store the outputs of
the five flip-flops. The flags are stored in the 8-bit register so that the programmer can
examiexamine these flags (dataconditions) by accessing the register through an instruction.
These flags have critical importance in the decision-making process of the microprocessor.The
conditions (set or reset) of the flags are tested through the software instructions. For example, the
instruction JC (Jump on Carry) is implemented to change the sequence of a program when CY
flag is set.
Program Counter (PC)
This 16-bit register deals with sequencing the execution of instructions. This register is a
memory pointer. Memory locations have 16-bit addresses, and that is why this is a16-bit register.
The microprocessor uses this register to sequence the execution of the instructions.The
function of the program counter is to point to the memory address from which the next byte is to
be fetched. When a byte (machine code) is being fetched, the program counter is incremented by
one to point to the next memory location
The stack pointer is also a 16-bit register used as a memory pointer. It points to a memory
location in R/W memory, called the stack. The beginning of the stack is defined by loading 16-
bit address in the stack pointer.
Instruction Register/Decoder
Temporary store for the current instruction of a program. Latest instruction sent here
from memory prior to execution. Decoder then takes instruction and „decodes‟ or interprets the
instruction. Decoded instruction then passed to next stage.
Memory Address Register
Holds address, received from PC, of next program instruction. Feeds the address bus with
addresses of location of the program under execution.
Control Generator
Generates signals within uP to carry out the instruction which has been decoded. In
reality causes certain connections between blocks of the uP to be opened or closed, sothat data
goes where it is required, and so that ALU operations occur.
Register Selector
This block controls the use of the register stack in the example. Just a logic circuit which
switches between different registers in the set will receive instructions from Control Unit.
Pin Diagram
Address Bus:The most significant 8 bits of the memory address or the 8 bits of the I/0
address,3 stated during Hold and Halt modes.
Multiplexed Address/Data Bus; Lower 8 bits of the memory address (or I/0 address)
appear on the bus during the first clock cycle of a machine state. It then becomes thedata bus
during the second and third clock cycles. 3 stated during Hold and Halt modes.
ALE (Output)
Address Latch Enable: It occurs during the first clock cycle of a machine state and
enables the address to get latched into the on chip latch of peripherals. The falling edge of ALE
is set to guarantee setup and hold times for the address information. ALE can also be used to
strobe the status information. ALE is never 3stated.
SO, S1 (Output)
S1 S0
0 0 HALT
0 1 WRITE
1 0 READ
1 1 FETCH
S1 can be used as an advanced R/W status.
RD (Output 3state)
READ: indicates the selected memory or 1/0 device is to be read and that the Data
Bus is available for the data transfer.
WR (Output 3state)
WRITE:indicates the data on the Data Bus is to be written into the selected memory
or 1/0 location. Data is set up at the trailing edge of WR. 3stated during Hold and Halt
modes.
READY (Input)
If Ready is high during a read or write cycle, it indicates that the memory or peripheral is
ready to send or receive data. If Ready is low, the CPU will wait forReady to go high before
completing the read or write cycle.
HOLD (Input)
HOLD:indicates that another Master is requesting the use of the Address and DataBuses.
The CPU, upon receiving the Hold request. will relinquish the use of buses as soon as the
completion of the current machine cycle. Internal processing can continue.The
processorcanregain the buses only after the Hold is removed. When the Hold is acknowledged,
the Address, Data, RD, WR, and IO/M lines are 3stated.
HLDA (Output)
HOLD ACKNOWLEDGE:indicates that the CPU has received the Hold request and that
it will relinquish the buses in the next clock cycle. HLDA goes low after the Hold request is
removed. The CPU takes the buses one half clock cycle after HLDA goes low.
INTR (Input)
INTERRUPT ACKNOWLEDGE: is used instead of (and has the same timing as)
RDduring the Instruction cycle after an INTR is accepted. It can be used to activate the 8259
Interrupt chip or some other interrupt port.
RESTART INTERRUPTS
These three inputs have the same timing as INTR except they cause an internal
RESTART to be automatically inserted.
RST 7.5 ~~ Highest Priority
RST 6.5
RST 5.5 Lowest Priority
TRAP (Input)
RESET IN (Input)
Reset sets the Program Counter to zero and resets the Interrupt Enable and HLDA
flipflops. None of the other flags or registers (except the instruction register) are affected The
CPU is held in the reset condition as long as Reset is applied.
Indicates CPlJ is being reset. Can be used as a system RESET. The signal is synchronized
to the processor clock.
X1, X2 (Input)
Crystal or R/C network connections to set the internal clock generator X1 can also be
an external clock input instead of a crystal. The input frequency is divided by 2 togive the
internal operating frequency.
CLK (Output)
Clock Output for use as a system clock when a crystal or R/ C network is used as an
input to the CPU. The period of CLK is twice the X1, X2 input period.
IO/M (Output)
IO/M indicates whether the Read/Write is to memory or l/O Tristated during Hold and
Halt modes.
SID (Input)
Serial input data line The data on this line is loaded into accumulator bit 7 whenever a
RIM instruction is executed.
SOD (output)
Serial output data line. The output SOD is set or reset as specified by the SIM instruction.
Vcc
+5 volt supply.
Vss
Ground Reference.
Memory Interfacing
The memory is made up of semiconductor material used to store the programs and data.
Three types of memory is,
Process memory
Primary or main memory
Secondary memory
Typical EPROM and Static RAM
A typical semiconductor memory IC will have n address pins, m data pins (or
output pins).
Having two power supply pins (one for connecting required supply voltage (V and the
other for connecting ground).
The control signals needed for static RAM are chip select (chip enable), read control
(output enable) and write control (write enable).
The control signals needed for read operation in EPROM are chip select (chip enable)
and read control (output enable).
Decoder
It is used to select the memory chip of processor during the execution of a program. No
of IC's used for decoder is,
Consider a system in which the full memory space 64kb is utilized for EPROM memory.
Interface the EPROM with 8085 processor.
Timing Diagram
Timing Diagram is a graphical representation. It represents the execution time taken by each
instruction in a graphical format. The execution time is represented in T-states.
Instruction Cycle
The time required to access the memory or input/output devices is called machine cycle.
T-State
The machine cycle and instruction cycle takes multiple clock periods.
A portion of an operation carried out in one system clock period is called as T-state.
The 8085 microprocessor has 5 (seven) basic machine cycles. They are
The memory read machine cycle is executed by the processor to read a data byte from
memory.
The processor takes 3T states to execute this cycle.
The instructions which have more than one byte word size will use the machine cycle after the
opcode fetch machine cycle.
The memory write machine cycle is executed by the processor to write a data byte in a
memory location.
The processor takes, 3T states to execute this machine cycle.
STA means Store Accumulator -The contents of the accumulator is stored in the specified
address(526A).
The opcode of the STA instruction is said to be 32H. It is fetched from the memory
41FFH(see fig). - OF machine cycle
Then the lower order memory address is read(6A). - Memory Read Machine Cycle
Read the higher order memory address (52).- Memory Read Machine Cycle
The combination of both the addresses are considered and the content from accumulator
is written in 526A. - Memory Write Machine Cycle
Assume the memory address for the instruction and let the content of accumulator is
C7H. So, C7H from accumulator is now stored in 526A.
Fig 1.12 Timing Diagram for STA 526A H
Fetching the Opcode 06H from the memory 2000H. (OF machine cycle)
Read (move) the data 43H from memory 2001H. (memory read)
Fig 1.14 Timing Diagram for MVI B,43 H
Interrupts:
Interrupt is signals send by an external device to the processor, to request the processor to
perform a particular task or work.
Mainly in the microprocessor based system the interrupts are used for data transfer
between the peripheral and the microprocessor.
The processor will check the interrupts always at the 2nd T-state of last machine cycle.
If there is any interrupt it accept the interrupt and send the INTA (active low) signal to
the peripheral.
The processor executes an interrupt service routine (ISR) addressed in program counter.
Types of Interrupts:
Hardware
Software
Software interrupts:
The software interrupts are program instructions. These instructions are inserted at
desired locations in a program.
The 8085 has eight software interrupts from RST 0 to RST 7. The vector address for these
interrupts can be calculated as follows.
Hardware interrupts:
An external device initiates the hardware interrupts and placing an appropriate signal at
the interrupt pin of the processor.
If the interrupt is accepted then the processor executes an interrupt service routine.
(1) TRAP (2) RST 7.5 (3) RST 6.5 (4) RST 5.5 (5) INTR
(1) TRAP:
TRAP interrupt is edge and level triggered. This means hat the TRAP must go high and
remain high until it is acknowledged.
In sudden power failure, it executes a ISR and send the data from main memory to
backup memory.
The signal, which overrides the TRAP, is HOLD signal. (i.e., If the processor receives
HOLD and TRAP at the same time then HOLD is recognized first and then TRAP is
recognized).
(2)RST 7.5:
It is edge sensitive. ie. Input goes to high and no need to maintain high state until it
recognized.
1.DI instruction
2.System or processor reset.
3.After reorganization of interrupt.
Enabled by EI instruction.
The RST 6.5 and RST 5.5 both are level triggered. . ie. Input goes to high and stay high
until it recognized.
Enabled by EI instruction.
The RST 6.5 has the third priority whereas RST 5.5 has the fourth priority.
(4) INTR:
Enabled by EI instruction.
Non- vectored interrupt. After receiving INTA (active low) signal, it has to supply the
address of ISR.
It is a level sensitive interrupts. ie. Input goes to high and it is necessary to maintain high
state until it recognized.
The following sequence of events occurs when INTR signal goes high.
1. The 8085 checks the status of INTR signal during execution of each instruction.
2.If INTR signal is high, then 8085 complete its current instruction and sends active low
interrupt acknowledge signal, if the interrupt is enabled.
3. In response to the acknowledge signal, external logic places an instruction OPCODE on the
data bus. In the case of multibyte instruction, additional interrupt acknowledge machine cycles
are generated by the 8085 to transfer the additional bytes into the microprocessor.
4. On receiving the instruction, the 8085 save the address of next instruction on stack and
execute received instruction.
The masking or unmasking of RST 7.5, RST 6.5 and RST 5.5 interrupts can be
performed by moving an 8-bit data to accumulator and then executing SIM instruction.
When RIM instruction is executed an 8-bit data is loaded in accumulator, which can be
interpreted as shown in fig.
Fig 1.16 Format of 8 bit data in Accumulator after executing RIM Instruction
Instruction Queue
1. To increase the execution speed, BIU fetches as many as six instruction bytes
ahead to timefrom memory.
2. All six bytes are then held in first in first out 6 byte register called instruction
queue.
3. Then all bytes have to be given to EU one by one.
4. This pre fetching operation of BIU may be in parallel with execution operation of
EU, which improves the speed execution of the instruction.
The EU contains the control circuitry to perform various internal operations. A decoder in EU
decodes the instruction fetched memory to generate different internal or external control signals
required to perform the operation. EU has 16-bit ALU, which can perform arithmetic and logical
operations on 8-bit as well as 16-bit.
1. AX Register: AX register is also known as accumulator register that stores operands for
arithmetic operation like divided, rotate.
2. BX Register: This register is mainly used as a base register. It holds the starting base
location of a memory region within a data segment.
3.CX Register: It is defined as a counter. It is primarily used in loop instruction to store loop
counter.
4.DX Register: DX register is used to contain I/O port address for I/O instruction.
Segment Registers
Additional registers called segment registers generate memory address when combined with
other in the microprocessor. In 8086 microprocessor, memory is divided into 4 segments as
follow:
2. Data Segment (DS): The DS contains most data used by program. Data are accessed in the
Data Segment by an offset address or the content of other register that holds the offset
address.
3. Stack Segment (SS): SS defined the area of memory used for the stack.
4. Extra Segment (ES): ES is additional data segment that is used by some of the string to hold
the destination data.
Flags Register determines the current state of the processor. They are modified
automatically by CPU after mathematical operations, this allows to determine the type of the
result, and to determine conditions to transfer control to other parts of the program. 8086 has 9
flags and they are divided into two categories:
1. Conditional Flags
2. Control Flags
(1) Conditional Flags
Conditional flags represent result of last arithmetic or logical instruction executed. Conditional
flags are as follows:
Carry Flag (CF)
This flag indicates an overflow condition for unsigned integer arithmetic.
It is also used in multiple-precision arithmetic.
Auxiliary Flag (AF):
If an operation performed in ALU generates a carry/barrow from lower nibble (i.e. D0 D3)
to upper nibble (i.e. D4 – D7), the AF flag is set i.e. carry given by D3 bit to D4 is AF flag. This is
not a general-purpose flag, it is used internally by the processor to perform Binary to BCD
conversion.
– S3 and S4 together form a 2 bit binary code that identifies which of the internal
segment registers was used to generate the physical address that was output on
the address bus during the current bus cycle.
– S5 is the logic level of the internal interrupt enable flag, s6 is always logic 0.
Control Signals:
– Address Latch Enable (ALE) is a pulse to logic 1 that signals external circuitry when a valid
address is on the bus. This address can be latched in external circuitry on the 1-to-0 edge of the
pulse at ALE.
– IO/M line: memory or I/O transfer is selected (complement for 8086)
– DT/R line: direction of data is selected
– SSO (System Status Output) line: =1 when data is read from memory and =0 when code is
read from memory (only for 8088)
– BHE (Bank High Enable) line : =0 for most significant byte of data for
8086 and also carries S7
– RD line: =0 when a read cycle is in progress
– WR line: =0 when a write cyle is in progress
– DEN line: (Data enable) Enables the external devices to supply data
to the processor.
– Ready line: can be used to insert wait states into the bus cycle so that it is extended by a
number of clock periods
Interrupt signals:
– INTR (Interrupt request) :=1 shows there is a service request, sampled at the final clock
cycle of each instruction acquisition cycle.
– INTA : Processor responds with two pulses going to 0 when it services the interrupt and waits
for the interrupt service number after the second pulse.
– TEST: Processor suspends operation when =1. Resumes operation when=0. Used to
syncronize the processor to external events.
– NMI (Nonmaskable interrupt) : A leading edge transition causes the processor go to the
interrupt routine after the current instruction is executed.
– RESET : =0 Starts the reset sequence.
– The signals shown above are produced by 8288 depending on the state of S0, S1 and S2.
• DEN, DT/R¯ and ALE signals are the same as minimum-mode systems
• LOCK¯: when =0, prevents other processors from using the bus
• QS0 and QS1 (queue status signals) : informs about the status of the queue
• RQ¯/GT ¯0 and RQ¯/GT ¯1 are used instead of HOLD and HLDA lines in a multiprocessor
environment as request/grant lines.
I/O Ports
There are two methods in which I/O devices can be connected to the Microprocessor.
In this method I/O device is treated like the memory.Here there is no IO/M signal.If the
processor wants to read the data from a I/O device it will place the address of the I/O device on
the address bus.Then the I/O device will get selected.The memory which is having the same
address wioll also get selected.so we have to use separate address for memory and separate
address for I/O device.
Here we hve the IO/M signal.So we can select either the memory or I/O device for read and
write operation.
(a)Programmed I/O
(C) DMA
(a)Programmed I/O
Here the processor has to check whether the I/O device is ready or not through the Ready signal
of the I/O device.If the ready signal is high then it will send the data to the I/O device.Otherwise
it will continuously check theReady signal.The processor is busy in checking the Ready
signal.The draw back is wastage of time.
In this method the I/O device will interrupt the Processor through the INTR signal to indicate to
the processor that it is ready to accept the next data.Then the processor will send the INTA
signal.Then the processor stops its normal execution and start transferring the data to the I/O
device.
(c)DMA
Using DMA I/O device can directly transfer the data to the Memory using the Address and Data
buses of Processor.
(ii)Serial data Transfer
Some of the external I/0 devices receive only the serial data.Normally serial communication is
used in the Multi Processor environment.8051 has two pins for serial communication.
UNIT II
The 8085 instruction set is classified into the following three groups according to
word size:
1. One-word or 1-byte instructions
2. Two-word or 2-byte instructions
3. Three-word or 3-byte instructions
In the 8085, "byte" and "word" are synonymous because it is an 8-bit microprocessor.
However, instructions are commonly referred to in terms of bytes rather than words.
One-Byte Instructions
A 1-byte instruction includes the opcode and operand in the same byte. Operand(s)
are internal register and are coded into the instruction.
Table 2.1 Example for 1 byte Instruction
These instructions are 1-byte instructions performing three different tasks. In the first
instruction, both operand registers are specified. In the second instruction, the operand
B is specified and the accumulator is assumed. Similarly, in the third instruction, the
accumulator is assumed to be the implicit operand. These instructions are stored in 8-
bit binary format in memory; each requires one memory location.
MOV rd, rs
rd <-- rs copies contents of rs into rd.
Coded as 01 ddd sss where ddd is a code for one of the 7 general registers which is
the destination of the data, sss is the code of the source register.
Example: MOV A,B
Coded as 01111000 = 78H = 170 octal (octal was used extensively in instruction
design of such processors).
ADD r
A <-- A + r
Two-Byte Instructions
In a two-byte instruction, the first byte specifies the operation code and the second
byte specifies the operand. Source operand is a data byte immediately following the
opcode. For example:
Table 2.2 Example for 2 byte Instruction
MVI r,data
r <-- data
Example: MVI A,30H coded as 3EH 30H as two contiguous bytes. This is an
example of immediate addressing.
ADI data
A <-- A + data
OUT port
0011 1110
DATA
where port is an 8-bit device address. (Port) <-- A. Since the byte is not the data but
points directly to where it is located this is called direct addressing.
Three-Byte Instructions
In a three-byte instruction, the first byte specifies the opcode, and the following two
bytes specify the 16-bit address. Note that the second byte is the low-order address
and the third byte is the high-order address.
opcode + data byte + data byte
Table 3.3 Example for 3 byte Instruction
MOV Move
MVI Move Immediate
LDA Load Accumulator Directly from Memory
STA Store Accumulator Directly in Memory
LHLD Load H & L Registers Directly from Memory
SHLD Store H & L Registers Directly in Memory
An 'X' in the name of a data transfer instruction implies that it deals with a register pair (16-bits);
Arithmetic Group
The arithmetic instructions add, subtract, increment, or decrement data in registers or memory.
Logical Group
This group performs logical (Boolean) operations on data in registers and memory and on
condition flags.
The logical AND, OR, and Exclusive OR instructions enable you to set specific bits in the
accumulator ON or OFF.
The Compare instructions compare the content of an 8-bit value with the contents of the
accumulator;
CMP Compare
CPI Compare Using Immediate Data
The rotate instructions shift the contents of the accumulator one bit position to the left or right:
Branch Group
The branching instructions alter normal sequential program flow, either unconditionally or
conditionally. The unconditional branching instructions are as follows:
JMP Jump
CALL Call
RET Return
Conditional branching instructions examine the status of one of four condition flags to determine
whether the specified branch is to be executed. The conditions that may be specified are as
follows:
NZ Not Zero (Z = 0)
Z Zero (Z = 1)
NC No Carry (C = 0)
C Carry (C = 1)
PO Parity Odd (P = 0)
PE Parity Even (P = 1)
P Plus (S = 0)
M Minus (S = 1)
Two other instructions can affect a branch by replacing the contents or the program counter:
Stack Instructions
I/0 instructions
Sample Program
SPHL
LHLD 4202
XCHG
LXI H,0000
L1 LXI B,0000
DAD SP
JNC L2
INX B
L2 DCX D
MOV A,E
ORA D
JNZ L1
SHLD 4204
MOV L,C
MOV H,B
SHLD 4206
HLT
MOV C, A
LXI H, 4501
L2 MOV A, M
L3 DCR C
INX H
JZ L1
CMP M
JC L2
JMP L3
L1 STA 4520
HLT
L3 MVI B, 00
LXI H, 4200
MOV C, M
DCR C
INX H
L2 MOV A, M
INX H
CMP M
JC L1
MOV D, M
MOV M, A
DCX H
MOV M, D
INX H
MVI B, 01
L1 DCR C
JNZ L2
DCR B
JZ L3
HLT
OUT C8
CALL DELAY
MVI A,FF
OUT C8
CALL DELAY
JMP START
MVI B,05H
MVI C,FF
DELAY
DCR C
L2 JNZ L1
DCR B
L1
JNL L2
RET
Programming using Look up table
OUT C2
OUT C2
OUT C2
OUT C0
DCR B
JNZ L1
IN C2
L2 ANI 07
JZ L2
OUT C2
IN C0
ANI 0F
MOV L, A
MVI H, 42
MOV A, M
OUT C0
JMP L2
LOOKUP TABLE
4200 0C 9F 4A 0B
4204 99 29 28 8F
4208 08 09 88 38
420C 6C 1A 68 E8
UNIT III
PERIPHERAL INTERFACING
Architecture of 8255
The parallel input-output port chip 8255 is also called as programmable peripheral input-
output port. The Intel‟s 8255 is designed for use with Intel‟s 8-bit, 16-bit and higher capability
microprocessors. It has 24 input/output lines which may be individually programmed in two
groups of twelve lines each, or three groups of eight lines. The two groups of I/O pins are named
as Group A and Group B. Each of these two groups contains a subgroup of eight I/O lines called
as 8-bit port and another subgroup of four lines or a 4-bit port. Thus Group A contains an 8-bit
port A along with a 4-bit port. C upper.The port A lines are identified by symbols PA0-PA7
while the port C lines are identified as PC4-PC7. Similarly, GroupB contains an 8-bit port B,
containing lines PB0-PB7 and a 4-bit port C with lower bits PC0- PC3. The port C upper and
port C lower can be used in combination as an 8-bit port C. Both the port C are assigned the
same address. Thus one may have either three 8-bit I/O ports or two 8-bit and two 4-bit ports
from 8255. All of these ports can function independently either as input or as output ports. This
can be achieved by programming the bits of an internal register of 8255 called as control word
register ( CWR ). This buffer receives or transmits data upon the execution of input or output
instructions by the microprocessor. The control words or status information is also transferred
through the buffer.
Input/Output Mode
There are three types of the input/output mode. They are as follows:
Mode 0
In this mode, the ports can be used for simple input/output operations without handshaking. If
both port A and B are initialized in mode 0, the two halves of port C can be either used together
as an additional 8-bit port, or they can be used as individual 4-bit ports. Since the two halves of
port C are independent, they may be used such that one-half is initialized as an input port while
the other half is initialized as an output port. The input output features in mode 0 are as follows:
1. O/p are latched. 2. I/p are buffered not latched. 3. Port do not have handshake or interrupt
capability.
Mode 1
When we wish to use port A or port B for handshake (strobed) input or output operation, we
initialise that port in mode 1 (port A and port B can be initilalised to operate in different
modes,ie, for eg, port A can operate in mode 0 and port B in mode 1). Some of the pins of port C
function as handshake lines.
For port B in this mode (irrespective of whether is acting as an input port or output port), PC0,
PC1 and PC2 pins function as handshake lines.
If port A is initialised as mode 1 input port, then, PC3, PC4 and PC5 function as handshake
signals. Pins PC6 and PC7 are available for use as input/output lines.
The mode 1 which supports handshaking has following features: 1. Two ports i.e. port A and B
can be use as 8-bit i/o port. 2. Each port uses three lines of port c as handshake signal and
remaining two signals can be function as i/o port. 3. interrupt logic is supported. 4. Input and
Output data are latched.
Mode 2
Only group A can be initialised in this mode. Port A can be used for bidirectional handshake data
transfer. This means that data can be input or output on the same eight lines (PA0 - PA7). Pins
PC3 - PC7 are used as handshake lines for port A. The remaining pins of port C (PC0 - PC2) can
be used as input/output lines if group B is initialised in mode 0. In this mode, the 8255 may be
used to extend the system bus to a slave microprocessor or to transfer data bytes to and from a
floppy disk controller.
In this mode only port b can be used (as an output port). Each line of port C (PC0 - PC7) can be
set/reset by suitably loading the command word register.no effect occurs in input-output mode.
The individual bits of port c can be set or reset by sending the signal OUT instruction to the
control register.
Control Word Format
D7 D6 D5 D4 D3 D2 D1 D0
The figure shows the control word format in the input/output mode. This mode is selected
by making D7 = '1' .
D0, D1, D3, D4 are for lower port C, port B, upper port C and port A respectively. When
D0 or D1 or D3 or D4 are "SET", the corresponding ports act as input ports. For eg, if D0
= D4 = '1', then lower port C and port A act as input ports. If these bits are "RESET",
then the corresponding ports act as output ports. For eg, if D1 = D3 = '0', then port B and
upper port C act as output ports.
D2 is used for mode selection for group B (Port B and Lower Port C). When D2 = '0',
mode 0 is selected and when D2 = '1', mode 1 is selected.
D5, D6 are used for mode selection for group A (Upper Port C and Port A). The format is
as follows:
D6 D5 mode
0 0 0
0 1 1
1 x 2
The figure shows the control word format in BSR mode. This mode is selected by making
D7='0'.
D0 is used for bit set/reset. When D0= '1', the port C bit selected (selection of a port C bit
is shown in the next point) is SET, when D0 = '0', the port C bit is RESET.
D1, D2, D3 are used to select a particular port C bit whose value may be altered using D0
bit as mentioned above. The selection of the port C bits are done as follows:
D3 D2 D1 bit/pin of port C selected
0 0 0 PC0
0 0 1 PC1
0 1 0 PC2
0 1 1 PC3
1 0 0 PC4
1 0 1 PC5
1 1 0 PC6
1 1 1 PC7
3.2.1 Features
8 levels of interrupts.
Can be cascaded in master-slave configuration to handle 64 levels of interrupts.
Internal priority resolver.
Fixed priority mode and rotating priority mode.
Individually maskable interrupts.
Modes and masks can be changed dynamically.
Accepts IRQ, determines priority, checks whether incoming priority > current level being
serviced, issues interrupt signal.
In 8085 mode, provides 3 byte CALL instruction. In 8086 mode, provides 8 bit vector
number.
Polled and vectored mode.
Starting address of ISR or vector number is programmable.
No clock required.
3.2.2 Pinout
Fig 3.5 Pin Diagram of 8259
Bi-directional, tristated, buffered data lines. Connected to data bus directly or through
D0-D7
buffers
RD-bar Active low read control
WR-bar Active low write control
A0 Address input line, used to select control register
CS-bar Active low chip select
Bi-directional, 3 bit cascade lines. In master mode, PIC places slave ID no. on these
CAS0-2 lines. In slave mode, the PIC reads slave ID no. from master on these lines. It may be
regarded as slave-select.
SP-bar / Slave program / enable. In non-buffered mode, it is SP-bar input, used to distinguish
EN-bar master/slave PIC. In buffered mode, it is output line used to enable buffers
INT Interrupt line, connected to INTR of microprocessor
INTA-bar Interrupt ack, received active low from microprocessor
IR0-7 Asynchronous IRQ input lines, generated by peripherals.
A0 D7 D6 D5 D4 D3 D2 D1 D0
1 A15 A14 A13 A12 A11 A10 A9 A8
D7 D6 D5 D4 D3 D2 D1 D0
A0
Master S7 S6 S5 S4 S3 S2 S1 S0
1 Slave 0 0 0 0 0 ID3 ID2 ID1
Master mode: 1 indicates slave is present on that interrupt, 0 indicates direct interrupt
Slave mode: ID3-ID2-ID1 is the slave ID number. Slave 4 on IR4 has ICW3=04h (0000
0100)
A0 D7 D6 D5 D4 D3 D2 D1 D0
1 0 0 0 SFNM BUF M/S AEOI Mode
A0 D7 D6 D5 D4 D3 D2 D1 D0
1 M7 M6 M5 M4 M3 M2 M1 M0
A0 D7 D6 D5 D4 D3 D2 D1 D0
1 R SL EOI 0 0 L3 L2 L1
R SL EOI Action
00 1 Non specific EOI (L3L2L1=000)
EOI Specific EOI command (Interrupt to clear
0 1 1
given by L3L2L1)
1 0 1 Rotate priorities on non-specific EOI
Auto rotation of priorities 0 Rotate priorities in auto EOI mode set
1 0
(L3L2L1=000)
0 0 0 Rotate priorities in auto EOI mode clear
Rotate priority on specific EOI command
1 1 1
(resets current ISR bit)
Specific rotation of priorities (Lowest
priority ISR=L3L2L1) 11 0 Set priority (does not reset current ISR bit)
0 1 0 No operation
A0 D7 D6 D5 D4 D3 D2 D1 D0
1 D7 ESMM SMM 0 1 MODE RIR RIS
ESMM SMM Effect
0 X No effect
1 0 Reset special mask
1 1 Set special mask
TRANSMITTER (USART)
The 8251 is a USART (Universal Synchronous Asynchronous Receiver Transmitter) for
serial data communication. As a peripheral device of a microcomputer system, the 8251receives
parallel data from the CPU and transmits serial data after conversion. This device also receives
serial data from the outside and transmits parallel data to the CPU after conversion.
Control Words
Mode instruction is used for setting the function of the 8251. Mode instruction will be in "wait
for write" at either internal reset or external reset. That is, the writing of a control word after
resetting will be recognized as a "mode instruction."
• Synchronous/asynchronous mode
• Character length
• Parity bit
The bit configuration of mode instruction is shown in Figures 2 and 3. In the case of synchronous
mode, it is necessary to write one-or two byte sync characters. If sync characters were written, a
function will be set because the writing of sync characters constitutes part of mode instruction.
Fig 3.8 Bit Configuration of Mode Instruction(Asynchronous)
Fig 3.9 Bit Configuration of Mode Instruction(synchronous)
2) Command
Command is used for setting the operation of the 8251. It is possible to write a command
whenever necessary after writing a mode instruction and sync characters.
• Transmit Enable/Disable
• Receive Enable/Disable
• DTR, RTS Output of data.
• Internal resetting
It is possible to see the internal status of the 8251 by reading a status word.
A0: Selects data (0) or control/status (1) for reads and writes between micro and 8279.
BD: Output that blanks the displays.
CLK: Used internally for timing. Max is 3 MHz.
CN/ST: Control/strobe, connected to the control key on the keyboard
CS: Chip select that enables programming, reading the keyboard, etc.
DB7-DB0: Consists of bidirectional pins that connect to data bus on micro.
IRQ: Interrupt request, becomes 1 when a key is pressed, data is available.
OUT A3-A0/B3-B0: Outputs that sends data to the most significant/least significant
nibble of display.
RD(WR): Connects to micro's IORC or RD signal, reads data/status registers.
RESET: Connects to system RESET.
RL7-RL0: Return lines are inputs used to sense key depression in the keyboard matrix.
Shift: Shift connects to Shift key on keyboard.
SL3-SL0: Scan line outputs scan both the keyboard and displays.
Block Diagram of 8279
The display section has eight output lines divided into two groups A0-A3 and B0-B3.
The output lines can be used either as a single group of eight lines or as two groups
of four lines, in conjunction with the scan lines for a multiplexed display.
The output lines are connected to the anodes through driver transistor in case of
common cathode 7-segment LEDs.
The cathodes are connected to scan lines through driver transistors.
The display can be blanked by BD (low) line.
The display section consists of 16 x 8 display RAM. The CPU can read from or write
into any location of the display RAM.
Scan section:
The scan section has a scan counter and four scan lines, SL0 to SL3.
In decoded scan mode, the output of scan lines will be similar to a 2-to-4 decoder.
In encoded scan mode, the output of scan lines will be binary count, and so an
external decoder should be used to convert the binary count to decoded output.
The scan lines are common for keyboard and display.
The scan lines are used to form the rows of a matrix keyboard and also connected to
digit drivers of a multiplexed display, to turn ON/OFF.
The CPU interface section takes care of data transfer between 8279 and the
processor.
This section has eight bidirectional data lines DB0 to DB7 for data transfer between
8279 and CPU.
It requires two internal address A =0 for selecting data buffer and A = 1 for
selecting control register of8279.
The control signals WR (low), RD (low), CS (low) and A0 are used for read/write to
8279.
It has an interrupt request line IRQ, for interrupt driven data transfer with
processor.
The 8279 require an internal clock frequency of 100 kHz. This can be obtained by
dividing the input clock by an internal prescaler.
The RESET signal sets the 8279 in 16-character display with two -key lockout
keyboard modes.
Keyboard Interface of 8279
The keyboard matrix can be any size from 2x2 to 8x8.Pins SL2-SL0 sequentially scan
each column through a counting operation.The 74LS138 drives 0's on one line at a time.The
8279 scans RL pins synchronously with the scan.RL pins incorporate internal pull-ups, no need
for external resistor pull-ups.The 8279 must be programmed first.
First three bits given below select one of 8 control registers (opcode).
000DDMMM
Mode set: Opcode 000.
DD sets displays mode.
MMM sets keyboard mode.
DD field selects either:
8- or 16-digit display
Whether new data are entered to the rightmost or leftmost display position.
Encoded: SL outputs are active-high, follow binary bit pattern 0-7 or 0-15.
Decoded: SL outputs are active-low (only one low at any time).
Pattern output: 1110, 1101, 1011, 0111.
Strobed: An active high pulse on the CN/ST input pin strobes data from the RL pins
into an internal FIFO for reading by micro later.
2-key lockout/N-key rollover: Prevents 2 keys from being recognized if pressed
simultaneously/Accepts all keys pressed from 1st to last.
Fig 3.13 Keyboard Interface of 8279
Features
The ADC0809 is an 8-bit successive approximation type ADC with inbuilt 8-channel
multiplexer.
The ADC0809 has a total unadjusted error of ±1 LSD (Least Significant Digit).
The ADC0808 is also same as ADC0809 except the error. The total unadjusted error in
ADC0808 is ± 1/2 LSD.
The 256R ladder network has been provided instead of conventional R/2R ladder
because of its inherent monotonic, which guarantees no missing digital codes. Also the
256R resistor network does not cause load variations on the reference voltage. The
comparator in ADC0809/ADC0808 is a chopper- stabilized comparator. It converts the DC
input signal into an AC signal, and amplifies the AC sign using high gain AC amplifier.
Then it converts AC signal to DC signal. This technique limits the drift component of the
amplifier, because the drift is a DC component and it is not amplified/passed by the AC
amp1ifier. This makes the ADC extremely insensitive to temperature, long term drift and
input offset errors. In ADC conversion process the input analog value is quantized and
each quantized analog value will have a unique binary equivalent. The quantization step in
ADC0809/ADC0808 is given by,
PROGRAM
Channel 0 select
ALE Low
MVI A,10
Channel 0, select
OUT 0C8 H ALE High
MVI A,18
OUT 0C8 H
HLT
DAC Interfacing with 8085 Microprocessor
To convert the digital signal to analog signal a Digital-to-Analog Converter (DAC) has to
be employed.
The DAC will accept a digital (binary) input and convert to analog voltage or current.
Every DAC will have "n" input lines and an analog output.
The DAC require a reference analog voltage (Vref) or current (Iref) source.
The smallest possible analog value that can be represented by the n-bit binary code is
called resolution.
The resolution of DAC with n-bit binary input is 1/2nof reference analog value.
The DAC0800 is an 8-bit, high speed, current output DAC with a typical settling time
(conversion time) of 100 ns.
It produces complementary current output, which can be converted to voltage by using
simple resistor load.
The DAC0800 require a positive and a negative supply voltage in the range of ± 5V to
±18V.
It can be directly interfaced with TTL, CMOS, PMOS and other logic families.
For TTL input, the threshold pin should be tied to ground (VLC = 0V).
The reference voltage and the digital input will decide the analog output current, which
can be converted to a voltage by simply connecting a resistor to output terminal or by
using an op-amp I to V converter.
OUT C8
CALL DELAY
MVI A,FF
OUT C8
CALL DELAY
JMP START
MVI B,05H
MVI C,FF
DELAY DCR C
L2 JNZ L1
DCR B
L1
JNL L2
RET
UNIT IV
Memory Organization
-Separate address spaces for Program (ROM) and Data (RAM) Memory
-Allow Data Memory to be accessed by 8-bit addresses quickly and manipulated by
8-bit CPU
Program Memory
-PSEN (Program Store Enable) is used for access to external Program Memory
Data Memory
-Includes 128 bytes of on-chip Data Memory which are more easily accessible
directly by its instructions
-Internal Data Memory contains four banks of eight registers and a special 32-
byte long segment which is bit addressable by 8051 bit-instructions
Interrupt Structure
Port Structure
Each port has SFR (Special Function Registers P0 through P3) which works like a latch,
an output driver and an input buffer
Both output driver and input buffer of Port 0 and output driver of Port 2 are used for
accessing external memory
Port 2 outputs the high byte (only needed when the address is 16 bits wide)
The alternate functions are activated with the 1 written in the corresponding bit in the
port SFR
Timer/Counter
Timer 0
Timer 1
Instruction Format
The 8051 instruction set is classified into the following three groups according to
word size:
1. One-word or 1-byte instructions
2. Two-word or 2-byte instructions
3. Three-word or 3-byte instructions
One-Byte Instructions
A 1-byte instruction includes the opcode and operand in the same byte. Operand(s)
are internal register and are coded into the instruction.
These instructions are 1-byte instructions performing three different tasks. In the first
instruction, both operand registers are specified. In the second instruction, the operand
B is specified and the accumulator is assumed. Similarly, in the third instruction, the
accumulator is assumed to be the implicit operand. These instructions are stored in 8-
bit binary format in memory; each requires one memory location.
Two-Byte Instructions
In a two-byte instruction, the first byte specifies the operation code and the second
byte specifies the operand. Source operand is a data byte immediately following the
opcode.
Three-Byte Instructions
In a three-byte instruction, the first byte specifies the opcode, and the following two
bytes specify the 16-bit address. Note that the second byte is the low-order address
and the third byte is the high-order address.
Addressing Modes of 8051
The 8051 provides a total of five distinct addressing modes.
– (1) immediate
– (2) register
– (3) direct
– (4) register indirect
– (5) indexed
(1) Immediate Addressing Mode
The operand comes immediately after the op-code.
The immediate data must be preceded by the pound sign, "#".
Indexed addressing mode is widely used in accessing data elements of look-up table
entries located in the program ROM space of the 8051.
MOVC A, @ A+DPTR
The 16-bit register DPTR and register A are used to form the address of the data element
stored in on-chip ROM.
Because the data elements are stored in the program (code) space ROM of the 8051, the
instruction MOVC is used instead of MOV. The "C" means code.
In this instruction the contents of A are added to the 16-bit register DPTR to form the 16-
bit address of the needed data.
Interrupt Structure
2 external interrupts
2 timer interrupts
Each interrupt source can be individually enabled or disabled by setting or clearing a bit
in IE (Interrupt Enable). IE also exists a global disable bit, which can be cleared to
disable all interrupts at once
Each interrupt source can also be individually set to one of two priority levels by setting
or clearing a bit in IP (Interrupt Priority)
If interrupt requests of the same priority level are received simultaneously, an internal
polling sequence determines which request is serviced, so within each priority lever there
is a second priority structure
This internal priority structure is determined by the polling sequence, shown in the
following table
Level-activated
Transition-activated
The flags that actually generate these interrupts are bits IE0 and IE1 in TCON
On-chip hardware clears that flag that generated an external interrupt when the service
routine is vectored to, but only if the interrupt was transition-activated
When the interrupt is level-activated, then the external requesting source is controlling
the request flag, not the on-chip hardware
Handling Interrupt
When interrupt occurs (or correctly, when the flag for an enabled interrupt is found to be
set (1)), the interrupt system generates an LCALL to the appropriate location in Program
Memory, unless some other conditions block the interrupt
The current (polling) cycle is not the final cycle in the execution of the instruction
in progress
If an interrupt flag is active but not being responded to for one of the above
conditions, must be still active when the blocking condition is removed, or the
denied interrupt will not be serviced
Next step is saving the registers on stack. The hardware-generated LCALL causes
only the contents of the Program Counter to be pushed onto the stack, and reloads
the PC with the beginning address of the service routine
In some cases it also clears the flag that generated the interrupt, and in other cases
it doesn‟t. It clears an external interrupt flag (IE0 or IE1) only if it was transition-
avtivated.
The service routine for each interrupt begins at a fixed location. The interrupt
locations are spaced at 8-byte interval, beginning at 0003H for External Interrupt
0, 000BH for Timer 0, 0013H for External Interrupt 1 and 001BH for Timer 1.
I/O Ports
Each port has SFR (Special Function Registers P0 through P3) which works like a latch,
an output driver and an input buffer
Both output driver and input buffer of Port 0 and output driver of Port 2 are used for
accessing external memory
Accessing external memory works like this
Port 0 outputs the low byte of external memory address (which is time-
multiplexed with the byte being written or read)
Port 2 outputs the high byte (only needed when the address is 16 bits wide)
The alternate functions are activated with the 1 written in the corresponding bit in the
port SFR
Timers
The 8051 comes equipped with two timers, both of which may be controlled, set, read,
and configured individually. The 8051 timers have three general functions: 1) Keeping time
and/or calculating the amount of time between events, 2) Counting the events themselves, or 3)
Generating baud rates for the serial port.
one of the primary uses of timers is to measure time. We will discuss this use of timers
first and will subsequently discuss the use of timers to count events. When a timer is used to
measure time it is also called an "interval timer" since it is measuring the time of the interval
between two events.
Timer SFR
8051 has two timers which each function essentially the same way. One timer is TIMER0
and the other is TIMER1. The two timers share two SFRs (TMOD and TCON) which control the
timers, and each timer also has two SFRs dedicated solely to itself (TH0/TL0 and TH1/TL1).
Timer mode "0" is a 13-bit timer. This is a relic that was kept around in the 8051 to
maintain compatability with its predecesor, the 8048. Generally the 13-bit timer mode is not used
in new development.
When the timer is in 13-bit mode, TLx will count from 0 to 31. When TLx is incremented
from 31, it will "reset" to 0 and increment THx. Thus, effectively, only 13 bits of the two timer
bytes are being used: bits 0-4 of TLx and bits 0-7 of THx. This also means, in essence, the timer
can only contain 8192 values. If you set a 13-bit timer to 0, it will overflow back to zero 8192
machine cycles later.
Again, there is very little reason to use this mode and it is only mentioned so you wont be
surprised if you ever end up analyzing archaeic code which has been passed down through the
generations (a generation in a programming shop is often on the order of about 3 or 4 months).
16-bit Time Mode (mode 1)
Timer mode "1" is a 16-bit timer. This is a very commonly used mode. It functions just
like 13-bit mode except that all 16 bits are used.
TLx is incremented from 0 to 255. When TLx is incremented from 255, it resets to 0 and
causes THx to be incremented by 1. Since this is a full 16-bit timer, the timer may contain up to
65536 distinct values. If you set a 16-bit timer to 0, it will overflow back to 0 after 65,536
machine cycles.
Timer mode "2" is an 8-bit auto-reload mode. What is that, you may ask? Simple. When
a timer is in mode 2, THx holds the "reload value" and TLx is the timer itself. Thus, TLx starts
counting up. When TLx reaches 255 and is subsequently incremented, instead of resetting to 0
(as in the case of modes 0 and 1), it will be reset to the value stored in THx.
Timer mode "3" is a split-timer mode. When Timer 0 is placed in mode 3, it essentially
becomes two separate 8-bit timers. That is to say, Timer 0 is TL0 and Timer 1 is TH0. Both
timers count from 0 to 255 and overflow back to 0. All the bits that are related to Timer 1 will
now be tied to TH0.
While Timer 0 is in split mode, the real Timer 1 (i.e. TH1 and TL1) can be put into
modes 0, 1 or 2 normally--however, you may not start or stop the real timer 1 since the bits that
do that are now linked to TH0. The real timer 1, in this case, will be incremented every machine
cycle no matter what.
We've discussed how a timer can be used for the obvious purpose of keeping track of
time. However, the 8051 also allows us to use the timers to count events.
How can this be useful? Let's say you had a sensor placed across a road that would send a
pulse every time a car passed over it. This could be used to determine the volume of traffic on
the road. We could attach this sensor to one of the 8051's I/O lines and constantly monitor it,
detecting when it pulsed high and then incrementing our counter when it went back to a low
state. This is not terribly difficult, but requires some code. Let's say we hooked the sensor to
P1.0; the code to count cars passing would look something like this:
JNB P1.0,$ ;If a car hasn't raised the signal, keep waiting
JB P1.0,$ ;The line is high which means the car is on the sensor right now
Serial Communication
Some of the external I/0 devices receive only the serial data.Normally serial
communication is used in the Multi Processor environment.8051 has two pins for serial
communication.
Arithmetic Instructions
Logical Instructions
Data Transfer Instructions that access the Internal Data Memory
Look up Tables
Boolean Instructions
Jump Instructions
The key board here we are interfacing is a matrix keyboard. This key board is designed
with a particular rows and columns. These rows and columns are connected to the
microcontroller through its ports of the micro controller 8051. We normally use 8*8 matrix key
board. So only two ports of 8051 can be easily connected to the rows and columns of the key
board.
When ever a key is pressed, a row and a column gets shorted through that pressed key and
all the other keys are left open. When a key is pressed only a bit in the port goes high. Which
indicates microcontroller that the key is pressed. By this high on the bit key in the corresponding
column is identified.
Once we are sure that one of key in the key board is pressed next our aim is to identify that
key. To do this we firstly check for particular row and then we check the corresponding column
the key board.
To check the row of the pressed key in the keyboard, one of the row is made high by
making one of bit in the output port of 8051 high . This is done until the row is found out. Once
we get the row next out job is to find out the column of the pressed key. The column is detected
by contents in the input ports with the help of a counter. The content of the input port is rotated
with carry until the carry bit is set.
The contents of the counter is then compared and displayed in the display. This display is
designed using a seven segment display and a BCD to seven segment decoder IC 7447.
The BCD equivalent number of counter is sent through output part of 8051 displays the
number of pressed key.
after identifying the row to check the colomn following steps are followed
colscan: mov r5,#00h
in: rrc a ;rotate right with carry until get the carry
jc out ;jump on getting carry
inc r3 ;increment one count
jmp in
out: mov a,r3
da a ;decimal adjust the contents of counter
before display
mov p2,a
jmp start ;repeat for check next key.
ONEEQU 0F9H
TWOEQU 0A4H
FOUREQU 99H
FIVEEQU 92H
IXEQU 82H
SEVENEQU 0F8H
EIGHTEQU 80H
NINEEQU 90H
ORG 00H
MOVP2,#00H
LOOP:
MOV P2,#ZERO
CALL DELAYS
MOV P2,#ONE
CALL DELAYS
MOV P2,#TWO
CALL DELAYS
MOV P2,#THREE
CALL DELAYS
MOV P2,#FOUR
CALL DELAYS
MOV P2,#FIVE
CALL DELAYS
MOV P2,#SIX
CALL DELAYS
MOV P2,#SEVEN
CALL DELAYS
MOV P2,#EIGHT
CALL DELAYS
MOV P2,#NINE
CALL DELAYS
MOV P2,#DOT
CALL DELAYS
AJMP LOOP
MOV R5,#10
D1:
CALL DELAY
DJNZ R5,D1
RET
MOV R7,#200D2:
MOV R6,#100
D3:
NOP
NOP
NOP
DJNZ R6,D3
DJNZ R7,D2
RET
END
Step motor is the easiest to control. It's handling simplicity is really hard to deny - all
there is to do is to bring the sequence of rectangle impulses to one input of step controller and
direction information to another input. Direction information is very simple and comes down to
"left" for logical one on that pin and "right" for logical zero. Motor control is also very simple -
every impulse makes the motor operating for one step and if there is no impulse the motor won't
start. Pause between impulses can be shorter or longer and it defines revolution rate. This rate
cannot be infinite because the motor won't be able to "catch up" with all the impulses
(documentation on specific motor should contain such information). The picture below
represents the scheme for connecting the step motor to microcontroller and appropriate program
code follows.
Step angle
It is angle through which motor shaft rotates in one step. step angle is different for
different motor . selection of motor according to step angle depends on the application , simply if
you require small increments in rottion choose motor having smaller step angle.
No of steps require to rotate one complete rotation = 360 deg. / step angle in deg.
INTERFACING TO 8051.
To cause the stepper to rotate, we have to send a pulse to each coil in turn. The 8051 does
not have sufficient drive capability on its output to drive each coil, so there are a number of ways
to drive a stepper,
Driving current for each coil is then needed about 60mA at +5V supply. A Darlington
transistor array,
ULN2003 is used to
increase driving
capacity of the 2051
chip. Four 4.7k resistors help
the 2051 to provide more
sourcing current from
the +5V supply.
Table 5.1
CODE EXAMPLE
To move motor in forward direction continuously
MBLY C (SPJ
LANGUAGE LANGUAGE )
void main ()
mov a,#66h ;Load step
sequence {
TMOD =
0x20 ;
GAIN TCON =
mov p2,a ;issue sequence to
motor 0x40 ;
ra ;rotate step sequence right clockwise=Next TH1 =
sequence 0xf9 ; TL1
call DELAY ;~ 20 msec.
= 0xf9 ;
For
For
war
d
D0 D0 Coil energized
0 0 AB
0 1 BC
1 0 CD
1 1 DA
CODE:
// controlling a stepper motor
#include <stdio.h> //
#include <reg420.h> //
#include <ctype.h> //
#include "serial.h"
void main()
{
char o;
int i;
InitSerialHardware();
do{
o = getchar();
if(isspace(o)) continue;
o = toupper(o);
if(o == 'S')
{
puts(" Stop");
P1 = 0;
}
if (o == 'L')
{
puts(" Left");
{
TMOD = 0x20;
TCON = 0x40;
TH1 = 0xF9;
TL1 = 0xF9;
PCON = 0x80;
SCON0 = 0x50;
}
}
if (o == 'R')
{
puts(" Right");
{
SCON0 = 0x50;
PCON = 0x80;
TL1 = 0xF9;
TH1 = 0xF9;
TCON = 0x40;
TMOD = 0x20;
}
}else continue;
{
printf("a"); // transmit a along with CR & LF.
}
}
Servo Motor
Servos are DC motors with built in gearing and feedback control loop circuitry. And no
motor drivers required. They are extremely popular with robot, RC plane, and RC boat
builders. Most servo motors can rotate about 90 to 180 degrees. Some rotate through a full
360degreesormore.
However, servos are unable to continually rotate, meaning they can't be used for driving
wheels, unless they are modified (how to modify), but their precision positioning makes
them ideal for robot legs and arms, rack and pinion steering, and sensor scanners to name a
few. Since servos are fully self contained, the velocity and angle control loops are very easy
to impliment, while prices remain very affordable. To use a servo, simply connect the black
wire to ground, the red to a 4.8-6V source, and the yellow/white wire to a signal generator
(such as from your microcontroller). Vary the square wave pulse width from 1-2 ms and
yourservoisnowposition/velocitycontrolled.
Pulse width modulation (PWM) is a powerful technique for controlling analog circuits
with a processor's digital outputs. PWM is employed in a wide variety of applications,
ranging from measurement and communications to power control and conversion. The
general concept is to simply send an ordinary logic square wave to your servo at a specific
wave length, and your servo goes to a particular angle (or velocity if your servo is
modified).Thewavelengthdirectlymapstoservoangle.
PWM
Pulse width modulation (PWM) is a powerful technique for controlling analog circuits
with a processor's digital outputs. PWM is employed in a wide variety of applications,
ranging from measurement and communications to power control and conversion. The
general concept is to simply send an ordinary logic square wave to your servo at a specific
wave length, and your servo goes to a particular angle (or velocity if your servo is
modified). The wavelength directly maps to servo angle.
The PCA is a special modules in Philips P89V51RD2 which includes a special 16-bit
Timer that has five 16-bit capture/compare modules associated with it. Each of the modules
can be programmed to operate in one of four modes: rising and/or falling edge capture,
software timer, high-speed output, or pulse width modulator. Each module has a pin
associated with it in port 1.
Module 0 is connected to P1.3 (CEX0), module 1 to P1.4 (CEX1), etc. Registers CH and
CL contain current value of the free running up counting 16-bit PCA timer. The PCA timer
is a common time base for all five modules and can be programmed to run at: 1/6 the
oscillator frequency, 1/2 the oscillator frequency, the Timer 0 overflow, or the input on the
ECI pin (P1.2). The timer count source is determined from the CPS1 and CPS0 bits in the
CMOD SFR.
In the CMOD SFR there are three additional bits associated with the PCA. They are CIDL
which allows the PCA to stop during idle mode, WDTE which enables or disables the
Watchdog function on module 4, and ECF which when set causes an interrupt and the PCA
overflow flag CF (in the CCON SFR) to be set when the PCA timer overflows. The
Watchdog timer function is implemented in module 4 of PCA. Here, we are interested only
PWM mode.
8051 Pulse width modulator mode
All of the PCA modules can be used as PWM outputs. Output frequency depends on the
source for the PCA timer. All of the modules will have the same frequency of output
because they all share one and only PCA timer. The duty cycle of each module is
independently variable using the module's capture register CCAPnL.When the value of the
PCA CL SFR is less than the value in the module's CCAPnL SFR the output will be low,
when it is equal to or greater than the output will be high. When CL overflows from FF to
00, CCAPnL is reloaded with the value in CCAPnH. this allows updating the PWM without
glitches. The PWM and ECOM bits in the module's CCAPMn register must be set to enable
the PWM mode. For more details see P89V51RD2 datasheet.
This is an example how to control servos with 8051 by using PWM. The schematic is
shown below. I use P1.4 (CEX1) to control the left servo and P1.2 (CEX2) to control the
right servo. Here, I use GWS servo motor model S03T STD. I need three states of duty
cycle:
Calculation for duty cycle (for XTAL 18.432 MHz with 6 Clock/Machine cycle)
Program
Filename : pwm_servos.h
* Hardware : Controller -> P89V51RD2
* XTAL -> 18.432 MHz
* Mode -> 6 Clock/MC
* I/O : P1.4 -> Left (PWM-CEX1)
* P1.5 -> Right (PWM-CEX2)
* Compiler : SDCC
void ServoL_forward()
{
CCAP1H = 230;
}
void ServoL_stop()
{
CCAP1H = 0;
}
void ServoR_forward()
{
CCAP2H = 243;
}
void ServoR_stop()
{
CCAP2H = 0;
}
/*
Initial PWM Period = 20mS (18.432MHz /6-Cycle Mode)
Initial PCA Count From Timer0 Overflow
1 Cycle of Timer0 = (1/18.432MHz)x6 = 0.326uS
Timer0 AutoReload = 240 Cycle = 78.125uS
1 Cycle PCA = [(1/18.432MHz)x6]x240 = 78.125uS
Period 20mS of PCA = 20ms/78.125us = 256(CL Reload)
CL(20mS) = 256 Cycle Auto Reload
Load CCAPxH(1.0mS) = 256-13 = 243 (243,244,...,255 = 13 Cycle)
Load CCAPxH(2.0mS) = 255-26 = 230 (230,231,...,255 = 26 Cycle)
*/
CMOD=0x04;
CCAPM1=0x42;
CCAPM2=0x42;
CCAP1H=0x00;
CCAP2H=0x00;
CCON=0x40;
}
test.c
#include <p89v51rd2.h>
#include "pwm_servos.h"
void PowerOn()
{
unsigned char inner, outer;
IE = 0x00;
P1 = 0xFF; /* Motor STOP */
for (outer = 0x00; outer < 0x10; outer++) { /* Delay for a while */
for (inner = 0x00; inner < 0xFF; inner++);
}
Servos_init();
void main()
{
PowerOn();
ServoR_forward();
ServoL_back();
while (1);
}
Washing Machine Control
Many washing m/c shell in the market has mechanical controlled sequence for activated the
timer and the sequence back and forth for their motor; washing motor or spinning motor.
Spinning motor control only has one direction only, and its simple could be changed to the
discrete mechanical timer which sell on the market. But washing motor control has 2 direction
for this purpose, it means to squeeze the clothes, it must go to forward and then reversed. The
sequence is like this :
SCHEMATIC
Timing sequence like the above description, can be implemented with many way, by using
discrete electronic components, timer, using a program or a microcontroller or microprocessor,
etc. Because I am learning the PIC microcontroller for right now, I will implement this function
using this microcontroller, but for you who familiar with another kind of microcontroller my
adapted it to your purpose. By using PIC micro, it can be made more compact. First I plan to
make 2 buttons, 1 for set the timer and another for reset the timer or for the emergency stop push
button. Then to know the timer works or not, I need a visual display. For this purpose I will use
7-segmen display showing the rest of the timer. To run the motor sequence of course I need a
pair of relays (power relays, about 3 Amperes output), one for forward and another for reverse
option. I will use the very common family of PIC micro, ie : 16F84A, because this is the most
popular type and very simples used and very much used. Also can be obtained easily in the
market. But this is the medium type of PIC micro family. It has 1kByte of memory (EEPROM
type) and 13 I/O pins. It can be reprogrammable thousands times. Because the I/O just only 13
pins, I used a BCD to 7-segmen chip. So it will left a few I/O pins for expanded in the future.
You can omitted this chip for timing sequence purpose and save one IC price, because the I/O
just exactly enough.
I/O port A-0 = SET push button
I/O port A-1 = RST push button
I/O port A-2 = Reserved
I/O port A-3 = Reserved
I/O port A-4 = Reserved
I/O port B-0 = Forward Relay (Run motor forward)
I/O port B-1 = Reverse Relay (Run motor reverse)
I/O port B-2 = Activated unit 7-segmen (multiplexed)
I/O port B-3 = Activated ten 7-segmen (multiplexed)
I/O port B-4 = BCD data A (for 7-segmen)
I/O port B-5 = BCD data B (for 7-segmen)
I/O port B-6 = BCD data C (for 7-segmen)
I/O port B-7 = BCD data D (for 7-segmen)
The I/O can be configured as input pin or output pin bit-ly. It is up to you to choose the I/O
pin number goes to what function, but it infect the program firmware of course. Once you
choose, then it is just like that, except you also change both, the program and the hardware.
The direction of rotation can be controlled When switchS1 is in position A, coil L1 of the motor
receives the current directly, whereas coil L2 receives the current with a phase shiftdue to
capacitor C. So the rotor rotates in clockwise direction (see Fig. 2(a)). Whenswitch S1 is in
position B, the reverse happens and the rotor rotates in anti-clockwisedirection Thus switch
S1 can change the rotation direction.The motor cannot be reversed instantly. It needs abrief
pause between switching directions, or else it mayget damaged. For this purpose, another spin
direction control timer (IC2) is employed. It is realised with an IC 555. This timer gives an
alternate „on‟ and „off‟ time duration of 10 seconds and 3 seconds, respectively.So after every l0
seconds of running (either in clockwise or anticlockwisedirection), the motor stops for a brief
duration of 3 seconds. The values of R3 and R4 are calculated accordingly.The master timer is
realised with monostable IC555 (IC1) and its „on‟ time is decided by the resistance of 1-mega-
ohm potmeterVR. A 47-kilo-ohm resistor is added in series so thateven when the VR knob is
in zero resistance position ,the net series resistanceis not zero.