DataSheet.es    


PDF 89C536 Data sheet ( Hoja de datos )

Número de pieza 89C536
Descripción 80C51 8-bit microcontroller family 16K/64K/512 FLASH
Fabricantes NXP Semiconductors 
Logotipo NXP Semiconductors Logotipo



Hay una vista previa y un enlace de descarga de 89C536 (archivo pdf) en la parte inferior de esta página.


Total 30 Páginas

No Preview Available ! 89C536 Hoja de datos, Descripción, Manual

INTEGRATED CIRCUITS
89C536/89C538
80C51 8-bit microcontroller family
16K/64K/512 FLASH
Preliminary specification
Supersedes data of 1997 Dec 02
IC20 Data Handbook
1998 Apr 24
Philips
Semiconductors

1 page




89C536 pdf
Philips Semiconductors
80C51 8-bit microcontroller family
16K/64K/512 FLASH
Preliminary specification
89C536/89C538
PIN DESCRIPTIONS
PIN NUMBER
MNEMONIC LCC QFP TYPE NAME AND FUNCTION
VSS
VCC
P0.0–0.7
1, 22 16, 39 I Ground: 0V reference.
23, 44 17, 38 I Power Supply: This is the power supply voltage for normal, idle, and power-down operation.
43–36 37–30 I/O Port 0: Port 0 is an open-drain, bidirectional I/O port. Port 0 pins that have 1s written to them float
and can be used as high-impedance inputs. Port 0 is also the multiplexed low-order address and
data bus during accesses to external program and data memory. In this application, it uses strong
internal pull-ups when emitting 1s. Port 0 also outputs the code bytes during program verification and
received code bytes during EEPROM programming. External pull-ups are required during program
verification.
P1.0–P1.7
2–9 40–44, I/O Port 1: Port 1 is an 8-bit bidirectional I/O port with internal pull-ups. Port 1 pins that have 1s written
1–3 to them are pulled high by the internal pull-ups and can be used as inputs. As inputs, port 1 pins that
are externally pulled low will source current because of the internal pull-ups. (See DC Electrical
Characteristics: IIL). Port 1 also receives the low-order address byte during program memory
verification.
Alternate functions for Port 1 include:
2 40 I/O T2 (P1.0): Timer/Counter 2 external count input
3 41 I
T2EX (P1.1): Timer/Counter 2 Reload/Capture
P2.0–P2.7
24–31 18–25
I/O Port 2: Port 2 is an 8-bit bidirectional I/O port with internal pull-ups. Port 2 pins that have 1s written
to them are pulled high by the internal pull-ups and can be used as inputs. As inputs, port 2 pins that
are externally being pulled low will source current because of the internal pull-ups. (See DC
Electrical Characteristics: IIL). 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 addresses (MOVX
@DPTR). In this application, it uses strong internal pull-ups when emitting 1s. Some Port 2 pins
receive the high order address bits during EEPROM programming and verification.
P3.0–P3.7 11,
5,
13–19 7–13
11 5
13 7
14 8
15 9
16 10
17 11
18 12
19 13
I/O Port 3: Port 3 is an 8-bit bidirectional I/O port with internal pull-ups. Port 3 pins that have 1s written
to them are pulled high by the internal pull-ups and can be used as inputs. As inputs, port 3 pins that
are externally being pulled low will source current because of the pull-ups. (See DC Electrical
Characteristics: IIL). Port 3 also serves the special features of the 80C51 family, as listed below:
I RxD (P3.0): Serial input port
O TxD (P3.1): Serial output port
I INT0 (P3.2): External interrupt
I INT1 (P3.3): External interrupt
I T0 (P3.4): Timer 0 external input
I T1 (P3.5): Timer 1 external input
O WR (P3.6): External data memory write strobe
O RD (P3.7): External data memory read strobe
RST
10 4
I Reset: A high on this pin for two machine cycles while the oscillator is running, resets the device. An
internal diffused resistor to VSS permits a power-on reset using only an external capacitor to VCC.
ALE/PROG 33 27 O Address Latch Enable/Program Pulse: Output pulse for latching the low byte of the address
during an access to external memory. In normal operation, ALE is emitted at a constant rate of 1/6
the oscillator frequency, and can be used for external timing or clocking. Note that one ALE pulse is
skipped during each access to external data memory. This pin is also the program pulse input
(PROG) during EEPROM programming.
PSEN
32 26 O Program Store Enable: The read strobe to external program memory. When the processor is
executing code from the external program memory, PSEN is activated twice each machine cycle,
except that two PSEN activations are skipped during each access to external data memory. PSEN is
not activated during fetches from internal program memory.
EA/VPP
35 29
I External Access Enable/Programming Supply Voltage: EA must be externally held low to enable
the device to fetch code from external program memory. If EA is held high, the device executes from
internal program memory. This pin also receives the 12V programming supply voltage (VPP) during
EPROM programming. EA is internally latched on Reset.
XTAL1
21 15
I Crystal 1: Input to the inverting oscillator amplifier and input to the internal clock generator circuits.
XTAL2
20 14 O Crystal 2: Output from the inverting oscillator amplifier.
NOTE:
To avoid “latch-up” effect at power-on, the voltage on any pin at any time must not be higher than VCC + 0.5V or VSS – 0.5V, respectively.
1998 Apr 24
5

5 Page





89C536 arduino
Philips Semiconductors
80C51 8-bit microcontroller family
16K/64K/512 FLASH
Preliminary specification
89C536/89C538
When Timer 2 is in the baud rate generator mode, one should not try
to read or write TH2 and TL2. As a baud rate generator, Timer 2 is
incremented every state time (osc/2) or asynchronously from pin T2;
under these conditions, a read or write of TH2 or TL2 may not be
accurate. The RCAP2 registers may be read, but should not be
written to, because a write might overlap a reload and cause write
and/or reload errors. The timer should be turned off (clear TR2)
before accessing the Timer 2 or RCAP2 registers.
Table 4 shows commonly used baud rates and how they can be
obtained from Timer 2.
Summary Of Baud Rate Equations
Timer 2 is in baud rate generating mode. If Timer 2 is being clocked
through pin T2(P1.0) the baud rate is:
Baud
Rate
+
Timer
2
Overflow
16
Rate
If Timer 2 is being clocked internally , the baud rate is:
Baud Rate + [32
fOSC
[65536 * (RCAP2H, RCAP2L)]]
Where fOSC= Oscillator Frequency
To obtain the reload value for RCAP2H and RCAP2L, the above
equation can be rewritten as:
ǒ ǓRCAP2H, RCAP2L + 65536 * 32
fOSC
Baud Rate
Timer/Counter 2 Set-up
Except for the baud rate generator mode, the values given for
T2CON do not include the setting of the TR2 bit. Therefore, bit TR2
must be set, separately, to turn the timer on. see Table 5 for set-up
of Timer 2 as a timer. Also see Table 6 for set-up of Timer 2 as a
counter.
Table 5. Timer 2 as a Timer
MODE
16-bit Auto-Reload
16-bit Capture
Baud rate generator receive and transmit same baud rate
Receive only
Transmit only
INTERNAL CONTROL
(Note 1)
00H
01H
34H
24H
14H
T2CON
EXTERNAL CONTROL
(Note 2)
08H
09H
36H
26H
16H
Table 6. Timer 2 as a Counter
MODE
16-bit
Auto-Reload
INTERNAL CONTROL
(Note 1)
02H
03H
TMOD
EXTERNAL CONTROL
(Note 2)
0AH
0BH
NOTES:
1. Capture/reload occurs only on timer/counter overflow.
2. Capture/reload occurs on timer/counter overflow and a 1-to-0 transition on T2EX (P1.1) pin except when Timer 2 is used in the baud rate
generator mode.
1998 Apr 24
11

11 Page







PáginasTotal 30 Páginas
PDF Descargar[ Datasheet 89C536.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
89C535CMOS single-chip 8-bit microcontrollers with FLASH program memoryNXP Semiconductors
NXP Semiconductors
89C53680C51 8-bit microcontroller family 16K/64K/512 FLASHNXP Semiconductors
NXP Semiconductors
89C536CMOS single-chip 8-bit microcontrollers with FLASH program memoryNXP Semiconductors
NXP Semiconductors
89C538CMOS single-chip 8-bit microcontrollers with FLASH program memoryNXP Semiconductors
NXP Semiconductors

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar