• Retry Counter Register
—Allows 8 tries before clearing of both arrays
—Password Protected Reset
• 32-bit Response to Reset (RST Input)
• 64 byte Sector Program
• 400kHz Clock Rate
• 2 wire Serial Interface
• Low Power CMOS
—2.7 to 5.5V operation
—Standby current Less than 1µA
—Active current less than 3 mA
• High Reliability Endurance:
—100,000 Write Cycles
• Data Retention: 100 years
• Available in:
—SmartCard Module
—TQFP Package
16Kx8+64x8
DESCRIPTION
The X76F128 is a Pass word Access Security Supervisor,
containing one 131072-bit Secure SerialFlash array and
one 512-bit Secure SerialFlash array. Access to each
memory array is controlled by two 64-bit passwords.
These passwords protect read and write operations of
the memory array. A separate RESET password is used
to reset the passwords and clear the memory arrays in
the event the read and write pass words are lost.
The X76F128 features a serial interface and software
protocol allowing operation on a popular two wire bus.
The bus signals are a clock Input (SCL) and a bidirectional data input and output (SDA). Access to the device
is controlled through a chip select (CS
any number of devices to share the same b us.
The X76F128 also features a synchronous response to
reset providing an automatic output of a hard-wired 32-bit
data stream conforming to the industry standard for
memory cards.
The X76F128 utilizes Xicor’s proprietary Direct Write
cell, providing a minimum endurance of 100,000 cycles
and a minimum data retention of 100 years.
) input, allowing
TM
Functional Diagram
CS
SCL
SDA
RST
Xicor, Inc. 1994, 1995, 1996 Patents Pending
7052 10/7/97 T0/C0/D0 SH
INTERFACE
LOGIC
CHIP ENABLE
DATA T RANSF ER
ARRAY ACCESS
ENABLE
PASSWORD ARRAY
AND PASSWORD
VERIFICATION LOGIC
RESET
RESPONSE REGISTER
1
(PASSWORD PROTECTED)
(PASSWORD PROTECTED)
Characteristics subject to change without notice
16K BYTE
SerialFlash ARRAY
ARRAY 0
64 BYTE
SerialFlash ARRAY
ARRAY 1
RETRY COUNTER
7052 FM 01
Page 2
X76F128
PIN DESCRIPTIONS
Serial Clock (SCL)
The SCL input is used to clock all data into and out of the
device.
Serial Data (SDA)
SDA is a true three state serial data input/output pin. During a read cycle, data is shifted out on this pin. During a
write cycle, data is shifted in on this pin. In all other
cases, this pin is in a high impedance state.
Chip Enable (CS
)
When CS is high, the X76F128 is deselected and the
SDA pin is at high impedance and unless an internal
write operation is underway, the X76F128 will be in
standby mode. CS lo w enab les the X76F128, placing it in
the active mode.
Reset (RST)
RST is a device reset pin. When RST is pulsed high
while CS is low the X76F128 will output 32 bits of fixed
data which conforms to the standard for “synchronous
response to reset”. CS must remain LOW and the part
must not be in a write cycle for the response to reset to
occur. See Figure 11. If at any time during the response
to reset CS goes HIGH, the response to reset will be
aborted and the par t will return to the standby state. The
response to reset is "mask programmable" only!
If the X76F128 is in a nonvolatile write cycle a “no ACK”
(SDA=High) response will be issued in response to loading of the command byte. If a stop is issued prior to the
nonvolatile write cycle the write operation will be terminated and the part will reset and enter into a standby
mode.
The basic sequence is illustrated in Figure 1.
PIN NAMES
SymbolDescription
CSChip Select Input
SDASerial Data Input/Output
SCLSerial Clock Input
RSTReset Input
VccSupply Voltage
VssGround
NCNo Connect
7052 FM T01
PIN CONFIGURATION
Smart Card
V
CC
RST
SCL
GND
CS
SDA
DEVICE OPERATION
There are two primary modes of operation for the
X76F128; Protected READ and protected WRITE.
Protected operations must be performed with one of four
8-byte passwords .
The basic method of communication for the device is
established by first enabling the device (CS LOW), generating a start condition, then transmitting a command,
followed by the correct password. All parts will be
shipped from the factory with all passwords equal to ‘0’.
The user must perform ACK Polling to determine the
validity of the password, before starting a data transfer
(see Acknowledge Polling.) Only after the correct password is accepted and a ACK polling has been perf ormed,
can the data transfer occur .
To ensure the correct communication, RST must remain
LOW under all conditions except when running a
“Response to Reset sequence”.
Data is transferred in 8-bit segments, with each transfer
being followed by an ACK, generated by the receiving
device.
NC
VSS
NC
NC
NC
NC
NC
NC
NC
NC
NC
CS
SDA
NC
NCNCNCNCNCNCNCNCNCNCNC
4847464544434241403938
1
2
3
4
5
6
7
8
9
10
11
12
1314151617181920212223
NCNCNCNCNCNCNCNCNCNCNC
NC
37
36
35
34
33
32
31
30
29
28
27
26
25
24
NC
7052 FM 02
VCC
NC
NC
NC
NC
NC
NC
NC
NC
NC
RST
SCL
After each transaction is completed, the X76F128 will
reset and enter into a standby mode. This will also be the
response if an unsuccessful attempt is made to access a
protected array.
2
Page 3
X76F128
Figure 1. X76F128 Device Operation
LOAD COMMAND BYTE
LOAD 8-BYTE
PASSWORD
VERIFY PASSWORD
ACCEPTANCE BY
USE OF PASSWORD ACK POLLING
LOAD 2 BYTE ADDRESS
READ/WRITE
DATA BYTES
Twc OR DATA ACK POLLING
7052 FM 03
Retry Counter
The X76F128 contains a retry counter. The retry counter
allows 8 accesses with an invalid password before any
action is taken. The counter will increment with any combination of incorrect passwords. If the retry counter overflows, all memory areas are cleared and the device is
locked by preventing any read or write array password
matches. The passwords are unaffected. If a correct
password is received prior to retry counter overflow, the
retry counter is reset and access is granted. In order to
reset the operation of a locked up device, a special reset
command must be used with a RESET PASSWORD.
Device Protocol
The X76F128 supports a bidirectional bus oriented protocol. The protocol defines any device that sends data
onto the bus as a transmitter and the receiving device as
a receiver. The device controlling the transfer is a master
and the device being controlled is the slave. The master
will always initiate data transf ers and pro vide the clock f or
both transmit and receive operations. Therefore, the
X76F128 will be considered a slave in all applications.
Clock and Data Conventions
Data states on the SDA line can change only during SCL
LOW. SDA changes during SCL HIGH are reserved for
indicating start and stop conditions. Refer to Figure 2 and
Figure 3.
Start Condition
All commands are preceeded by the start condition,
which is a HIGH to LOW transition of SDA when SCL is
HIGH. The X76F128 continuously monitors the SDA and
SCL lines for the start condition and will not respond to
any command until this condition is met.
A start may be issued to terminate the input of a control
byte or the input data to be written. This will reset the
device and leave it ready to begin a new read or write
command. Because of the push/pull output, a start cannot be generated while the part is outputting data. Starts
are inhibited while a write is in progress.
Stop Condition
All communications must be terminated by a stop condition. The stop condition is a LOW to HIGH transition of
SDA when SCL is HIGH. The stop condition is also used
to reset the device during a command or data input
sequence and will leave the device in the standby power
mode. As with starts, stops are inhibited when outputting
data and while a write is in progress.
Acknowledge
Acknowledge is a software convention used to indicate
successful data transfer. The transmitting device, either
master or slave, will release the bus after transmitting
eight bits. During the ninth clock cycle the receiver will
pull the SDA line LOW to acknowledge that it received
the eight bits of data.
The X76F128 will respond with an acknowledge after
recognition of a start condition and its slave address. If
both the device and a write condition have been
selected, the X76F128 will respond with an acknowledge
after the receipt of each subsequent eight-bit word.
RESET DEVICE Command
The RESET DEVICE command is used to clear the retry
counter and reactivate the device. When the RESET
DEVICE command is used prior to the retry counter
overflow, the retry counter is reset and no arrays or passwords are affected. If the retry counter has ov erflowed, all
memory areas are cleared and all commands are
blocked and the retry counter is disabled. Issuing a valid
RESET DEVICE command (with reset password) to the
device resets and re-enables the retry counter and reenables the other commands. Again, the passwords are
not affected.
RESET PASSWORD Command
A RESET PASSWORD command will clear both arrays
and set all passwords to all zero .
Notes:Illegal command codes will be disregarded. The part will respond with a “no-A CK” to the illegal b yte and then return to the standby mode.
All write/read operations require a password.
4
Page 5
X76F128
PROGRAM OPERATIONS
Sector Programming
The sector program mode requires issuing the 8-bit write
command followed b y the pass word, pass w ord Ack command, the address and then the data bytes transferred
as illustrated in figure 4. Up to 64 bytes may be transferred. After the last byte to be transferred is acknowledged a stop condition is issued which starts the
nonvolatile write cycle.
Figure 4. Sector Programming
COMMAND
START
SDA
S
ACK POLLING
START
COMMAND
S
NACK
Password
ACK
If ACK, Then
Password Matches
Write
7
ACK
A15
A14
A13
A12
ACK
A11
A10A9A8
Write
Password
0
ACK
A7A6A5A4A3A2A1
ACK
Data 63
ACK
Wait t
Repeated
ACK Polling
Command
ACK
A0
ACK
STOP
S
Data ACK Polling
ACK
WC
OR
Data 0
Wait t
. . .
ACK
WC
7052 FM 07
5
Page 6
X76F128
Password ACK Polling Sequence
ACK
RETURNED?
ISSUE
PASSWORD
ACK COMMAND
PASSWORD LOAD
COMPLETED
ENTER ACK POLLING
ISSUE START
NO
YES
PROCEED
7052 FM 09
ACK Polling
Once a stop condition is issued to indicate the end of the
host’s write sequence, the X76F128 initiates the internal
nonvolatile write cycle. In order to take advantage of the
typical 5ms write cycle, ACK polling can begin
immediately. This involves issuing the start condition
followed by the new command code of 8 bits (1st byte of
the protocol.) If the X76F128 is still busy with the
nonvolatile write operation, it will issue a “no-ACK” in
response. If the nonvolatile write operation has
completed, an “ACK” will be returned and the host can
then proceed with the rest of the protocol.
Data ACK Polling Sequence
WRITE SEQUENCE
COMPLETED
ENTER ACK POLLING
ISSUE START
ISSUE NEW
COMMAND
CODE
requires the master to perform an ACK polling with the
specific code of F0h. As with regular Acknowledge polling
the user can either time out for 10ms, and then issue the
ACK polling once, or continuously loop as described in the
flow .
ACK
RETURNED?
YES
PROCEED
After the password sequence, there is always a nonvolatile write cycle. This is done to discourage random
guesses of the password if the device is being tampered
with. In order to continue the transaction, the X76F128
Figure 5. Acknowledge Polling
SCL
SDA
8th clk.
of 8th
pwd. byte
NO
‘ACK’
clk
‘ACK’
7052 FM 08
If the password that was inserted was correct, then an
“ACK” will be returned once the nonvolatile cycle is over,
in response to the ACK polling cycle immediately follo wing
it.
If the password that was inserted was incorrect, then a “no
ACK” will be returned even if the nonvolatile cycle is over.
Therefore, the user cannot be certain that the password is
incorrect until the 10ms write cycle time has elapsed.
‘ACK’
clk
ACK or
no ACK
START
condition
6
8th
clk
8th bit
7052 FM 10
Page 7
X76F128
READ OPERATIONS
Read operations are initiated in the same manner as write
operations but with a different command code .
Random Read
The master issues the start condition and a Read instruction and password, perf orms a Password Ack Polling, then
issues the word address. Once the password has been
acknowledged and first byte has been read, another start
can be issued followed by a new 8-bit address. Random
reads are allowed, but only the low order 8 bits can
change. This limits random reads to a 512 byte block.
Therefore, with a single password cycle only a 512 byte
block of array 0 may be accessed randomly. To randomly
access another block of arra y 0, a stop m ust be issued f ollowed by a new command/address/pass w ord sequence. A
random read of the array 1 can access all locations without another password command sequence.
Figure 6. Random Read
Read
Password
7
If ACK, then
Password Matches
SDA
COMMAND
START
S
ACK
Sequential Read
The host can read sequentially within an array after the
password acceptance sequence. The data output is
sequential, with the data from address n followed by the
data from n+1. The address counter for read operations
increments all address bits, allowing the entire memory
array contents to be serially read during one operation. At
the end of the address space (address 3FFFh for array 0,
3Fh for array 1), the counter “rolls over” to address 0 and
the X76F128 continues to output data for each acknowledge received. Refer to figure 7 for the address, acknowledge and data transfer sequence. An acknowledge must
follow each 8-bit data transfer. After the last bit has been
read, a stop condition is generated without a preceding
acknowledge.
Read
Password
ACK
0
ACK
Wait t
ACK Polling
Command
ACK
WC
OR
Repeated
ACK POLLING
START
COMMAND
S
NACK
Figure 7. Sequential Read
COMMAND
START
SDA
S
If ACK, then
Password Matches
ACK POLLING
COMMAND
START
S
NACK
ACK
A15
ACK
A14
A15
A13
A14
A12
ACK
A13
A11
A10A9A8
Read
Password
7
A12
A11
A10A9A8
A7A6A5A4A3A2A1
ACK
ACK
A7A6A5A4A3A2A1
ACK
A0
ACK
ACK
7
Data X
Read
Password
0
A0
ACK
Data 0
START
S
ACK
A7A6A5A4A3A2A1
Wait t
WC
OR
Repeated
ACK Polling
Command
ACK
ACK
A0
ACK
Data Y
Data X
STOP
S
7052 FM 11
STOP
S
7052 FM 12
Page 8
X76F128
PASSWORDS
The sequence in Figure 8 shows how to change (program) the passwords. The programming of passwords is
done twice prior to the nonvolatile write cycle in order to
verify that the new password is consistent. After the eight
bytes are entered in the second pass, a comparison
takes place. A mismatch will cause the part to reset and
enter into the standby mode.
Data ACK polling can be used to determine if a password
has been loaded correctly, however the data ACK command must be issued less than 2ms after the stop bit.
Figure 8. Change Passwords
Old
Password
START
SDA
S
If ACK, then
Password Matches
COMMAND
ACK POLLING
COMMAND
START
S
ACK
7
ACK
Two bytes of “0”
After this time, it cannot be determined if the password
has been loaded correctly, without trying the new password. To determine if the new password has been loaded
correctly the data ACK polling command is issued immediately following the stop bit. If it returns an ACK, then the
two passes of the new password entry do not match. If it
returns a "no ACK" then the passwords match and a high
voltage cycle is in progress. The high voltage cycle is
complete when a subsequent data ACK command
returns an "ACK".
There is no way to read any of the passw ords.
Old
Password
0
ACK
Wait t
Repeated
ACK Polling
Command
ACK
New
Password
WC
OR
7
ACK
ACK
New
Password
7
NACK
New
Password
0
ACK
RESPONSE TO RESET
The X76F128 returns a unique 32 bits response to reset
by implementing the following procedures:
goes LOW
• CS
• RST goes HIGH
• SCK toggles Low-HIGH-Low
ACK
ACK
Password
ACK
ACK
Data ACK
Polling
0
STOP
If immediate ACK,
then New Password error
S
If immediate NACK,
followed by ACK after ~5ms
ACK
then New Password OK
ACK
7052 FM 13
• RST goes LOW
• Each subsequent clock forces next response to
reset bit onto SO pin.
For the X76F128, the 32 bit sequence is 19h, 28h, AAh,
55h with each byte output LSB first. See Figure 11.
8
Page 9
X76F128
Figure 9. Reset Password
Reset Password
START
COMMAND
SDA
S
Reset
Password
7
Reset
Password
0
Wait t
WC
OR
Repeated
ACK Polling
Command
If ACK, then
Device reset
ACK POLLING
START
S
COMMAND
STOP
S
ACK
Figure 10. Reset Device
Reset
Password
7
ACK
SDA
START
S
Reset Device
COMMAND
Figure 11. Response to RESET (RST)
CS
RST
ACK
ACK
ACK
ACK
Reset
Password
0
ACK
Wait t
WC
OR
Repeated
ACK Polling
Command
ACK
NACK
If ACK, then
Device reset
ACK POLLING
START
COMMAND
S
NACK
ACK
7052 FM 14
STOP
S
ACK
7052 FM 15
SCK
LSB
SO
LSB
32 2
18 708420
"19""SS""28"
ABSOLUTE MAXIMUM RATINGS*
Temperature under Bias ......................–65°C to +135°C
Storage T emperature ...........................–65°C to +150°C
V oltage on any Pin with
Respect to V
......................................–1V to +7V
SS
D .C. Output Current..................................................5mA
Stresses above those listed under “Absolute Maximum
Ratings” may cause permanent damage to the device.
This is a stress rating only and the functional operation of
the device at these or any other conditions above those
listed in the operational sections of this specification is
not implied. Exposure to absolute maxim um rating conditions for extended periods ma y affect de vice reliability.
Input Rise and Fall Times10ns
Input and Output Timing Level
Output Load100pF
10
OUTPUT
5V
1533Ω
OUTPUT
100pF
V
x 0.1 to VCC x 0.9
CC
V
x 0.5
CC
7052 FM T09
Page 11
X76F128
AC CHARACTERISTICS
AC Specifications (Over the recommended operating conditions)
Symbol ParameterMinTyp
f
SCL
f
SCL
(1)
t
IN
t
AA
t
BUF
t
LOW
t
HIGH
t
SU:STA
t
HD:STA
t
SU:DAT
t
HD:DAT
t
SU:STO
t
DH
t
R
t
F
t
SU:CS
t
HD:CS
f
SCL_RST
SCL Clock Frequency, X76F1280400KHz
SCH Clock Frequency, X76F128–2.70250KHz
Pulse width of spikes which must be suppressed by
the input filter
50100ns
SCL LOW to SDA Data Out Valid0.10.30.9µs
Time the bus must be free before a new transmit
can start
1.3µs
Clock LOW Time1.3µs
Clock HIGH Time0.6µs
Start Condition Setup Time0.6µs
Start Condition Hold Time0.6µs
Data In Setup Time100ns
Data In Hold Time0µs
Stop Condition Setup Time0.6µs
Data Output Hold Time50300ns
SDA and SCL Rise Time
SDA and SCL Fall Time
20 + 0.1 x C
20 + 0.1 x C
(2)
b
(2)
b
CS Setup Time200ns
CS Hold Time100ns
SCL Clock Frequency during Response to Reset400kHz
(1)
MaxUnits
300ns
300ns
t
SR
t
NOL
t
RST
t
SU:RST
t
LOW_RST
t
HIGH_RST
t
RDV
t
CDV
t
DHZ
Notes: 1. Typical values are for TA = 25˚C and VCC = 5.0V
Notes: 2. Cb = Total Capacitance of one bus line in pf.
Device Select to RST active200ns
RST to SCL Non-Overlap500ns
RST High Time2.25µs
Response to Reset Setup Time1.25µs
Clock LOW during Response to Reset1.25µs
Clock HIGH during Response to Reset1.25µs
RST LOW to SDA Valid During Response to Reset0500ns
CLK LOW to SDA Valid During Response to Reset0500ns
Device Deselect to SDA high impedance0500ns
7052 FM T14
11
Page 12
X76F128
RESET AC SPECIFICATIONS
Power Up Timing
Symbol ParameterMin.Typ
(1)
t
PUR
(1)
t
PUW
Notes: 1. Delays are measured from the time VCC is stable until the specified operation can be initiated. These parameters are periodically sampled
and not 100% tested.
2. T ypical v alues are for TA = 25˚C and VCC = 5.0V
Time from Power Up to Read1mS
Time from Power Up to Write5mS
(2)
Nonvolatile Write Cycle Timing
Symbol ParameterMin.Typ.(1)Max.Units
(1)
t
WC
Notes: 1. tWC is the time from a valid stop condition at the end of a write sequence to the end of the self-timed internal nonvolatile write cycle.
It is the minimum cycle time to be allowed for any non volatile write b y the user , unless Acknowledge P olling is used.
Write Cycle Time510mS
Max.Units
7052 FM T11
7052 FM T12
TIMING DIAGRAMS
Bus Timing
t
R
SCL
t
SU:STA
SDA IN
SDA OUT
Write Cycle Timing
SCL
SDA
8th bit of last byteACK
t
HD:STA
t
F
t
SU:DAT
t
HIGH
t
LOW
t
HD:DAT
Stop
Condition
t
SU:STO
t
t
DH
AA
t
WC
Condition
Start
t
BUF
7052 FM 18
7052 FM 19
12
Page 13
X76F128
CS Timing Diagram (Selecting/Deselecting the Part)
SCL
t
SU:CS
CS
from
master
RST Timing Diagram – Response to a Synchronous Reset
t
SR
CS
RST
CLK
I/O
t
NOL
CS
RST
t
RST
1st
clk
pulse
t
RDV
t
NOL
t
SU:RST
DATA BIT (1)
t
HIGH_RST
2nd
clk
pulse
t
CDV
t
HD:CS
t
LOW_RST
DATA BIT (2)
3rd
clk
pulse
7052 FM 20
CLK
I/O
DATA BIT (N)
DATA BIT (N+1)
GUIDELINES FOR CALCULATING TYPICAL VALUES OF BUS PULL UP RESISTORS
100
V
80
60
R
MAX
R
MIN
40
20
R
Pull Up Resistance in KΩ
MIN
10080604020
R
MAX
tR = maximum allowable SDA rise time
Bus capacitance in pF
13
CCMAX
--------------------------1.8
I
OLMIN
t
R
------------------=
C
BUS
K
Ω==
t
DHZ
(N+2)
7052 FM 21
7052 FM 22
Page 14
X76F128
PACKAGING INFORMATION
48-LEAD THIN QUAD FLAT PACK (TQFP) PACKAGE TYPE L
He
E
PIN 1
L1
D
Hd
GAGE PLANE 0.25
L
7°±0°
e
C
b
A2
INCHESMILLIMETERS
0.002
0.53
0.007
0.004
0.273 BSC
0.273 BSC
0.35 BSC
0.35 BSC
0.018
0.039TYP
0.006
0.057
0.011
0.008
0.030
A1
DIM
A
1
A
2
b
c
D
E
e
Hd
He
L
L
1
MINMAXMINMAX
0.05
1.35
0.17
0.090
0.15
1.45
0.27
0.200
7.0 BSC
7.0 BSC
0.5 BSC0.02 BSC
9.0 BSC
9.0 BSC
0.45
0.75
1.00TYP
NOTES:
1.GAGE PLANE DIMENSION IS IN MM.
2.LEAD COPLANARITY SHALL BE 0.10MM [0.004] MAXIMUM.
3. MOLD FLASH NOT INCLUDED IN DIMENSIONS
14
7052 FM 23
Page 15
X76F128
0.088 (2.24) MIN EPOXY
FREE AREA (TYP.)
0.069 (1.75) MIN EPOXY
0.420 ± 0.002
(10.67 ± 0.05)
8 PAD CHIP ON BOARD SMART CARD MODULE TYPE X
0.465 ± 0.002
(11.81 ± 0.05)
0.285 (7.24) MAX.
FREE AREA (TYP.)
0.270 (6.86) MAX.
A
R. 0.039 (1.00) (4X)
A
0.210 ± 0.002
(5.33 ± 0.05)
0.008 ± 0.001
(0.20 ± 0.03)
SECTION A-A
FR4 TAPE
0.105 ± 0.002
(2.67 ± 0.05)
TYP.
(8x)
0.233 ± 0.002
(5.92 ± 0.05)
GLOB SIZE
0.146 ± 0.002
(3.71 ± 0.05)
DIE
0.174 ± 0.002
(4.42 ± 0.05)
0.0235 (0.60) MAX.
0.015 (0.38) MAX.
0.008 (0.20) MAX.
COPPER, NICKEL PLATED, GOLD FLASH
R. 0.013 (0.33) (8x)
0.105 ± 0.002
(2.67 ± 0.05)
(8x)
NOTE:
1. ALL DIMENSIONS IN INCHES AND (MILLIMETERS)
3003 ILL 03.1
15
Page 16
X76F128
0.475 ± 0.010
(12.07 ± 0.25)
3° MAX.
DRAFT ANGLE
(ALL AROUND)
R.0.125
(3.18) (4x)
A
A
SMART CARD TYPE Y
(85.57 ± 0.05)
0.593 ± 0.002
(15.06 ± 0.05)
R. 0.030 (0.76) (4x)
3.369 ± 0.002
0.430 ± 0.002
(10.92 ± 0.05)
2.125 ± 0.002
(53.98 ± 0.05)
0.31 ± 0.0005
(.079 ± 0.0127)
MOLD GATE DETAIL
SECTION A-A
SCALE:5x
0.478 ± 0.002
(12.14 ± 0.05)
NOTES:
1.ALL DIMENSIONS ARE IN INCHES AND (MILLIMETERS).
2.SPECIFIED DIMS ARE MEASURED AT BOTTOM OF CAVITY.
3.MATERIAL: WHITE PVC MOLDED PLASTIC WITH ANTI-STATIC ADDITIVE.
4.SURFACE FINISH SUITABLE FOR OFFSET PRINTING.
3003 ILL 02.1
16
Page 17
X76F128
ORDERING INFORMATION
X76F128XX–X
Device
VCC Limits
Blank = 5V ±10%
2.7 = 2.7V to 3.6V
Temperature Range
Blank = Commercial = 0°C to +70°C
E = Extended = –20°C to +85°C
Package
L = 48-Lead TQFP
H = Die in Waffle Packs
W = Die in Wafer Form
X = Smart Card Module
Y = Smart Card
LIMITED WARRANTY
Devices sold by Xicor, Inc. are covered by the warranty and patent indemnification provisions appearing in its Terms of Sale only. Xicor, Inc. makes no warranty,
express, statutory, implied, or by description regarding the information set forth herein or regarding the freedom of the described devices from patent infringement.
Xicor, Inc. makes no warranty of merchantability or fitness for any purpose. Xicor, Inc. reserves the right to discontinue production and change specifications and
prices at any time and without notice.
Xicor, Inc. assumes no responsibility f or the use of any circuitry other than circuitry embodied in a Xicor, Inc. product. No other circuits, patents , licenses are implied.
U.S. PATENTS
Xicor products are covered by one or more of the following U.S. Patents: 4,263,664; 4,274,012; 4,300,212; 4,314,265; 4,326,134; 4,393,481; 4,404,475;
4,450,402; 4,486,769; 4,488,060; 4,520,461; 4,533,846; 4,599,706; 4,617,652; 4,668,932; 4,752,912; 4,829, 482; 4,874, 967; 4,883, 976. Foreign patents and
additional patents pending.
LIFE RELATED POLICY
In situations where semiconductor component failure may endanger life, system designers using this product should design the system with appropriate error detection and correction, redundancy and back-up features to prev ent such an occurence.
Xicor’s products are not authorized for use in critical components in life support devices or systems.
1. Life support devices or systems are devices or systems which, (a) are intended for surgical implant into the body, or (b) support or sustain life, and whose failure
to perform, when properly used in accordance with instructions for use provided in the labeling, can be reasonably expected to result in a significant injury to the
user.
2. A critical component is any component of a life support device or system whose failure to perform can be reasonably expected to cause the failure of the life support device or system, or to affect its safety or effectiv eness.
17
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.