PROGRAM MEMORY Up to 4 Kbytes of the program memory can reside on-chip (except 80C31BH) In
addition the device can address up to 64K of program memory external to the chip
DATA MEMORY This microcontroller has a 128 x 8 on-chip RAM In addition it can address up to 64 Kbytes of
external data memory
The Intel 87C51 80C51BH 80C31BH is a single-chip control-oriented microcontroller which is fabricated on
Intel’s reliable CHMOS III-E technology Being a member of the MCS 51 controller family the
87C51 80C51BH 80C31BH uses the same powerful instruction set has the same architecture and is pin-for-
pin compatible with the existing MCS 51 controller family of products
The 80C51BHP is identical to the 80C51BH When ordering the 80C51BHP customers must submit the 64
byte encryption table together with the ROM code Lock bit 1 will be set to enable the internal ROM code
protection and at the same time allows code verification
The extremely low operating power along with the two reduced power modes Idle and Power Down make
this part very suitable for low power applications The Idle mode freezes the CPU while allowing the RAM
timer counters serial port and interrupt system to continue functioning The Power Down mode saves the
RAM contents but freezes the oscillator causing all other chip functions to be inoperative
For the remainder of this document the 87C51 80C51BH and 80C31BH will be referred to as the 87C51 BH
unless information applies to a specific device
Other brands and names are the property of their respective owners
Information in this document is provided in connection with Intel products Intel assumes no liability whatsoever including infringement of any patent or
copyright for sale and use of Intel products except as provided in Intel’s Terms and Conditions of Sale for such products Intel retains the right to make
changes to these specifications at any time without notice Microcomputer Products may have minor variations to this specification known as errata
COPYRIGHT
INTEL CORPORATION 1995
October 1995
Order Number 272335-003
87C51 80C51BH 80C31BH
Table 1 Proliferation Options
Standard
80C31BH
80C51BH
80C51BHP
87C51
NOTES
35
-1 3 5
-2 0 5
-24 3 5
MHz
MHz
MHz
MHz
to
to
to
to
12
16
12
24
MHz
MHz
MHz
MHz
V
CC
V
CC
V
CC
V
CC
e
e
e
e
-1
X
X
X
X
-2
X
X
X
X
-24
X
X
X
X
X
X
X
X
5V
5V
5V
5V
g
20%
g
20%
g
20%
g
20%
272335 –1
Figure 1 87C51 BH Block Diagram
2
87C51 80C51BH 80C31BH
PROCESS INFORMATION
The 87C51 BH is manufactured on the CHMOS III-E
process Additional process and reliability informa-
tion is available in Intel’s
Components Quality and
Reliability Handbook
Order No 210997
PACKAGES
Part
87C51 BH
Prefix
P
D
N
S
Package Type
40-Pin Plastic
DIP (OTP)
40-Pin CERDIP
(EPROM)
44-Pin PLCC (OTP)
44-Pin QFP (OTP)
272335 –3
272335 –2
PLCC
DIP
272335 – 4
Do not connect reserved pins
QFP
Figure 2 Pin Connections
3
87C51 80C51BH 80C31BH
Port 2 also receives some control signals and the
high-order address bits during EPROM programming
and program verification
Port 3
Port 3 is an 8-bit bidirectional I O port with
internal pullups The Port 3 output buffers can drive
LS TTL inputs Port 3 pins that have 1’s written to
them are pulled high by the internal pullups and in
that state can be used as inputs As inputs Port 3
pins that are externally pulled low will source current
(I
IL
on the data sheet) because of the pullups
Port 3 also serves the functions of various special
features of the MCS-51 Family as listed below
Pin
P3 0
P3 1
P3 2
P3 3
P3 4
P3 5
P3 6
P3 7
Name
RXD
TXD
INT0
INT1
T0
T1
WR
RD
Alternate Function
Serial input line
Serial output line
External Interrupt 0
External Interrupt 1
Timer 0 external input
Timer 1 external input
External Data Memory Write strobe
External Data Memory Read strobe
PIN DESCRIPTION
V
CC
Supply voltage during normal Idle and Power
Down operations
V
SS
Circuit ground
Port 0
Port 0 is an 8-bit open drain bidirectional I O
port As an output port each pin can sink several LS
TTL inputs Port 0 pins that have 1’s written to them
float and in that state can be used as high-imped-
ance inputs
Port 0 is also the multiplexed low-order address and
data bus during accesses to external memory In this
application it uses strong internal pullups when emit-
ting 1’s
Port 0 also receives the code bytes during EPROM
programming and outputs the code bytes during
program verification External pullups are required
during program verification
Port 1
Port 1 is an 8-bit bidirectional I O port with
internal pullups The Port 1 output buffers can drive
LS TTL inputs Port 1 pins that have 1’s written to
them are pulled high by the internal pullups and in
that state can be used as inputs As inputs Port 1
pins that are externally pulled low will source current
(I
IL
on the data sheet) because of the internal pull-
ups
Port 1 also receives the low-order address bytes
during EPROM programming and program verifica-
tion
Port 2
Port 2 is an 8-bit bidirectional I O port with
internal pullups Port 2 pins that have 1’s written to
them are pulled high by the internal pullups and in
that state can be used as inputs As inputs Port 2
pins that are externally pulled low will source current
(I
IL
on the data sheet) because of the internal pull-
ups
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
address (MOVX DPTR) In this application it uses
strong internal pullups when emitting 1’s
During accesses to external Data Memory that use
8-bit addresses (MOVX Ri) Port 2 emits the con-
tents of the P2 Special Function Register
Port 3 also receives some control signals for
EPROM programming and program verification
RST
Reset input A high on this pin for two machine
cycles while the oscillator is running resets the de-
vice The port pins will be driven to their reset condi-
tion when a minimum V
IH1
voltage is applied wheth-
er the oscillator is running or not An internal pull-
down resistor permits a power-on reset with only a
capacitor connected to V
CC
ALE PROG
Address Latch Enable output signal for
latching the low byte of the address during accesses
to external memory This pin is also the program
pulse input (PROG) during EPROM programming for
the 87C51
If desired ALE operation can be disabled by setting
bit 0 of SFR location 8EH With this bit set the pin is
weakly pulled high However the ALE disable fea-
ture will be suspended during a MOVX or MOVC in-
struction idle mode power down mode and ICE
mode The ALE disable feature will be terminated by
reset When the ALE disable feature is suspended or
terminated the ALE pin will no longer be pulled up
weakly Setting the ALE-disable bit has no effect if
the microcontroller is in external execution mode
4
87C51 80C51BH 80C31BH
In normal operation ALE is emitted at a constant
rate of 1 6 the oscillator frequency and may be
used for external timing or clocking purposes Note
however that one ALE pulse is skipped during each
access to external Data Memory
PSEN
Program Store Enable is the Read strobe to
External Program Memory When the 87C51 BH is
executing from Internal Program Memory PSEN is
inactive (high) When the device is executing code
from External Program Memory PSEN is activated
twice each machine cycle except that two PSEN
activations are skipped during each access to Exter-
nal Data Memory
EA V
PP
External Access enable EA must be
strapped to V
SS
in order to enable the 87C51 BH to
fetch code from External Program Memory locations
starting at 0000H up to FFFFH Note however that
if either of the Lock Bits is programmed the logic
level at EA is internally latched during reset
EA must be strapped to V
CC
for internal program
execution
This pin also receives the programming supply volt-
age (V
PP
) during EPROM programming
XTAL1
Input to the inverting oscillator amplifier
XTAL2
Output from the inverting oscillator amplifi-
er
OSCILLATOR CHARACTERISTICS
XTAL1 and XTAL2 are the input and output respec-
tively of an inverting amplifier which can be config-
ured for use as an on-chip oscillator as shown in
Figure 3
To drive the device from an external clock source
XTAL1 should be driven while XTAL2 is left uncon-
nected as shown in Figure 4 There are no require-
ments 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 high and low times specified on the data
sheet must be observed
An external oscillator may encounter as much as a
100 pF load at XTAL1 when it starts up This is due
to interaction between the amplifier and its feedback
The data reading and writing on the Local Bus are divided into synchronous mode and asynchronous mode. In the synchronous mode, an external clock signal is required for the receiving end and the sendi...
Live Topic: Explore the High-Tech of Network Cameras with Infineon
Live broadcast time: December 28, 2021 (Tuesday) 10:00-11:30 am
brief introduction:
Security monitoring based on video processing has...
[i=s]This post was last edited by Baboerben on 2020-1-10 23:14[/i]TI MSP430 series microcontroller, the baud rate value of the usart module is determined by the following three registers: UxBR0, UxBR1...
Related hardware schematics: c program: //Kind tips: /*The program has not been debugged yet. The actual circuit board will flicker when adjusting the time. I don't know why. Please explain. ...[Details]
Introduction: I often see beginners asking to use _at_. This is a fallacy, treating C as ASM. In C, variable location is the compiler's job. As long as beginners define the variable and its scope, th...[Details]
In order to further standardize the construction, operation and management of electric vehicle charging facilities in our city and promote the healthy and sound development of the industry, our bur...[Details]
They all call me "Robot Master." I grab a flat package, hold its barcode under a red laser dot to scan it, and then place it on a small orange robot. I press a button on the left side and then releas...[Details]
An international research team composed of members from the Max-Planck Institute for Microstructural Physics in Halle (Saale), Germany, the University of Cambridge in the United Kingdom, and the Univ...[Details]
High-power, high-brightness power LED is a green and environmentally friendly light source with high efficiency, energy saving and long luminous life. It is driven by adjusting the current flowing...[Details]
The future energy storage hotspot is not coal or iron ore, but lithium. This lightest metal in nature may be the heaviest resource in the future energy landscape. China launched an ambitious electr...[Details]
According to a report released by Strategy Analytics, the global smartphone image sensor market total revenue in the first half of 2021 was US$7 billion. The report said that the smartphone image s...[Details]
As the growth of TV backlight sources has slowed down, and the huge lighting market has not yet been fully opened due to cost issues and consumer awareness issues,
the LED
industry is fac...[Details]
When we use computers, we often encounter various faults. In fact, many faults are related to the power supply. Power failure does not only mean that the computer cannot start. Power failure may also...[Details]
16-bit analog-to-digital conversion solution based on LTC2259-16
Linear's LTC2259-16 is a 16-bit A/D converter designed for digitizing high frequency, wide dynamic range signals. It ha...[Details]
Today, TCL Huaxing announced that after two years of overcoming several technical difficulties, it has finally compressed the bottom bezel of the LCD module to the world's smallest 2.4mm (from the di...[Details]
1 Introduction With the development of science and technology, experimental measurements under extreme conditions have become an important means to further understand nature. These experiments often...[Details]
The cross-compilation process is the same as the previous one, but some modifications need to be made during configuration.
1. Install zlib
Compile zlib with the cross-compilation tool an...[Details]