Datasheet.kr   

87C749 데이터시트 PDF




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


PDF 형식의 87C749 자료 제공

부품번호 87C749 기능
기능 80C51 8-bit microcontroller family 2K/64 OTP/ROM/ 5 channel 8-bit A/D/ PWM/ low pin count
제조업체 NXP Semiconductors
로고 NXP Semiconductors 로고


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




전체 22 페이지수

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

87C749 데이터시트, 핀배열, 회로
INTEGRATED CIRCUITS
83C749/87C749
80C51 8-bit microcontroller family
2K/64 OTP/ROM, 5 channel 8-bit A/D, PWM,
low pin count
Preliminary specification
Supersedes data of 1998 Jan 06
IC20 Data Handbook
1998 Apr 23
Philips
Semiconductors




87C749 pdf, 반도체, 판매, 대치품
Philips Semiconductors
80C51 8-bit microcontroller family
2K/64 OTP/ROM, 5 channel 8-bit A/D, PWM, low pin count
PIN CONFIGURATION
P3.4/A4 1
P3.3/A3 2
P3.2/A2/A10 3
P3.1/A1/A9 4
P3.0/A0/A8 5
P0.2/VPP 6
P0.1/OE–PGM 7
P0.0/ASEL 8
RST 9
PLASTIC
DUAL
IN-LINE
PACKAGE
AND
SHRINK
SMALL
OUTLINE
PACKAGE
X2 10
X1 11
VSS 12
P1.0/ADC0/D0 13
P1.1/ADC1/D1 14
28 VCC
27 P3.5/A5
26 P3.6/A6
25 P3.7/A7
24 P0.4/PWM OUT
23 P0.3
22 P1.7/T0/D7
21 P1.6/INT1/D6
20 P1.5/INT0/D5
19 AVCC
18 AVSS
17 P1.4/ADC4/D4
16 P1.3/ADC3/D3
15 P1.2/ADC2/D2
4 1 26
5 25
PLASTIC
LEADED
CHIP
CARRIER
11 19
12
Pin Function
1 P3.4/A4
2 P3.3/A3
3 P3.2/A2/A10
4 P3.1/A1/A9
5 P3.0/A0/A8
6 P0.2/VPP
7 P0.1/OE-PGM
8 P0.0/ASEL
9 RST
10 X2
11 X1
12 VSS
13 P1.0/ADC0/D0
14 P1.1/ADC1/D1
18
Pin
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Function
P1.2/ADC2/D2
P1.3/ADC3/D3
P1.4/ADC4/D4
AVSS
AVCC
P1.5/INT0/D5
P1.6/INT1/D6
P1.7/T0/D7
P0.3
P0.4/PWM OUT
P3.7/A7
P3.6/A6
P3.5/A5
VCC
SU00304
Preliminary specification
83C749/87C749
1998 Apr 23
4

4페이지










87C749 전자부품, 판매, 대치품
Philips Semiconductors
80C51 8-bit microcontroller family
2K/64 OTP/ROM, 5 channel 8-bit A/D, PWM, low pin count
Preliminary specification
83C749/87C749
Port 1
Port 1 is an 8-bit bidirectional I/O port whose structure is identical to
the 80C51, but also includes alternate input functions on all pins.
The alternate pin functions for port 1 are:
P1.0-P1.4 - ADC0-ADC4 - A/D converter analog inputs
P1.5 INT0 - external interrupt 0 input
P1.6 INT1 - external interrupt 1 input
P1.7 - T0 - timer 0 external input
If the alternate functions INT0, INT1, or T0 are not being used, these
pins may be used as standard I/O ports. It is necessary to connect
AVCC and AVSS to VCC and VSS, respectively, in order to use P1.5,
P1.6, and P1.7 pins as standard I/O pins. When the A/D converter is
enabled, the analog channel connected to the A/D may not be used
as a digital input; however, the remaining analog inputs may be used
as digital inputs. They may not be used as digital outputs. While the
A/D is enabled, the analog inputs are floating.
Port 3
Port 3 is an 8-bit bidirectional I/O port whose structure is identical to
the 80C51. Note that the alternate functions associated with port 3
of the 80C51 have been moved to port 1 of the 83C749 (as
applicable). See Figure 1 for port bit configurations.
Counter/Timer Subsystem
The 8XC749 has one counter/timer called timer/counter 0. Its
operation is similar to mode 2 operation on the 80C51, but is
extended to 16 bits with 16 bits of autoload. The controls for this
counter are centralized in a single register called TCON.
Timer I Implementation
Timer I is clocked once per machine cycle, which is the oscillator
frequency divided by 12. The timer operation is enabled by setting
the TIRUN bit (bit 4) in the I2CFG register. Writing a 0 into the
TIRUN bit will stop and clear the timer. The timer is 10 bits wide, and
when it reaches the terminal count of 1024, it carries out and sets
the Timer I interrupt flag. An interrupt will occur if the Timer I
interrupt is enabled by bit ETI (bit 4) of the Interrupt Enable (IE)
register, and global interrupts are enabled by bit EA (bit 7) of the
same IE register.
The vector address for the Timer I interrupt is 1Bhex, and the
interrupt service routine must start at this address. As with all 8051
family microcontrollers, only the Program Counter is pushed onto
the stack upon interrupt (other registers that are used both by the
interrupt service routine and elsewhere must be explicitly saved).
The Timer I interrupt flag is cleared by setting the CKRTI bit (bit 5 of
the I1CFG register. For more information, see application note
AN427.
Interrupt Subsystem—Fixed Priority
The IP register and the 2-level interrupt system of the 80C51 are
eliminated. The interrupt structure is a seven-source, one-level
interrupt system similar to the 8XC751. Simultaneous interrupt
conditions are resolved by a single-level, fixed priority as follows:
Highest priority: Pin INT0
Counter/timer flag 0
Pin INT1
PWM
Timer I
Lowest priority: ADC
The vector addresses are as follows:
Source
INT0
TF0
INT1
TIMER I
ADC
PWM
Vector Address
0003H
000BH
0013H
001BH
002BH
0033H
Interrupt Control Registers
The 80C51 interrupt enable register is modified to take into account
the different interrupt sources of the 8XC749.
Interrupt Enable Register
MSB
LSB
EA EAD ETI
— EPWM EX1 ET0 EX0
Position Symbol
IE.7 EA
IE.6 EAD
IE.5 ETI
IE.4 —
IE.3 EPWM
IE.2 EX1
IE.1 ET0
IE.0 EX0
Function
Global interrupt disable when EA = 0
A/D conversion complete
Timer I
PWM counter overflow
External interrupt 1
Timer 0 overflow
External interrupt 0
READ
LATCH
INT. BUS
WRITE TO
LATCH
ALTERNATE
OUTPUT
FUNCTION
DQ
P1.X
LATCH
CL Q
VDD
INTERNAL
PULL-UP
P1.X
PIN
READ
LATCH
INT. BUS
WRITE TO
LATCH
ALTERNATE
OUTPUT
FUNCTION
DQ
P0.X
LATCH
CL Q
P0.X
PIN
READ
PIN
1998 Apr 23
ALTERNATE INPUT
FUNCTION
READ
PIN
ALTERNATE INPUT
FUNCTION
Figure 1. Port Bit Latches and I/O Buffers
7
SU00306

7페이지


구       성 총 22 페이지수
다운로드[ 87C749.PDF 데이터시트 ]

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

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


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

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

전력 반도체 전문업체

상호 : 아이지 인터내셔날

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



관련 데이터시트

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

80C51 8-bit microcontroller family 2K/64 OTP/ROM/ low pin count

NXP Semiconductors
NXP Semiconductors
87C748

80C51 8-bit microcontroller family 2K/64 OTP/ROM/ low pin count

NXP Semiconductors
NXP Semiconductors

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