Datenblatt-pdf.com


W77L532A Schematic ( PDF Datasheet ) - nuvoton

Teilenummer W77L532A
Beschreibung 8-BIT MICROCONTROLLER
Hersteller nuvoton
Logo nuvoton Logo 




Gesamt 30 Seiten
W77L532A Datasheet, Funktion
W77L532A DATA SHEET
8-BIT MICROCONTROLLER
Table of Contents-
1. GENERAL DESCRIPTION.......................................................................................................... 2
2. FEATURES ................................................................................................................................. 2
3. PIN CONFIGURATIONS............................................................................................................. 3
4. PIN DESCRIPTION..................................................................................................................... 4
5. FUNCTIONAL DESCRIPTION.................................................................................................... 6
6. MEMORY ORGANIZATION........................................................................................................ 8
7. INSTRUCTION.......................................................................................................................... 32
8. INSTRUCTION TIMING ............................................................................................................ 33
9. POWER MANAGEMENT .......................................................................................................... 41
10. RESET CONDITIONS............................................................................................................... 43
11. RESET STATE.......................................................................................................................... 44
12. PROGRAMMABLE TIMERS/COUNTERS................................................................................ 49
13. TIMED ACCESS PROTECTION............................................................................................... 65
14. H/W REBOOT MODE (BOOT FROM 4K BYTES OF LDFLASH ) ........................................... 67
15. IN-SYSTEM PROGRAMMING .................................................................................................. 68
15.1 The Loader Program locates at LDFLASH memory. .................................................... 68
15.2 The Loader Program locates at APFLASH memory. .................................................... 68
16. ON-CHIP FLASH EPROM CHARACTERISTICS ..................................................................... 69
17. SECURITY BITS ....................................................................................................................... 72
18. ELECTRICAL CHARACTERISTIC............................................................................................ 73
18.1 Absolute Maximum Ratings .......................................................................................... 73
18.2 DC Characteristics ........................................................................................................ 73
18.3 AC Characteristics ........................................................................................................ 75
19. TYPICAL APPLICATION CIRCUITS......................................................................................... 79
19.1 Crystal connections....................................................................................................... 79
19.2 Expanded External Data Memory and Oscillator .......................................................... 80
20. PACKAGE DIMENSIONS ......................................................................................................... 81
20.1 40-pin DIP ..................................................................................................................... 81
20.2 44-pin PLCC.................................................................................................................. 81
20.3 44-pin QFP.................................................................................................................... 82
21. APPLICATION NOTE................................................................................................................ 83
22. REVISION HISTORY ................................................................................................................ 88
Publication Release Date: December 4, 2008
- 1 - Revision A10






W77L532A Datasheet, Funktion
W77L532A
5. FUNCTIONAL DESCRIPTION
The W77L532 is 8052 pin compatible and instruction set compatible. It includes the resources of the
standard 8052 such as four 8-bit I/O Ports, three 16-bit timer/counters, full duplex serial port and
interrupt sources.
The W77L532 features a faster running and better performance 8-bit CPU with a redesigned core
processor without wasted clock and memory cycles. it improves the performance not just by running at
high frequency but also by reducing the machine cycle duration from the standard 8052 period of twelve
clocks to four clock cycles for the majority of instructions. This improves performance by an average of
1.5 to 3 times. The W77L532 also provides dual Data Pointers (DPTRs) to speed up block data
memory transfers. It can also adjust the duration of the MOVX instruction (access to off-chip data
memory) between two machine cycles and nine machine cycles. This flexibility allows the W77L532 to
work efficiently with both fast and slow RAMs and peripheral devices. In addition, the W77L532
contains on-chip 1KB MOVX SRAM, the address of which is between 0000H and 03FFH. It only can be
accessed by MOVX instruction; this on-chip SRAM is optional under software control.
The W77L532 is an 8052 compatible device that gives the user the features of the original 8052 device,
but with improved speed and power consumption characteristics. It has the same instruction set as the
8051 family, with one addition: DEC DPTR (op-code A5H, the DPTR is decreased by 1). While the
original 8051 family was designed to operate at 12 clock periods per machine cycle, the W77L532
operates at a much reduced clock rate of only 4 clock periods per machine cycle. This naturally speeds
up the execution of instructions. Consequently, the W77L532 can run at a higher speed as compared to
the original 8052, even if the same crystal is used. Since the W77L532 is a fully static CMOS design, it
can also be operated at a lower crystal clock, giving the same throughput in terms of instruction
execution, yet reducing the power consumption.
The 4 clocks per machine cycle feature in the W77L532 is responsible for a three-fold increase in
execution speed. The W77L532 has all the standard features of the 8052, and has a few extra
peripherals and features as well.
I/O Ports
The W77L532 has four 8-bit ports and one extra 4-bit port. Port 0 can be used as an Address/Data bus
when external program is running or external memory/device is accessed by MOVC or MOVX
instruction. In these cases, it has strong pull-ups and pull-downs, and does not need any external pull-
ups. Otherwise it can be used as a general I/O port with open-drain circuit. Port 2 is used chiefly as the
upper 8-bits of the Address bus when port 0 is used as an address/data bus. It also has strong pull-ups
and pull-downs when it serves as an address bus. Port 1 and 3 act as I/O ports with alternate functions.
Port 4 is only available on 44-pin PLCC/QFP package type. It serves as a general purpose I/O port as
Port 1 and Port 3. The P4.0 has an alternate function CP / RL2 which is the wait state control signal.
When wait state control signal is enabled, P4.0 is input only.
Serial I/O
The W77L532 has two enhanced serial ports that are functionally similar to the serial port of the original
8052 family. However the serial ports on the W77L532 can operate in different modes in order to obtain
timing similarity as well. Note that the serial port 0 can use Timer 1 or 2 as baud rate generator,
but the serial port 1 can only use Timer 1 as baud rate generator. The serial ports have the
enhanced features of Automatic Address recognition and Frame Error detection.
-6-

6 Page









W77L532A pdf, datenblatt
W77L532A
This is the low byte of the new additional 16-bit data pointer that has been added to the W77L532. The
user can switch between DPL, DPH and DPL1, DPH1 simply by setting register DPS = 1. The
instructions that use DPTR will now access DPL1 and DPH1 in place of DPL and DPH. If they are not
required they can be used as conventional register locations by the user.
DATA POINTER HIGH1
Bit:
76543210
DPH1.7 DPH1.6 DPH1.5 DPH1.4 DPH1.3 DPH1.2 DPH1.1 DPH1.0
Mnemonic: DPH1
Address: 85h
This is the high byte of the new additional 16-bit data pointer that has been added to the W77L532. The
user can switch between DPL, DPH and DPL1, DPH1 simply by setting register DPS = 1. The
instructions that use DPTR will now access DPL1 and DPH1 in place of DPL and DPH. If they are not
required they can be used as conventional register locations by the user.
DATA POINTER SELECT
Bit: 7 6 5 4 3 2 1 0
- - - - - - - DPS.0
Mnemonic: DPS
Address: 86h
DPS.0: This bit is used to select either the DPL,DPH pair or the DPL1,DPH1 pair as the active Data
Pointer. When set to 1, DPL1, DPH1 will be selected, otherwise DPL,DPH will be selected.
DPS.1-7:These bits are reserved, but will read 0.
POWER CONTROL
Bit:
76
SM0D SMOD0
5
-
43210
- GF1 GF0 PD IDL
Mnemonic: PCON
Address: 87h
SMOD : This bit doubles the serial port baud rate in mode 1, 2, and 3 when set to 1.
SMOD0: Framing Error Detection Enable: When SMOD0 is set to 1, then SCON.7(SCON1.7)
indicates a Frame Error and acts as the FE(FE_1) flag. When SMOD0 is 0, then
SCON.7(SCON1.7) acts as per the standard 8052 function.
GF1-0: These two bits are general purpose user flags.
PD: Setting this bit causes the W77L532 to go into the POWER DOWN mode. In this mode all the
clocks are stopped and program execution is frozen.
IDL: Setting this bit causes the W77L532 to go into the IDLE mode. In this mode the clocks to the
CPU are stopped, so program execution is frozen. But the clock to the serial, timer and
interrupt blocks is not stopped, and these blocks continue operating.
- 12 -

12 Page





SeitenGesamt 30 Seiten
PDF Download[ W77L532A Schematic.PDF ]

Link teilen




Besondere Datenblatt

TeilenummerBeschreibungHersteller
W77L532A8-BIT MICROCONTROLLERnuvoton
nuvoton

TeilenummerBeschreibungHersteller
CD40175BC

Hex D-Type Flip-Flop / Quad D-Type Flip-Flop.

Fairchild Semiconductor
Fairchild Semiconductor
KTD1146

EPITAXIAL PLANAR NPN TRANSISTOR.

KEC
KEC


www.Datenblatt-PDF.com       |      2020       |      Kontakt     |      Suche