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.0–P1.7/
A8–A15
I/O
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.0–P2.2
I/O
P2: 8-bit input-output port. Each bit can be assigned to input or output.
P2.3/CLKOUTCLKOUT: Output pin for supplying a clock to peripheral circuits.
P2.4/HOLD
P2.5/HLDA
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.
P2.6/T
P2.7/R
P3.0/T
P3.1/R
P3.2/INT0R
C
X
CR
X
D
X
D
X
I/O
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.
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
1.2Displacement Addressing
a) Zero Page
Example
L
A,
b) Direct Page
Example
ST
A,
DP
18H
off 10H
DP
0000H
SFR
0018H
xx00H
RAM
xx10H
1.3Pointing Register (PR) Indirect Addressing
a) Data Point (DP) Indirect
Example
SLL
[DP]
DP
RAM
b) User Stack Pointer (USP) Indirect
Example
SRL
10H
[USP]
USP
–128 to +127
RAM
13/30
Page 14
¡ SemiconductorMSM66201/66P201/66207/66P207
c) Index Register (X1, X2) Indirect
Example
INC 300H
[X1]
RAM
X1
0 to 65535
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
A,
[DP]
DP
ROM
0200H
ROM
ROM
2)User Stack Pointer (USP) Indirect
Example
LC
[USP]
A,
USP
ROM
14/30
Page 15
¡ SemiconductorMSM66201/66P201/66207/66P207
3)Index Register (X1, X2) Indirect
Example
LC
A,
[X1]
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]]
RAM
ROM
X1
0 to 65535
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
LCA, [2000H [80H]]
ROM
ROM
RAM
80H
0 to 65535
ROM
16/30
Page 17
¡ SemiconductorMSM66201/66P201/66207/66P207
MEMORY MAPS
Program Memory Space
0000H
7FFFH *
FFFFH
Internal
ROM Area
External
Memory
* MSM66201 : 3FFFH
0000H
0027H
0028H
0037H
0038H
7FFFH *
Vector
Table
Area
(40 bytes)
VCAL
Table
Area
(16 bytes)
Data Memory Space
0000H
007FH
Zero
Page
Internal
RAM
Area
External
Memoly
Area
0080H
00BFH
00C0H
00FFH
0100H
047FH *
FFFFH
0000H
SFR AreaSpecial
PR Area
007FH
0080H
00BFH
00C0H
Function
Registors
PORT, A/DC,
TIMER, PWM,
etc....
PR0
PR1
PR2
PR3
PR4
PR5
PR6
PR7
80
82
84
86
X1
X2
DP
USP
(Low Order)
(High Order)
* MSM66201 : 027FH
047FH *
17/30
Page 18
¡ SemiconductorMSM66201/66P201/66207/66P207
ABSOLUTE MAXIMUM RATINGS
(Ta=25°C)
Parameter
Symbol
Supply Voltage
Input Voltage
Output Voltage
Analog Ref. VoltageV
Analog Input Voltage
Power Dissipation
V
V
V
P
DD
V
O
REF
AI
D
I
Ta=85°C
per Package
Condition
GND=AGND=0V
64-pin shrink DIP
64-pin QFP
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
Unit
V
mW
68-pin QFJ1120
Storage Temperature
T
STG
—
–55 to +150
°C
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
TTL load
ConditionRange
f
OSC
f
OSC
V
= 5V ±10%
DD
£ 10MHz
= 0Hz
4.5 to 5.5
2.0 to 5.5
0 to 10
—
MOS load
P0
P1, P2, P3, P41
20
2
Unit
V
MHz
—
18/30
Page 19
¡ SemiconductorMSM66201/66P201/66207/66P207
ELECTRICAL CHARACTERISTICS
DC Characteristics
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
Input Leakage Current 3, 6, 7
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)
Current Consumption
V
V
V
V
IIH/I
I
I
I
C
C
I
REF
I
DDS
I
DDH
I
OH
OL
OH
OL
LO
DD
= 5V ± 10%, Ta = –40 to +85°C)
(V
DD
Typ.
2.4
4.0
IH
—
4.2
3.6
–0.3
IL
—
–0.3
–0.3
= –400mA
I
O
= –200mA
I
O
= 3.2mA
I
O
= 1.6mA
I
O
4.2
4.2
—
—
—
IL
—
—
–2
–1
= 2.4V
V
O
10
5
VO = V
I
O
f = 1MHz
Ta = 25°C
DD
/
0V
A/D in operation
A/D stopped
= 2V
V
DD
—
—±2mA
—
—
—
—
—
0.3
0.5
0.2
—
—
**
**
—
—
—
f
= 10MHz
OSC
No Load
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
20
30
VDD+0.3
+0.3
V
DD
+0.3
V
DD
+0.3
V
DD
0.8
0.8
V"L" Input Voltage 5, 7
0.4
—
—
0.4
0.4
1/–1
1/–20
mAVI = VDD/0VInput Current 5
10/–10
—
—
mA
—
—
5
—
pF
7
—
2
10
mA
mA
10
mA
1
6
8
100
10
15
mA
35
40
Note:1Applied to P0
2Applied to P1, P2, P3 and P4
3Applied to P5
4Applied to ALE, PSEN, RD, WR and RESOUT
5Applied to RES and NMI
6Applied to READY and EA
7Applied to FLT
8Applied 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
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
PAD
t
AAS
t
AAH
t
AAD
t
APH
t
fW
AW
PW
t
IH
—
C
= 50pF
L
IS
3t
4t
2t
t
t
t
t
fW
fW
fW
fW
fW
fW
fW
50
–20
–20
–20
–35
–20
–20
–20
100
0
2t
—
—
—
t
fW
+20
fW
+20
t
fW
+40
t
fW
+40
t
fW
+40
—
t
fW
–20
ns
• External data memory control
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
WW
t
RAD
t
WAD
t
AAS
t
AAH
t
AAD
ARH
AWH
t
fW
AW
RW
MS
MH
DD
DH
C
L
—
= 50pF
=5V±10%, Ta=–40 to +85°C)
(V
DD
50
3t
fW
–20
4t
fW
–20
4t
fW
–20
2t
t
fW
–20
t
fW
–20
fW
–35
t
fW
–20
t
fW
–20
t
fW
–20
t
fW
–20
2t
t
fW
t
fW
fW
t
fW
t
fW
t
fW
t
fW
100—
0t
t
fW
–20
t
fW
–20
fW
t
fW
t
fW
—
—
—
—
+20
+20
+20
+40
+40
+40
+40
–20
+40
+40
ns
20/30
Page 21
¡ SemiconductorMSM66201/66P201/66207/66P207
CLK
ALE
PSEN
AD0-7
A8-15
RD
t
∆W
t
∆W
t
AAD
t
AW
t
PAD
t
PW
PC0-7INST0-7
t
AAS
t
AAH
t
IS
t
IH
PC8-15
t
APH
AD0-7
A8-15
WR
AD0-7
t
AAD
t
RAD
t
RW
RAP0-7DIN0-7
t
AAS
t
AAH
RAP8-15
t
WAD
t
WW
RAP0-7DOUT0-7
t
AAS
t
AAH
t
DD
t
MS
t
t
APH
t
MH
DH
A8-15
t
AAD
RAP8-15
t
AWH
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
L
=50pF
2t
fW
fW
+10
50
—
—
—
ns
—
—
—
Slave mode
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
=5V±10%, Ta=–40 to +85°C)
(V
DD
—50
—
8t
fW
6tfW+40
–20
6t
C
L
=50pF
fW
100
100
—
—
—
ns
—
—
—
22/30
Page 23
¡ SemiconductorMSM66201/66P201/66207/66P207
OSC
SCK
SDOUT
(TXD)
SDIN
(RXD)
t
∆W
t
∆W
t
STMXH
t
SCKW
t
STMXS
t
SCKW
ValidValid
t
SRMXH
t
SRMXS
SCK
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
5.5
V
V
—
DD
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.
—
—
—
—
—
—
Typ.Max.
*
—
—
—
=10MHz, Ta=–40 to +85°C)
OSC
*
—
—
—
10
+3.0
–3.5
±1.5
0Zero Point Error0——+3.0+2.0
–0.5
————
—
—
±0.5
±0.5
+3.0+2.0
——
*
10
+2.0
–3.5
±1.0
V
kW
°C
Unit
Bit
LSB
*V
HALT/HOLD operation mode
=5V, Ta=25°C
DD
(VDD=5V±10%, f
Min.
=10MHz, Ta=–40 to +85°C)
OSC
Typ.Max.
ParameterSymbolCondition
*
Resolution
Absolute Error
Relative Error
Full Scale Error–1.5——–3.5–2.0
Differential Linearity ErrorE
Crosstalk
*V
=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
—
—
—
—
—
—
—
—
—
+0.5Zero Point Error+0.5——+2.0+1.0
–1.0
————
—
—
±0.5
*
—
—
—
±0.5
10
+2.0
–3.5
±1.0
+2.0+1.0
——
*
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
REF
AGND
V
DD
GND
0.1
mF
+5V
+
47
mF
0V
Conversion Code
[HEX]
3FF
000
E
F
MAX
Actual Conversion (center line)
E
Z
MIN
E
Z
MAX
Analog Input
Conversion Characteristics Diagram 1
E
F
MIN
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.
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
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.