Datenblatt-pdf.com


W77E532 Schematic ( PDF Datasheet ) - nuvoton

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




Gesamt 30 Seiten
W77E532 Datasheet, Funktion
W77E532/W77E532A 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. INTERRUPTS............................................................................................................................46
11. PROGRAMMABLE TIMERS/COUNTERS ................................................................................49
12. SERIAL PORT ...........................................................................................................................58
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. H/W WRITER MODE ................................................................................................................68
17. SECURITY BITS........................................................................................................................69
18. ELECTRICAL CHARACTERISTICS..........................................................................................70
18.1 Absolute Maximum Ratings...........................................................................................70
18.2 DC Characteristics ........................................................................................................70
18.3 AC Characteristics.........................................................................................................71
18.3.1
18.3.2
18.3.3
18.3.4
18.3.5
AC Specification........................................................................................................... 72
MOVX Characteristics Using Strech Memory Cycle .................................................... 73
Program Memory Read Cycle...................................................................................... 74
Data Memory Read Cycle ............................................................................................ 75
Data Memory Write Cycle ............................................................................................ 75
19. TYPICAL APPLICATION CIRCUITS .........................................................................................76
19.1 Crystal connections .......................................................................................................76
19.2 Expanded External Data Memory and Oscillator...........................................................77
20. PACKAGE DIMENSIONS..........................................................................................................78
20.1 40-pin DIP......................................................................................................................78
20.2 44-pin PLCC ..................................................................................................................78
20.3 44-pin QFP ....................................................................................................................79
21. APPLICATION NOTE ................................................................................................................80
22. REVISION HISTORY.................................................................................................................85
Publication Release Date: June 30, 2009
- 1 - Revision A10






W77E532 Datasheet, Funktion
W77E532/W77E532A
5. FUNCTIONAL DESCRIPTION
The W77E532A 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 W77E532A 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 W77E532A 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 W77E532A
to work efficiently with both fast and slow RAMs and peripheral devices. In addition, the W77E532A
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 W77E532A 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 W77E532A
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 W77E532A can run at a higher speed as compared
to the original 8052, even if the same crystal is used. Since the W77E532A 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 W77E532A is responsible for a three-fold increase in
execution speed. The W77E532A has all the standard features of the 8052, and has a few extra
peripherals and features as well.
I/O Ports
The W77E532A 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 W77E532A has two enhanced serial ports that are functionally similar to the serial port of the
original 8052 family. However the serial ports on the W77E532A 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.
Publication Release Date: June 30, 2009
- 6 - Revision A10

6 Page









W77E532 pdf, datenblatt
W77E532/W77E532A
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 W77E532A.
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 W77E532A 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 W77E532A 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.
Timer Control
Bit: 7 6 5 4 3 2 1 0
TF1 TR1 TF0 TR0 IE1 IT1 IE0 IT0
Mnemonic: TCON
Address: 88h
- 12 -
Publication Release Date: June 30, 2009
Revision A10

12 Page





SeitenGesamt 30 Seiten
PDF Download[ W77E532 Schematic.PDF ]

Link teilen




Besondere Datenblatt

TeilenummerBeschreibungHersteller
W77E5328-BIT MICROCONTROLLERWinbond
Winbond
W77E5328-BIT MICROCONTROLLERnuvoton
nuvoton
W77E532A8-BIT MICROCONTROLLERWinbond
Winbond
W77E532A8-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