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
[b]【EEWORLD 57th】2013 December Community Stars Announced! [/b][color=#000][font=Helvetica, Arial, sans-serif] Thank you for your attention and support to the forum. Here we have selected the netizens ...
Helixun: Wireless module (strongest networking capability and most complete functions) Helixun wireless module, with 8-bit mainstream Silicon Laboratory8051 and Freescale single-chip microcomputer as ...
[i=s]This post was last edited by qwqwqw2088 on 2021-6-21 08:24[/i]Fast charging has become a major battlefield for major mobile phone manufacturers to compete. As the iPhone 12 no longer comes with a...
const long g_lTouchParameters[NUM_TOUCH_PARAM_SETS][NUM_TOUCH_PARAMS] ={ // // Touchscreen calibration parameters for use when no LCD-controlling // daughter board is attached. // {#ifdef PORTRAIT 480...
[i=s]This post was last edited by dontium on 2015-1-23 11:09[/i] 2 16-bit DAs, 1 24-bit AD; But this power supply always breaks down; A friend named Rong'er bought their electronic load, and it broke ...
From being a global leader to losing the market, Korean battery manufacturers have always wanted to regain the lost market and dignity, but facing Chinese battery manufacturers represented by CAT...[Details]
While
the solid-state battery
industry is still engaged in a long technological marathon for
the "ultimate solution" for
electric vehicles
, some companies have begun looking for mor...[Details]
Nios II is a configurable 16-/32-bit RISC processor. Combined with a rich set of peripheral-specific instructions and hardware acceleration units, it provides a highly flexible and powerful SOPC sy...[Details]
As more and more consumers purchase new energy vehicles, the safety of electric vehicles has become a major concern. This has been particularly prominent following a series of electric vehicle fire...[Details]
The jammer is a signal blocker, mainly composed of a chip and a radio transmitter. When the car owner presses the remote control lock button, the jammer interferes with the electronic lock receivin...[Details]
As the main model among new energy vehicles, pure electric vehicles have received strong support and encouragement from the country in recent years, and their development is changing with each pass...[Details]
Limited vocabulary recognition
According to the number of characters, words or short sentences in the vocabulary, it can be roughly divided into: less than 100 is small vocabulary; 100-1000 is...[Details]
In the summer of 2025, BlueOval SK, a joint venture between Ford and SK On, officially started production at its first battery factory in Kentucky.
According to the original plan, this w...[Details]
On August 22, the National Energy Administration released the latest data, showing that by the end of July 2025, China's total number of electric vehicle charging infrastructure will reach 16.696 m...[Details]
The practice of warming up a car originated with gasoline-powered vehicles. Warming up the engine allows it to enter a better working state and ensures good lubrication. This has become a habit for...[Details]
Teletrac Navman has launched the Multi IQ dashcam, a cloud-based solution designed for large commercial vehicle operators. It connects up to five cameras to cover the vehicle's interior, sides, and...[Details]
As the range of electric vehicles continues to increase, driving electric vehicles for long-distance travel has become a trend. For high-speed travel, how much impact will high-speed driving of ele...[Details]
With the gradual popularization of new energy vehicles in recent years, more and more people have been able to access and purchase electric vehicles. The structure of electric vehicles is composed ...[Details]
Nascent Micro is launching devices covering a wide range of power applications, including gallium nitride (GaN) drivers, dual-channel automotive drivers, and battery protection MOSFETs.
...[Details]
On August 18th, China's largest expressway
charging station,
the G25 Changshen Expressway Tonglu Service Area (South Area), officially opened and launched its integrated solar-storage-charg...[Details]