The AT89C51 is a low-power, high-performance CMOS 8-bit microcomputer with 4K
bytes of Flash P rogrammable a nd Erasable R ead Only Memo ry (PEROM). The
device is manufactured using Atmel’s high density nonvolatile memory technology
and is compatible with the industry standard MCS-51™ instruction set and pinout. The
on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. By combi ning a versati le 8-bit CPU with
Flash on a monolithic chip, the Atme l AT89C51 is a pow erful micro computer whic h
provides a highly flex ible and co st effe ctive solu tion to many embedd ed con trol app lications.
The AT89C51 provides th e foll owing stan dard features : 4K
bytes of Flash, 128 bytes of RAM, 32 I/O lines, two 16-bi t
timer/counters, a five vector two-level interrupt architecture,
a full duplex serial port, on-chip oscillator and clock circuitry. In addition, the AT89C51 is designed with static logic
for operation down to zero frequency and supports two
software selectable power saving modes. The Idle Mode
stops the CPU while allowing the RAM, timer/counters,
serial port and interrupt system to continue functioning. The
Power Down Mode saves the RAM contents b ut freezes
the oscillator disabling all other chip functions until the next
hardware reset.
Pin Description
V
CC
Supply voltage.
GND
Ground.
Port 0
Port 0 is an 8-bit open drain bidirectional I/O port. As an
output port each pin can sink eight TTL inputs. When 1s
are written to port 0 pins, the pins can be used as highimpedance inputs.
Port 0 may also be configured to be the multiplexed loworder address/data bus during accesses to ex ternal program and data memory . In this m ode P0 ha s int ernal pullups.
Port 0 also rece ives th e code by tes dur ing Fla sh prog ramming, and outputs the code bytes during program verification. External pu llups are requ ired dur ing pro gram ver ification.
Port 1
Port 1 is an 8-bit bidire ction al I/O por t w ith inter nal pullu ps.
The Port 1 output buffers can sink/source four TTL inputs.
When 1s are written to Port 1 pins they are pulled high by
the internal pullups and can be used as inputs. As inputs ,
Port 1 pins that are externally being pulled low will source
current (I
Port 1 also receives the low-order address bytes during
Flash programming and verification.
Port 2
Port 2 is an 8-bit bidire ction al I/O por t w ith inter nal pullu ps.
The Port 2 output buffers can sink/source four TTL inputs.
When 1s are written to Port 2 pins they are pulled high by
the internal pullups and can be used as inputs. As inputs ,
Port 2 pins that are externally being pulled low will source
current (I
Port 2 emits the high-order address byte during fetches
from external program memory and during accesses to
external data memory that use 16-bit addre sses ( MOVX @
DPTR). In this ap plication it uses strong internal pull ups
) because of the internal pullups.
IL
) because of the internal pullups.
IL
when emitting 1s. During accesses to external data memory that use 8-bit addresses (MOVX @ RI), Port 2 emits the
contents of the P2 Special Function Register.
Port 2 also receives the high-order address bits and some
control signals during Flash programming and verification.
Port 3
Port 3 is an 8-bit bidirectional I/O port with interna l pullups.
The Port 3 output buffers can sink/source four TTL inputs.
When 1s are written to Port 3 pins they are pulled high by
the internal pullups and can be used as inputs. As inputs,
Port 3 pins that are externally being pulled low will source
current (I
) because of the pullups.
IL
Port 3 also serv es t he fun ctions of v arious spe cial f eatures
of the AT89C51 as listed below:
Port 3 also receives some control signals for Flash programming and verification.
RST
Reset input. A high on this pin for two machine cycles while
the oscillator is running resets the device.
ALE/PROG
Address Latch Enable output pulse for latching the low byte
of the address during accesses to external memory. This
pin is also the program pulse input (PROG
) during Flash
programming.
In normal operation ALE is emitted at a constant rate of 1/6
the oscillator fr equen cy, and ma y be us ed for ext ernal timing or clocking purposes. Note, however, that one ALE
pulse is skipped during each access to external Data Memory.
If desired, ALE operation can be disabled by setting bit 0 of
SFR location 8 EH. With the bit se t, ALE is activ e only du ring a MOVX or MOVC instruction. Otherwise, the pin is
weakly pulled high. Setting the ALE-disable bit has no
effect if the microcontroller is in external execution mode.
PSEN
Program Store Enable is the read strobe to external program memory.
4-31
When the AT89C51 is executing code from external program memory, PSEN
cycle, except that two PSEN
is activated twice each machine
activations are skipped during
each access to external data memory.
/V
EA
PP
External Access Enable. EA must be strapped to GND in
order to enable the device to fetch code from external program memory locations starting at 0000H up to FFFFH.
Note, however, that if lock bit 1 is programmed, EA
will be
internally latched on reset.
should be strapped to VCC for internal program execu-
EA
tions.
This pin also receives the 12-volt programming enable voltage (V
12-volt V
) during Flash programming, for parts that require
PP
.
PP
XTAL1
Input to the inverting os cillator ampl ifier and input to the
internal clock operating circuit.
XTAL2
Output from the inverting oscillator amplifier.
Oscillator Characteristics
XTAL1 and XTAL2 are the input and output, resp ectively,
of an inverting amplifier which can be configured for use as
an on-chip oscillator, as shown in Figure 1. Either a quartz
crystal or ceramic resonator may be used. To drive the
device from an external clock source, XTAL2 should be left
unconnected while XTAL1 is driven as shown in Figure 2.
There are no requirements on the duty cycle of the external
clock signal, since the input to the internal clocking circuitry
is through a divide-by-two flip-flop, but minimum and maximum voltage high and low time specifications must be
observed.
It should be noted that when idle is terminated by a hard
ware reset, the devic e normally res umes progr am execution, from where it le ft off, up to tw o machi ne c ycles before
the internal reset algorithm takes control. On-chip hardware
inhibits access to interna l RAM in this event, but access to
the port pins is not inhibited. To eliminate the possibility of
an unexpected write to a port pin when Idle is terminated by
reset, the instruction following the one that invokes Idle
should not be one th at writes to a p ort pin or to external
memory.
Figure 1.
Note:C1, C2 = 30 pF ± 10 pF for Cry s tals
Figure 2.
Oscillator Connections
C2
XTAL2
C1
XTAL1
GND
= 40 pF ± 10 pF for Ceramic Resonators
External Clock Drive Configuration
Idle Mode
In idle mode, the CPU puts itself to sleep while all the onchip peripherals remain active. The mode is invoked by
software. The content of the on-chip RAM and all the special functions registers remain unchanged during this
mode. The idle mode can be terminated by any en abled
interrupt or by a hardware reset.
Status of External Pins During Idle and Power Down Modes
ModeProgram MemoryALEPSENPORT0PORT1PORT2PORT3
IdleInternal11DataDataDataData
IdleExternal11FloatDataAddressData
Po w er Do wnInternal00DataDataDataData
Power DownExternal00FloatDataDataData
4-32
AT89C51
AT89C51
Power Down Mode
In the power down mode the oscillator is stopped, and the
instruction t hat invo kes po wer down is th e last instru ction
executed. The on-chip RAM and Special Function Registers retain their values until the power d own m ode is ter minated. The only exit fr om power do wn is a hard ware reset .
Reset redefines the SFRs but does not change the on-c hip
RAM. The reset should not be activated before V
restored to its normal operating level and must be held
active long enough to allow the oscillator to restart and stabilize.
CC
Program Memory Lock Bits
On the chip are three lock bits which can be left unprogrammed (U) or can be programmed (P) to obtain the additional features listed in the table below:
When lock bit 1 is programmed, the logic level at the EA
is sampled and latched during reset. I f the dev ice is po wered up without a reset, the latch initi alizes to a random
is
value, and holds that value until reset is activated. It is necessary that the latched value of EA
the current logic level at that pi n in order for the de vice to
function properly.
be in agreement with
Lock Bit Protection Modes
Program Lock BitsProtection Type
LB1LB2LB3
1UUUNo program lock features.
2PUUMOVC instructions executed from external program memory are disabled from fetching code
bytes from in ternal memory, EA
Flash is disabled.
3PPUSame as mode 2, also verify is disabled.
4PPPSame as mode 3, also external execution is disabled.
is sampled and la tched on reset, an d further progr amming of the
pin
Programming the Flash
The AT89C51 is normally shipped with the on-chip Flash
memory array in th e erased st ate (that i s, con tents = FFH)
and ready to be programmed. The programming interface
accepts either a high-voltage (12-volt) or a low-voltage
) program enable signal. The low voltage program-
(V
CC
ming mode provides a convenient way to program the
AT89C51 inside the user’s system, while the high-voltage
programming mode is compatible with conventional third
party Flash or EPROM programmers.
The AT89C51 is shipped with either the high-voltage or
low-voltage programming mode enabled. The respective
top-side marking and device signature codes are listed in
the following table.
VPP = 12VV
Top-Side MarkAT89C51
xxxx
yyww
Signature(030H)=1EH
(031H)=51H
(032H)=FFH
The AT89C51 code memo ry array is pr ogrammed byte- bybyte in eithe r progr amming mode.
To program any non blank byte in the on-chip Flash Mem or y , the ent ire memory
must be erased using the Chip Erase Mode.
= 5V
PP
AT8 9C51
xxxx-5
yyww
(030H)=1EH
(031H)=51H
(032H)=05H
Programming Algorithm:
Before programming the
AT89C51, the addres s, data and cont rol sig nals sho uld be
set up according to the Flash programming mode table and
Figures 3 and 4. To program the AT89C51, take the following steps.
1. Input the desired memory location on the address
lines.
2. Input the appropriate data byte on the data lines.
3. Activate the correct combination of control signals.
4. Raise EA
/VPP to 12V for the high-voltage programming
mode.
5. Pulse ALE/PROG
once to program a byte in the Flash
array or the lock bits. The byte-write cycle is self-timed
and typically takes no more tha n 1.5 ms. Repeat ste ps
1 through 5, changing the address and data for the
entire array or until the end of the object file is reached.
Polling:
Data
The AT89C51 features Data
Polling to indicate the end of a write cycle. During a write cycle, an
attempted read of the last byte written will result in the complement of the written datum on PO.7. Once the write cycle
has been completed, tr ue d ata a re va lid on all outputs, and
the next cycle may begin . Data
Polling may begi n any time
after a write cycle has been initiated.
Ready/Busy
be monitored by the RDY /B SY
:
The progress of byte programming can also
output signal. P3.4 is p ull ed
low after ALE goes high during programmin g to indic ate
BUSY. P3.4 is pull ed high again when programming is
done to indicate READY.
4-33
Loading...
+ 10 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.