The MSM66201/66207 is a high performance microcontroller that employs OKI original nX-8/
200 CPU core. This chip includes a 16-bit CPU, ROM, RAM, I/O ports, multifunction 16-bit
timers, 10-bit A/D converter, serial I/O port, and pulse width modulator (PWM). The
MSM66P201/66P207 is the OTP (One-Time Programmable) version of the MSM66201/66207.
FEATURES
• 64K address space for program memory: Internal ROM : MSM6620116K bytes
MSM6620732K bytes
• 64K address space for data memory: Internal RAM : MSM66201512 bytes
MSM662071024 bytes
• High-speed execution
Minimum cycle for instruction: 400ns @ 10MHz
• Powerful instruction set: Instruction set superior in orthogonal matrix
8/16-bit data transfer instructions
8/16-bit arithmetic instructions
Multiplication and division operation instructions
Bit manipulation instructions
Bit logic instrucitons
ROM table reference instructions
P0: 8-bit input-output port. Each bit can be assigned to input or output.
AD: Outputs the lower 8 bits of program counter during external program memory fetch,
and receives the addressed instruction under the control of PSEN. This pin also
outputs the address and outputs or inputs data during an external data memory
access instruction, under the control of ALE, RD, and WR.
P1: 8-bit input-output port. Each bit can be assigned to input or output.
A: Outputs the upper 8 bits of program counter (PC
) during external program
8–15
memory fetch. This pin also outputs the upper 8 bits of address during external
data memory access instructions.
P2: 8-bit input-output port. Each bit can be assigned to input or output.
HOLD: Input pin to request the CPU to enter the hardware power-down state.
HLDA: HOLD ACKNOWLEDGE: the HLDA signal appears in response to the HOLD
signal and indicates that the CPU has entered the power-down state.
C: Transmitter clock input/output pin.
T
X
C: Receiver clock input/output pin.
X
P3: 8-bit input-output port. Each bit can be assigned to input or output.
TXD: Transmitter data output pin.
D: Receiver data input pin.
X
Falling edge trigger or level trigger is selectable.
TM0IO-TM3IO: One of the following signals is output or input.
• Clock at twice the frequency range of the 16-bit timer overflow
• Load trigger signal to the capture register input
• Setting value output
Whether the signal is input or output depends on the mode.
P4.0/TM0CKP4: 8-bit input-output port. Each bit can be assigned to input or output.
The timing pulse to latch the lower 8 bits of the address
output from port 0 when the CPU accesses the external
memory.
The strobe pulse to fetch to external program
memory.
8/30
Page 9
¡ SemiconductorMSM66201/66P201/66207/66P207
REGISTERS
Accumulator
150
ACC
Control Register (CR)
150
PSW
Bit 15 : Carry flag (CY)
Bit 14 : Zero flag (ZF)
Bit 13 : Half carry flag (HC)
Bit 12 : Data descriptor (DD)
Bit 8 : Master interrupt priority flag (MIP)
Bit 9,5,4: User flag (MIP)
Bit 2-0
Standby control register
Watchdog timer
Peripheral control register
Stop code acceptor
Interrupt request register
Interrupt enable register
External Iinterrupt control register
Port 0 data register
Port 0 mode register
Port 1 data register
Port 1 mode register
Port 2 data register
Port 2 mode register
Port 2 secondary function control register
Port 3 data register
Port 3 mode register
Port 3 secondary function control register
Port 4 data register
Port 4 mode register
Port 4 secondary function control register
Port 5
Timer 0 counter
Timer 0 register
Timer 1 counter
Timer 1 register
SSP
(ASSP)
LRB
(ALRB)
PSWL
(APSW)
PSWH
ACC
SBYCON
WDT
PRPHF
STPACP
IRQ
IE
EXICON
P0
P0IO
P1
P1IO
P2
P2IO
P2SF
P3
P3IO
P3SF
P4
P4IO
P4SF
P5
TM0
TMR0
TM1
TMR1
8/16-bit
Operation
R/W
8/16
W
R/W
W
8/16
R/W
R
R/W16
Reset
FFH
FFH
undefined
C8H
0CH
00H
00H
F8H
00H/WDT
8
is stopped
FDH
"0"
00H
00H
00H
00H
FCH
undefined
00H
undefined
00H
undefined
8
00H
07H
undefined
00H
00H
undefined
00H
00H
—
00H
00H
00H
00H
00H
00H
00H
00H
Note:A I mark in the address column indicates that there is a bit that does not exist in the
Timer 0 control register
Timer 1 control register
Timer 2 control register
Timer 3 control register
Transition detector register
Serial port transmission baud rate generator counter
Serial port transmission baud rate generator register
Serial port transmission baud rate generator control
register
Serial port receiving baud rate generator counter
Serial port receiving baud rate generator register
Serial port receiving baud rate generator control
register
Serial port transmission mode control register
Serial port transmission data buffer register
Serial port receiving mode control register
Serial port receiving data buffer register
Serial port receiving error register
A/D scan mode register
A/D select mode register
A/D conversion result register 0
Abbreviated
Name
TM2
TMR2
TM3
TMR3
TCON0
TCON1
TCON2
TCON3
TRNSIT
STTM
STTMR
STTMC
SRTM
SRTMR
SRTMC
STCON
STBUF
SRCON
SRBUF
SRSTAT
ADSCAN
ADSEL
ADCR0
R/W
R/W
W
R/W
R
R/W
R
8/16-bit
Operation
16
undefined
8
undefined
undefined
8/16undefined
Reset
00H
00H
00H
00H
00H
00H
00H
00H
00H
00H
00H
00H
00H
00H
0CH
00H
00H
0EH
80H
00H
F0H
80H
A0H
Note:A I mark in the address column indicates that there is a bit that does not exist in the
Note:A I mark in the address column indicates that there is a bit that does not exist in the
register.
12/30
Page 13
¡ SemiconductorMSM66201/66P201/66207/66P207
ADDRESSING MODES
The MSM66201/66207 provides independent 64K-byte data and 64K-byte program space with
various types of addressing modes. These modes are shown below, for both RAM (for data space)
and ROM (for program space).
1. RAM Addressing Modes (for data space)
1.1Register Direct Addressing
Example
ROR
DP
DP
1.2Displacement Addressing
a) Zero Page
Example
L
18H
A,
SFR
b) Direct Page
Example
ST
A,
off 10H
RAM
1.3Pointing Register (PR) Indirect Addressing
a) Data Point (DP) Indirect
0000H
0018H
xx00H
xx10H
Example
SLL
[DP]
DP
b) User Stack Pointer (USP) Indirect
Example
SRL
10H
–128 to +127
[USP]
USP
RAM
RAM
13/30
Page 14
¡ SemiconductorMSM66201/66P201/66207/66P207
c) Index Register (X1, X2) Indirect
Example
INC 300H
[X1]
0 to 65535
X1
RAM
1.4Immediate Addressing
Example
MOV
#27FHSSP,
2. ROM Addressing Modes (for program space)
2.1Direct Addressing
Example
LC A,
200H
2.2Simple Indirect Addressing
a) Local Register Indirect
Example
LC
A,
[ER0]
ER0
b) Pointing Register Indirect
1)Data Pointer (DP) Indirect
Example
LC
[DP]
A,
DP
2)User Stack Pointer (USP) Indirect
ROM
0200H
ROM
ROM
Example
LC
[USP]
A,
ROM
USP
14/30
Page 15
¡ SemiconductorMSM66201/66P201/66207/66P207
3)Index Register (X1, X2) Indirect
Example
LC
[X1]
A,
X1
ROM
c) System Stack Pointer (SSP) Indirect
Example
[SSP]LC
A,
SSP
ROM
d) Local Register Base (LRB) Indirect
Example
LC
A,
[LRB]
LRB
ROM
e) RAM Indirect
Example
A, [0C0H]J
RAM
2.3Double Indirect Addressing
a) Data Pointer (DP) Double Indirect
Example
[[DP]]J
RAM
DP
b) User Stack Pointer (USP) Double Indirect
Example
LC
A, [–2 [USP]]
USP
0C0H
RAM
ROM
ROM
ROM
–128 to +127
15/30
Page 16
¡ SemiconductorMSM66201/66P201/66207/66P207
c) Index Register (X1, X2) Double Indirect
Example
LC
A, [10000H [x1]]
0 to 65535
X1
RAM
ROM
2.4Indirect Addressing with 16-bit Offset
a) Pointing Register Indirect
1)Data Pointer (DP) Indirect
Example
LCA, [100H [DP]]
DP
0 to 65535
ROM
2)User Stack Pointer (USP) Indirect
Example
LC
A, [100H [USP]]
USP
0 to 65535
3)Index Register (X1, X2) Indirect
Example
LCA, [100H [X1]]
X1
0 to 65535
b) RAM Indirect
Example
LC A, [2000H [80H]]
ROM
ROM
RAM
80H
ROM
0 to 65535
16/30
Page 17
¡ SemiconductorMSM66201/66P201/66207/66P207
MEMORY MAPS
Program Memory Space
Data Memory Space
0000H
007FH
Zero
Page
Internal
RAM
Area
External
Memoly
Area
0080H
00BFH
00C0H
00FFH
0100H
047FH *
0000H
Internal
ROM Area
7FFFH *
External
Memory
FFFFH
* MSM66201 : 3FFFH
0000H
SFR AreaSpecial
PR Area
007FH
0080H
00BFH
00C0H
0000H
0027H
0028H
0037H
0038H
7FFFH *
Function
Registors
PORT, A/DC,
TIMER, PWM,
etc....
PR0
PR1
PR2
PR3
PR4
PR5
PR6
PR7
Vector
Table
Area
(40 bytes)
VCAL
Table
Area
(16 bytes)
80
82
84
86
X1
X2
DP
USP
(Low Order)
(High Order)
FFFFH
047FH *
* MSM66201 : 027FH
17/30
Page 18
¡ SemiconductorMSM66201/66P201/66207/66P207
ABSOLUTE MAXIMUM RATINGS
Parameter
Symbol
Supply Voltage
Input Voltage
Output Voltage
Analog Ref. VoltageV
Analog Input Voltage
Power Dissipation
Storage Temperature
V
DD
V
I
V
O
REF
V
AI
P
D
per Package
T
STG
Condition
GND=AGND=0V
Ta=85°C
64-pin shrink DIP
64-pin QFP
68-pin QFJ1120
—
RECOMMENDED OPERATING CONDITIONS
Parameter
Supply Voltage
Memory Hold Voltage
Operating Frequency
Ambient Temperature
Fan Out
Symbol
V
DD
V
DDH
f
OSC
Ta–40 to +85°C
N
ConditionRange
f
£ 10MHz
OSC
= 0Hz
f
OSC
V
= 5V ±10%
DD
—
MOS load
P0
TTL load
P1, P2, P3, P41
Rating
–0.3 to 7.0
–0.3 to V
–0.3 to V
DD
DD
+0.3
+0.3
–0.3 to VDD+0.3
–0.3 to V
REF
930
565
–55 to +150
4.5 to 5.5
2.0 to 5.5
0 to 10
20
2
(Ta=25°C)
Unit
V
mW
°C
Unit
V
MHz
—
18/30
Page 19
¡ SemiconductorMSM66201/66P201/66207/66P207
ELECTRICAL CHARACTERISTICS
DC Characteristics
= 5V ± 10%, Ta = –40 to +85°C)
(V
DD
ParameterSymbolConditionMin.Max.Unit
"H" Input Voltage 1, 3, 6
"H" Input Voltage 5, 7
"H" Input Voltage 8
"H" Input Voltage 2
"L" Input Voltage 1, 2, 3, 6
"L" Input Voltage 8
"H" Output Voltage 1, 4
"H" Output Voltage 2
"L" Output Voltage 1, 4
"L" Output Voltage 2
V
IH
V
IL
V
OH
V
OL
—
—
= –400mA
I
O
= –200mA
I
O
= 3.2mA
I
O
= 1.6mA
I
O
2.4
4.0
4.2
3.6
–0.3
–0.3
–0.3
4.2
4.2
Input Leakage Current 3, 6, 7
IIH/I
IL
Input Current 8
"H" Output Current 1
"H" Output Current 2
"L" Output Current 1
"L" Output Current 2
Output Leakage Current 1, 2, 4
Input Capacitance
Output Capacitance
Analog Reference Power
Supply Current
Current Consumption
(during STOP) *
Current Consumption
(during HALT)
I
I
I
I
OH
I
OL
I
LO
C
C
REF
DDS
DDH
= 2.4V
V
O
VO = V
I
O
DD
f = 1MHz
Ta = 25°C
0V
/
A/D in operation
A/D stopped
= 2V
V
DD
—
f
OSC
= 10MHz
**
No Load
Current Consumption
I
DD
**
Typ.
VDD+0.3
—
V
—
V
—
V
—
—
—
—
—
—
—
—
—
—
—
–2
–1
10
5
—±2mA
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
0.3
0.5
0.2
20
30
10/–10
5
7
1
6
8
+0.3
DD
+0.3
DD
+0.3
DD
0.8
0.8
0.4
—
—
0.4
0.4
1/–1
1/–20
—
—
—
—
—
—
2
10
10
100
10
15
35
40
V"L" Input Voltage 5, 7
mAVI = VDD/0VInput Current 5
mA
pF
mA
mA
mA
mA
Note: 1 Applied to P0
2 Applied to P1, P2, P3 and P4
3 Applied to P5
4 Applied to ALE, PSEN, RD, WR and RESOUT
5 Applied to RES and NMI
6 Applied to READY and EA
7 Applied to FLT
8 Applied to OSC
*VDD or GND for ports serving as the input pin. No load for any other.
** Applied to MSM66P201/66P207
0
19/30
Page 20
¡ SemiconductorMSM66201/66P201/66207/66P207
AC Characteristics
• External program memory control
=5V±10%, Ta=–40 to +85°C)
(V
DD
ParameterSymbolConditionMin.Max.Unit
C
L
—
= 50pF
50
3t
fW
–20
4t
fW
–20
t
fW
–20
2t
fW
–35
t
fW
–20
t
fW
–20
t
fW
–20
t
fW
2t
fW
t
fW
t
fW
t
fW
100
0
t
fW
Clock (OSC) Pulse
ALE Pulse Width
PSEN Pulse Width
PSEN Pulse Delay Time
Low Address Setup time
Low Address Hold Time
High Address Delay Time
High Address Hold Time
Instruction Setup Time
Instruction Hold Time
t
t
t
t
t
t
t
t
fW
AW
PW
PAD
AAS
AAH
AAD
APH
t
IS
t
IH
• External data memory control
=5V±10%, Ta=–40 to +85°C)
(V
DD
ParameterSymbolConditionMin.Max.Unit
Clock (OSC) Pulse
ALE Pulse Width
RD Pulse Width
WR Pulse Width
RD Pulse Delay Time
WR Pulse Delay Time
Low Address Setup Time
Low Address Hold Time
High Address Setup Time
High Address Hold Timet
High Address Hold Timet
Memory Data Setup Timet
Memory Data Hold Timet
Data Delay Timet
Data Hold Time
t
t
t
t
t
RAD
t
WAD
t
t
t
ARH
AWH
t
fW
AW
RW
WW
AAS
AAH
AAD
MS
MH
DD
DH
C
—
= 50pF
L
50
3t
fW
–20
4t
fW
–20
4t
fW
–20
t
fW
–20
t
fW
–20
2t
fW
–35
t
fW
–20
t
fW
–20
t
fW
–20
t
fW
–20
100—
0t
t
fW
–20
t
fW
–20
—
—
—
—
t
fW
t
fW
2t
fW
t
fW
t
fW
t
fW
t
fW
fW
t
fW
t
fW
—
—
—
+20
+40
+40
+40
—
–20
+20
+20
+20
+40
+40
+40
+40
–20
+40
+40
+20
ns
ns
20/30
Page 21
¡ SemiconductorMSM66201/66P201/66207/66P207
CLK
t
t
∆W
∆W
ALE
t
AW
PSEN
t
PAD
t
PW
AD0-7
A8-15
RD
AD0-7
A8-15
t
t
AAD
AAD
PC0-7INST0-7
t
AAS
t
AAH
PC8-15
t
RAD
t
RW
RAP0-7DIN0-7
t
AAS
t
AAH
RAP8-15
t
t
IS
MS
t
t
t
t
IH
APH
MH
APH
WR
AD0-7
A8-15
t
AAD
t
WAD
t
WW
RAP0-7DOUT0-7
t
AAS
t
AAH
t
DD
RAP8-15
t
t
AWH
DH
21/30
Page 22
¡ SemiconductorMSM66201/66P201/66207/66P207
• Serial port control
Master mode
(V
=5V±10%, Ta=–40 to +85°C)
DD
ParameterSymbolConditionMin.Max.Unit
Clock (OSC) Pulse Width
Serial Clock Pulse Width
Output Data Setup Time
Output Data Hold Time
Input Data Setup Time
Input Data Hold Time
t
fW
t
SCKW
t
STMXS
t
STMXH
t
SRMXS
t
SRMXH
—50
—
8t
fW
8tfW+40
–20
6t
C
=50pF
L
fW
+10
2t
fW
50
—
—
—
—
—
—
ns
Slave mode
=5V±10%, Ta=–40 to +85°C)
(V
DD
ParameterSymbolConditionMin.Max.Unit
Clock (OSC) Pulse Width
Serial Clock Pulse Width
Output Data Setup Time
Output Data Hold Time
Input Data Setup Time
Input Data Hold Time
t
fW
t
SCKW
t
STSXS
t
STSXH
t
SRSXS
t
SRSXH
—50
—
8t
fW
6tfW+40
–20
6t
C
=50pF
L
fW
100
100
—
—
—
—
—
—
ns
22/30
Page 23
¡ SemiconductorMSM66201/66P201/66207/66P207
OSC
SCK
SDOUT
(TXD)
SDIN
(RXD)
SCK
t
∆W
t
∆W
t
STMXH
t
SCKW
t
STMXS
t
SCKW
ValidValid
t
SRMXH
t
SRMXS
SDOUT
(TXD)
SDIN
(RXD)
t
SCKW
t
STSXH
t
SCKW
t
STSXS
ValidValid
t
SRSXH
t
SRSXS
23/30
Page 24
¡ SemiconductorMSM66201/66P201/66207/66P207
A/D Converter Characteristics
• Operating range
ParameterSymbolConditionMin.Max.Unit
f
Power Supply Voltage
Analog Reference Voltage
Analog Input Voltage
Analog Reference Power
V
DD
V
R
V
AI
R
R
£ 10MHz4.5
OSC
= GND = 0V
V
AG
4.5
V
—
AG
Typ.
—
—
—
16
V
5.5
DD
V
—
R
Voltage Resistance
Operating Temperature
T
op
= 5V ± 10%
DD
–40
—V
+85
• A/D Converter accuracy
Normal operation mode
ParameterSymbolCondition
Resolution
Absolute Error
Relative Error
Full Scale Error–1.0——–3.5–3.5
Differential Linearity ErrorE
Crosstalk
n
E
A
E
R
E
Z
E
F
D
E
C
See the
recommended
circuit.
V
R=VDD
VAG=GND=0V
Analog input source
impedance
£5kW
One channel
conversion time
=64ms
t
C
(VDD=5V±10%, f
Min.
—
—
—
—
—
—
*
—
—
—
=10MHz, Ta=–40 to +85°C)
OSC
Typ.Max.
*
—
10
+3.0
—
–3.5
±1.5
—
0Zero Point Error0——+3.0+2.0
–0.5
±0.5
+3.0+2.0
——
————
—
—
±0.5
*
10
+2.0
–3.5
±1.0
V
kW
°C
Unit
Bit
LSB
*V
HALT/HOLD operation mode
*V
=5V, Ta=25°C
DD
(VDD=5V±10%, f
ParameterSymbolCondition
Resolution
Absolute Error
Relative Error
Full Scale Error–1.5——–3.5–2.0
Differential Linearity ErrorE
Crosstalk
=5V, Ta=25°C
DD
n
E
A
E
R
E
Z
E
F
D
E
C
See the
recommended
circuit.
V
R=VDD
VAG=GND=0V
Analog input source
impedance
£5kW
One channel
conversion time
=64ms
t
C
Min.
*
—
—
—
—
—
—
—
—
—
+0.5Zero Point Error+0.5——+2.0+1.0
–1.0
————
—
—
±0.5
=10MHz, Ta=–40 to +85°C)
OSC
Typ.Max.
*
—
10
+2.0
—
–3.5
±1.0
—
+2.0+1.0
±0.5
——
*
10
+1.0
–2.0
±0.5
Unit
Bit
LSB
24/30
Page 25
¡ SemiconductorMSM66201/66P201/66207/66P207
• Recommended circuit
Reference
Voltage
V
+
47
0.1
mF
R
–
+
~
I
mF
AI0-7
Analog Input
0.1
mF
RI (Analog input source impedance) £ 5kW
• A/D Converter conversion characteristics 1
[HEX]
3FF
E
F
MAX
REF
AGND
E
F
MIN
V
DD
GND
0.1
mF
+5V
+
47
mF
0V
Conversion Code
000
Actual Conversion (center line)
E
Z
MIN
E
Z
MAX
Analog Input
Conversion Characteristics Diagram 1
Ideal Conversion (center line)
Actual Conversion width
VREF[V]
25/30
Page 26
¡ SemiconductorMSM66201/66P201/66207/66P207
Absolute error (EA)
The absolute error indicates a difference between actual conversion and ideal conversion,
excluding a quantizing error. The absolute error of the A/D converter gets larger as it
approaches the zero point or full scale. (Refer to Conversion Characteristics Diagram 1.)
Relative error (ER)
The relative error indicates a deviation from a line which connects the center point of the zero
point conversion width with that of the full scale conversion width, excluding a quantizing
error.
The relative error of this A/D converter is almost due to a differential linearity error.
Zero point error (Ez) and full scale error (EF)
The zero point error and full scale error indicate a difference between actual conversion and
ideal conversion at the zero point and full scale, respectively. (Refer to Conversion
Characteristics Diagram 1.)
The differential linearity error indicates a difference between the actual conversion width
(actual step width) and ideal value (1LSB).
With this A/D converter, a voltage for actual conversion is shifted and the inclination of a
voltage is changed, with changes of temperature (see Conversion Characteristics Diagram 2-
1). Specifications described in the foregoing tables are established from Eta shown in
Conversion Characteristics Diagram 2-1 (ED=Eta–1LSB). Conversion Characteristics Diagram
2-2 shows temperature characteristics of differential linearity of Es in Conversion Characteristics
Diagram 2-1.
[°C]
26/30
Page 27
¡ SemiconductorMSM66201/66P201/66207/66P207
PACKAGE DIMENSIONS
(Unit : mm)
SDIP64-P-750-1.78
Package material
Lead frame material
Pin treatment
Solder plate thickness
Package weight (g)
Epoxy resin
Cu alloy
Solder plating
5 mm or more
8.70 TYP.
Notes for Mounting the Surface Mount Type Package
The SOP, QFP, TSOP, SOJ, QFJ (PLCC), SHP and BGA are surface mount type packages, which
are very susceptible to heat in reflow mounting and humidity absorbed in storage.
Therefore, before you perform reflow mounting, contact Oki’s responsible sales person for the
product name, package name, pin number, package code and desired mounting conditions
(reflow method, temperature and times).
27/30
Page 28
¡ SemiconductorMSM66201/66P201/66207/66P207
(Unit : mm)
QFP64-P-1414-0.80-BK
Mirror finish
Package material
Lead frame material
Pin treatment
Solder plate thickness
Package weight (g)
Epoxy resin
42 alloy
Solder plating
5 mm or more
0.87 TYP.
Notes for Mounting the Surface Mount Type Package
The SOP, QFP, TSOP, SOJ, QFJ (PLCC), SHP and BGA are surface mount type packages, which
are very susceptible to heat in reflow mounting and humidity absorbed in storage.
Therefore, before you perform reflow mounting, contact Oki’s responsible sales person for the
product name, package name, pin number, package code and desired mounting conditions
(reflow method, temperature and times).
28/30
Page 29
¡ SemiconductorMSM66201/66P201/66207/66P207
(Unit : mm)
QFJ68-P-S950-1.27
Mirror finish
Package material
Lead frame material
Pin treatment
Solder plate thickness
Package weight (g)
Epoxy resin
Cu alloy
Solder plating
5 mm or more
4.50 TYP.
Notes for Mounting the Surface Mount Type Package
The SOP, QFP, TSOP, SOJ, QFJ (PLCC), SHP and BGA are surface mount type packages, which
are very susceptible to heat in reflow mounting and humidity absorbed in storage.
Therefore, before you perform reflow mounting, contact Oki’s responsible sales person for the
product name, package name, pin number, package code and desired mounting conditions
(reflow method, temperature and times).
29/30
Page 30
¡ SemiconductorMSM66201/66P201/66207/66P207
(Unit : mm)
ADIP64-C-750-1.78
Notes for Mounting the Surface Mount Type Package
The SOP, QFP, TSOP, SOJ, QFJ (PLCC), SHP and BGA are surface mount type packages, which
are very susceptible to heat in reflow mounting and humidity absorbed in storage.
Therefore, before you perform reflow mounting, contact Oki’s responsible sales person for the
product name, package name, pin number, package code and desired mounting conditions
(reflow method, temperature and times).
30/30
Page 31
This datasheet has been download from:
www.datasheetcatalog.com
Datasheets for electronics components.
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.