P89CV51RD2FBC,557 NXP Semiconductors, P89CV51RD2FBC,557 Datasheet - Page 52

IC 80C51 MCU FLASH 64K 44-TQFP

P89CV51RD2FBC,557

Manufacturer Part Number
P89CV51RD2FBC,557
Description
IC 80C51 MCU FLASH 64K 44-TQFP
Manufacturer
NXP Semiconductors
Series
89Cr
Datasheet

Specifications of P89CV51RD2FBC,557

Core Processor
8051
Core Size
8-Bit
Speed
40MHz
Connectivity
EBI/EMI, SPI, UART/USART
Peripherals
POR, PWM, WDT
Number Of I /o
32
Program Memory Size
64KB (64K x 8)
Program Memory Type
FLASH
Ram Size
1K x 8
Voltage - Supply (vcc/vdd)
4.5 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
44-TQFP, 44-VQFP
Processor Series
P89CV5x
Core
80C51
Data Bus Width
8 bit
Data Ram Size
1 KB
Interface Type
SPI, UART
Maximum Clock Frequency
40 MHz
Number Of Programmable I/os
32
Number Of Timers
3
Operating Supply Voltage
4.5 V to 5.5 V
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
PK51, CA51, A51, ULINK2
Minimum Operating Temperature
- 40 C
Cpu Family
89C
Device Core
80C51
Device Core Size
8b
Frequency (max)
40MHz
Total Internal Ram Size
1KB
# I/os (max)
32
Number Of Timers - General Purpose
3
Operating Supply Voltage (typ)
5V
Operating Supply Voltage (max)
5.5V
Operating Supply Voltage (min)
4.5V
Instruction Set Architecture
CISC
Operating Temp Range
-40C to 85C
Operating Temperature Classification
Industrial
Mounting
Surface Mount
Pin Count
44
Package Type
TQFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Data Converters
-
Lead Free Status / Rohs Status
 Details
Other names
568-4257
935284103557
P89CV51RD2FBC

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
P89CV51RD2FBC,557
Manufacturer:
NXP Semiconductors
Quantity:
10 000
NXP Semiconductors
P89CV51RB2_RC2_RD2_3
Product data sheet
6.9.5 PCA watchdog timer
module’s CCAPnL SFR, the output will be LOW; when it is equal to, or greater, the output
will be HIGH. When CL overflows from FFH to 00H, CCAPnL is reloaded with the value in
CCAPnH. This allows the PWM to be updated without glitches. The PWM and ECOM bits
in the module’s CCAPMn register must be set to enable PWM mode.
An on-board watchdog timer is available with the PCA to improve the reliability of the
system without increasing chip count. Watchdog timers are useful for systems that are
susceptible to noise, power glitches, or electrostatic discharge. Module 4 is the only PCA
module that can be programmed as a watchdog. However, this module can still be used
for other modes if the watchdog is not needed.
watchdog works. The user pre-loads a 16-bit value in the compare registers. Just like the
other compare modes, this 16-bit value is compared to the PCA timer value. If a match is
allowed to occur, an internal reset will be generated. This will not cause the RST pin to be
driven HIGH.
User’s software then must periodically change (CCAP4H, CCAP4L) to keep a match from
occurring with the PCA timer (CH, CL). This code is given in the subroutine WATCHDOG
shown below.
In order to hold off the reset, the user has three options:
The first two options are more reliable because the watchdog timer is never disabled as in
the third option. If the program counter ever reaches an undesired value, a match will
eventually occur and cause an internal reset. The second option is also not recommended
if other PCA modules are being used. Remember that the PCA timer is the time base for
all modules; changing the time base for other modules is not recommended. Thus, in
most applications the first option is best.
;CALL the following WATCHDOG subroutine periodically.
Do not use this routine as part of an interrupt service routine, because if the program
counter would enter an infinite loop, still interrupts will be serviced and the watchdog will
continually keep getting reset. Because this would defeat the purpose of the watchdog, it
is recommended that this subroutine is called from the main program within 2
counts.
CLR
MOV
MOV
SETB
RET
Periodically change the compare value so it will never match the PCA timer.
Periodically change the PCA timer value so it will never match the compare values.
Disable the watchdog by clearing the WDTE bit before a match occurs and then
re-enable it.
EA
CCAP4L,#00
CCAP4H,CH
EA
Rev. 03 — 25 August 2009
;Hold off interrupts
;Next compare value is within 255 counts of
;Re-enable interrupts
current PCA timer value
P89CV51RB2/RC2/RD2
Figure 24
shows a diagram of how the
80C51 with 1 kB RAM, SPI
© NXP B.V. 2009. All rights reserved.
16
PCA timer
52 of 76

Related parts for P89CV51RD2FBC,557