Datasheet.kr   

W77E532A 데이터시트 PDF




Winbond에서 제조한 전자 부품 W77E532A은 전자 산업 및 응용 분야에서
광범위하게 사용되는 반도체 소자입니다.


 

PDF 형식의 W77E532A 자료 제공

부품번호 W77E532A 기능
기능 8-BIT MICROCONTROLLER
제조업체 Winbond
로고 Winbond 로고


W77E532A 데이터시트 를 다운로드하여 반도체의 전기적 특성과 매개변수에 대해 알아보세요.




전체 70 페이지수

미리보기를 사용할 수 없습니다

W77E532A 데이터시트, 핀배열, 회로
www.DataSheet4U.com
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 AC Specification .......................................................................................................... 72
18.3.2 MOVX Characteristics Using Strech Memory Cycle .................................................... 73
18.3.3 Program Memory Read Cycle ..................................................................................... 74
18.3.4 Data Memory Read Cycle............................................................................................ 75
18.3.5 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: November 19, 2007
- 1 - Revision A9




W77E532A pdf, 반도체, 판매, 대치품
www.DataSheet4U.com
W77E532/W77E532A
4. PIN DESCRIPTION
SYMBOL
EA
TYPE
DESCRIPTIONS
EXTERNAL ACCESS ENABLE: This pin forces the processor to execute out of
I external ROM. It should be kept high to access internal ROM. The ROM
address and data will not be present on the bus if EA pin is high.
PSEN
PROGRAM STORE ENABLE: PSEN enables the external ROM data onto the
O Port 0 address/data bus during fetch and MOVC operations. When internal
ROM access is performed, no PSEN strobe signal outputs from this pin.
ALE
O
ADDRESS LATCH ENABLE: ALE is used to enable the address latch that
separates the address from the data on Port 0.
RST
I
RESET: A high on this pin for two machine cycles while the oscillator is running
resets the device.
XTAL1
I
CRYSTAL1: This is the crystal oscillator input. This pin may be driven by an
external clock.
XTAL2
O CRYSTAL2: This is the crystal oscillator output. It is the inversion of XTAL1.
VSS I GROUND: Ground potential
VDD I POWER SUPPLY: Supply voltage for operation.
PORT 0: Port 0 is an open-drain bi-directional I/O port. This port also provides a
P0.0 P0.7 I/O multiplexed low order address/data bus during accesses to external memory.
Port 0 has internal pull-up resisters enabled by software.
PORT 1: Port 1 is a bi-directional I/O port with internal pull-ups. The bits have
alternate functions which are described below:
T2(P1.0): Timer/Counter 2 external count input
T2EX(P1.1): Timer/Counter 2 Reload/Capture/Direction control
RXD1(P1.2): Serial port 2 RXD
P1.0 P1.7 I/O TXD1(P1.3): Serial port 2 TXD
INT2(P1.4): External Interrupt 2
INT3 (P1.5): External Interrupt 3
INT4(P1.6): External Interrupt 4
INT5 (P1.7): External Interrupt 5
P2.0 P2.7
I/O
PORT 2: Port 2 is a bi-directional I/O port with internal pull-ups. This port also
provides the upper address bits for accesses to external memory.
Publication Release Date: November 19, 2007
- 4 - Revision A9

4페이지










W77E532A 전자부품, 판매, 대치품
www.DataSheet4U.com
W77E532/W77E532A
Timers
The W77E532A has three 16-bit timers that are functionally similar to the timers of the 8052 family.
When used as timers, they can be set to run at either 4 clocks or 12 clocks per count, thus providing
the user with the option of operating in a mode that emulates the timing of the original 8052. The
W77E532A has an additional feature, the watchdog timer. This timer is used as a System Monitor or
as a very long time period timer.
Interrupts
The Interrupt structure in the W77E532A is slightly different from that of the standard 8052. Due to the
presence of additional features and peripherals, the number of interrupt sources and vectors has been
increased. The W77E532A provides 12 interrupt resources with two priority level, including six
external interrupt sources, timer interrupts, serial I/O interrupts.
Data Pointers
The original 8052 had only one 16-bit Data Pointer (DPL, DPH). In the W77E532A, there is an
additional 16-bit Data Pointer (DPL1, DPH1). This new Data Pointer uses two SFR locations which
were unused in the original 8052. In addition there is an added instruction, DEC DPTR (op-code A5H),
which helps in improving programming flexibility for the user.
Power Management
Like the standard 80C52, the W77E532A also has IDLE and POWER DOWN modes of operation. The
W77E532A provides a new Economy mode which allow user to switch the internal clock rate divided
by either 4, 64 or 1024. In the IDLE mode, the clock to the CPU core is stopped while the timers, serial
ports and interrupts clock continue to operate. In the POWER DOWN mode, all the clock are stopped
and the chip operation is completely stopped. This is the lowest power consumption state.
On-chip Data SRAM
The W77E532A has 1K Bytes of data space SRAM which is read/write accessible and is memory
mapped. This on-chip MOVX SRAM is reached by the MOVX instruction. It is not used for executable
program memory. There is no conflict or overlap among the 256 bytes Scratchpad RAM and the 1K
Bytes MOVX SRAM as they use different addressing modes and separate instructions. The on-chip
MOVX SRAM is enabled by setting the DME0 bit in the PMR register. After a reset, the DME0 bit is
cleared such that the on-chip MOVX SRAM is disabled, and all data memory spaces 0000H FFFFH
access to the external memory.
Publication Release Date: November 19, 2007
- 7 - Revision A9

7페이지


구       성 총 70 페이지수
다운로드[ W77E532A.PDF 데이터시트 ]

당사 플랫폼은 키워드, 제품 이름 또는 부품 번호를 사용하여 검색할 수 있는

포괄적인 데이터시트를 제공합니다.


구매 문의
일반 IC 문의 : 샘플 및 소량 구매
-----------------------------------------------------------------------

IGBT, TR 모듈, SCR 및 다이오드 모듈을 포함한
광범위한 전력 반도체를 판매합니다.

전력 반도체 전문업체

상호 : 아이지 인터내셔날

사이트 방문 :     [ 홈페이지 ]     [ 블로그 1 ]     [ 블로그 2 ]



관련 데이터시트

부품번호상세설명 및 기능제조사
W77E532

8-BIT MICROCONTROLLER

Winbond
Winbond
W77E532

8-BIT MICROCONTROLLER

nuvoton
nuvoton

DataSheet.kr       |      2020   |     연락처      |     링크모음      |      검색     |      사이트맵