0% found this document useful (0 votes)
8 views

AT29c020

The AT29C020 is a 5-volt-only Flash programmable and erasable read-only memory with a capacity of 2 megabits organized as 262,144 bytes, featuring fast access times and low power dissipation. It supports sector programming, hardware and software data protection, and includes boot blocks with a programming lockout feature. The device can endure over 10,000 write cycles and offers various methods for program cycle detection, including DATA polling and toggle bit functionality.

Uploaded by

bbraun chandran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

AT29c020

The AT29C020 is a 5-volt-only Flash programmable and erasable read-only memory with a capacity of 2 megabits organized as 262,144 bytes, featuring fast access times and low power dissipation. It supports sector programming, hardware and software data protection, and includes boot blocks with a programming lockout feature. The device can endure over 10,000 write cycles and offers various methods for program cycle detection, including DATA polling and toggle bit functionality.

Uploaded by

bbraun chandran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

Features

• Fast Read Access Time – 70 ns


• 5-volt Only Reprogramming
• Sector Program Operation
– Single Cycle Reprogram (Erase and Program)
– 1024 Sectors (256 Bytes/Sector)
– Internal Address and Data Latches for 256 Bytes
• Internal Program Control and Timer
• Hardware and Software Data Protection
• Two 8K Bytes Boot Blocks with Lockout 2-megabit
• Fast Sector Program Cycle Time – 10 ms
• DATA Polling for End of Program Detection (256K x 8)
• Low Power Dissipation
– 40 mA Active Current
5-volt Only

– 300 µA CMOS Standby Current
Typical Endurance > 10,000 Cycles
Flash Memory
• Single 5V ±10% Supply
• CMOS and TTL Compatible Inputs and Outputs
• Green (Pb/Halide-free) Packaging Option AT29C020
1. Description
The AT29C020 is a 5-volt-only in-system Flash programmable and erasable read-only
memory (PEROM). Its 2 megabits of memory is organized as 262,144 bytes. Manu-
factured with Atmel’s advanced nonvolatile CMOS technology, the device offers
access times to 70 ns with power dissipation of just 220 mW over the industrial tem-
perature range. When the device is deselected, the CMOS standby current is less
than 300 µA. Device endurance is such that any sector can typically be written to in
excess of 10,000 times.
To allow for simple in-system reprogrammability, the AT29C020 does not require high
input voltages for programming. Five-volt-only commands determine the operation of
the device. Reading data out of the device is similar to reading from an EPROM.
Reprogramming the AT29C020 is performed on a sector basis; 256 bytes of data are
loaded into the device and then simultaneously programmed.
During a reprogram cycle, the address locations and 256 bytes of data are internally
latched, freeing the address and data bus for other operations. Following the initiation
of a program cycle, the device will automatically erase the sector and then program
the latched data using an internal control timer. The end of a program cycle can be
detected by DATA polling of I/O7. Once the end of a program cycle has been
detected, a new access for a read or program can begin.

0291S–FLASH–11/08
2. Pin Configurations
Pin Name Function
A0 - A17 Addresses
CE Chip Enable
OE Output Enable
WE Write Enable
I/O0 - I/O7 Data Inputs/Outputs
NC No Connect

2.1 32-lead PLCC Top View

VCC
A12
A15
A16

A17
WE
NC
4
3
2
1
32
31
30
A7 5 29 A14
A6 6 28 A13
A5 7 27 A8
A4 8 26 A9
A3 9 25 A11
A2 10 24 OE
A1 11 23 A10
A0 12 22 CE
I/O0 13 21 I/O7
14
15
16
17
18
19
20
I/O1
I/O2
GND
I/O3
I/O4
I/O5
I/O6

2.2 32-lead TSOP (Type 1) Top View

A11 1 32 OE
A9 2 31 A10
A8 3 30 CE
A13 4 29 I/O7
A14 5 28 I/O6
A17 6 27 I/O5
WE 7 26 I/O4
VCC 8 25 I/O3
NC 9 24 GND
A16 10 23 I/O2
A15 11 22 I/O1
A12 12 21 I/O0
A7 13 20 A0
A6 14 19 A1
A5 15 18 A2
A4 16 17 A3

2 AT29C020
0291S–FLASH–11/08
AT29C020

3. Block Diagram

4. Device Operation

4.1 Read
The AT29C020 is accessed like an EPROM. When CE and OE are low and WE is high, the data
stored at the memory location determined by the address pins is asserted on the outputs. The
outputs are put in the high impedance state whenever CE or OE is high. This dual-line control
gives designers flexibility in preventing bus contention.

4.2 Byte Load


Byte loads are used to enter the 256 bytes of a sector to be programmed or the software codes
for data protection. A byte load is performed by applying a low pulse on the WE or CE input with
CE or WE low (respectively) and OE high. The address is latched on the falling edge of CE or
WE, whichever occurs last. The data is latched by the first rising edge of CE or WE.

4.3 Program
The device is reprogrammed on a sector basis. If a byte of data within a sector is to be changed,
data for the entire sector must be loaded into the device. Any byte that is not loaded during the
programming of its sector will be indeterminate. Once the bytes of a sector are loaded into the
device, they are simultaneously programmed during the internal programming period. After the
first data byte has been loaded into the device, successive bytes are entered in the same man-
ner. Each new byte to be programmed must have its high-to-low transition on WE (or CE) within
150 µs of the low-to-high transition of WE (or CE) of the preceding byte. If a high-to-low transi-
tion is not detected within 150 µs of the last low-to-high transition, the load period will end and
the internal programming period will start. A8 to A17 specify the sector address. The sector
address must be valid during each high-to-low transition of WE (or CE). A0 to A7 specify the
byte address within the sector. The bytes may be loaded in any order; sequential loading is not
required. Once a programming operation has been initiated, and for the duration of tWC, a read
operation will effectively be a polling operation.

4.4 Software Data Protection


A software controlled data protection feature is available on the AT29C020. Once the software
protection is enabled a software algorithm must be issued to the device before a program may
be performed. The software protection feature may be enabled or disabled by the user; when

3
0291S–FLASH–11/08
shipped from Atmel, the software data protection feature is disabled. To enable the software
data protection, a series of three program commands to specific addresses with specific data
must be performed. After the software data protection is enabled the same three program com-
mands must begin each program cycle in order for the programs to occur. All software program
commands must obey the sector program timing specifications. Once set, the software data pro-
tection feature remains active unless its disable command is issued. Power transitions will not
reset the software data protection feature; however, the software feature will guard against inad-
vertent program cycles during power transitions.
After setting SDP, any attempt to write to the device without the 3-byte command sequence will
start the internal write timers. No data will be written to the device; however, for the duration of
tWC, a read operation will effectively be a polling operation.
After the software data protection’s 3-byte command code is given, a sector of data is loaded
into the device using the sector program timing specifications.

4.5 Hardware Data Protection


Hardware features protect against inadvertent programs to the AT29C020 in the following ways:
(a) VCC sense – if VCC is below 3.8V (typical), the program function is inhibited; (b) VCC power on
delay – once VCC has reached the VCC sense level, the device will automatically time out 5 ms
(typical) before programming; (c) Program inhibit – holding any one of OE low, CE high or WE
high inhibits program cycles; and (d) Noise filter – pulses of less than 15 ns (typical) on the WE
or CE inputs will not initiate a program cycle.

4.6 Product Identification


The product identification mode identifies the device and manufacturer as Atmel. It may be
accessed by hardware or software operation. The hardware operation mode can be used by an
external programmer to identify the correct programming algorithm for the Atmel product.
In addition, users may wish to use the software product identification mode to identify the part
(i.e. using the device code), and have the system software use the appropriate sector size for
program operations. In this manner, the user can have a common board design for 256K to
4-megabit densities and, with each density’s sector size in a memory map, have the system soft-
ware apply the appropriate sector size.
For details, see Operating Modes (for hardware operation) or Software Product Identification.
The manufacturer and device code is the same for both modes.

4.7 DATA Polling


The AT29C020 features DATA polling to indicate the end of a program cycle. During a program
cycle an attempted read of the last byte loaded will result in the complement of the loaded data
on I/O7. Once the program cycle has been completed, true data is valid on all outputs and the
next cycle may begin. DATA polling may begin at any time during the program cycle.

4.8 Toggle Bit


In addition to DATA polling the AT29C020 provides another method for determining the end of a
program or erase cycle. During a program or erase operation, successive attempts to read data
from the device will result in I/O6 toggling between one and zero. Once the program cycle has
completed, I/O6 will stop toggling and valid data will be read. Examining the toggle bit may begin
at any time during a program cycle.

4 AT29C020
0291S–FLASH–11/08
AT29C020

4.9 Optional Chip Erase Mode


The entire device can be erased by using a 6-byte software code. Please see Software Chip
Erase application note for details.

4.10 Boot Block Programming Lockout


The AT29C020 has two designated memory blocks that have a programming lockout feature.
This feature prevents programming of data in the designated block once the feature has been
enabled. Each of these blocks consists of 8K bytes; the programming lockout feature can be set
independently for either block. While the lockout feature does not have to be activated, it can be
activated for either or both blocks.
These two 8K memory sections are referred to as boot blocks. Secure code which will bring up a
system can be contained in a boot block. The AT29C020 blocks are located in the first 8K bytes
of memory and the last 8K bytes of memory. The boot block programming lockout feature can
therefore support systems that boot from the lower addresses of memory or the higher
addresses. Once the programming lockout feature has been activated, the data in that block can
no longer be erased or programmed; data in other memory locations can still be changed
through the regular programming methods. To activate the lockout feature, a series of seven
program commands to specific addresses with specific data must be performed. Please see
Boot Block Lockout Feature Enable Algorithm.
If the boot block lockout feature has been activated on either block, the chip erase function will
be disabled.

4.10.1 Boot Block Lockout Detection


A software method is available to determine whether programming of either boot block section is
locked out. See Software Product Identification Entry and Exit sections. When the device is in
the software product identification mode, a read from location 00002H will show if programming
the lower address boot block is locked out while reading location 3FFF2H will do so for the upper
boot block. If the data is FE, the corresponding block can be programmed; if the data is FF, the
program lockout feature has been activated and the corresponding block cannot be pro-
grammed. The software product identification exit mode should be used to return to standard
operation.

5. Absolute Maximum Ratings*


Temperature Under Bias............................... -55° C to +125° C *NOTICE: Stresses beyond those listed under “Absolute
Maximum Ratings” may cause permanent dam-
Storage Temperature .................................... -65° C to +150° C age to the device. This is a stress rating only and
functional operation of the device at these or any
All Input Voltages (including NC Pins) other conditions beyond those indicated in the
with Respect to Ground ...................................-0.6V to +6.25V operational sections of this specification is not
implied. Exposure to absolute maximum rating
All Output Voltages conditions for extended periods may affect
with Respect to Ground .............................-0.6V to VCC + 0.6V device reliability.

Voltage on OE
with Respect to Ground ...................................-0.6V to +13.5V

5
0291S–FLASH–11/08
6. DC and AC Operating Range
AT29C020-70 AT29C020-90
Operating Temperature (Case) Industrial -40° C - 85° C -40° C - 85° C
VCC Power Supply 5V ± 10% 5V ± 10%

7. Operating Modes
Mode CE OE WE Ai I/O
Read VIL VIL VIH Ai DOUT
Program(2) VIL VIH VIL Ai DIN
5V Chip Erase VIL VIH VIL Ai
(1)
Standby/Write Inhibit VIH X X X High Z
Program Inhibit X X VIH
Program Inhibit X VIL X
Output Disable X VIH X High Z
Product Identification
A1 - A17 = VIL, A9 = VH,(3) A0 = VIL Manufacturer Code(4)
Hardware VIL VIL VIH
A1 - A17 = VIL, A9 = VH, A0 = VIH Device Code(4)
A0 = VIL Manufacturer Code(4)
Software(5)
A0 = VIH Device Code(4)
Notes: 1. X can be VIL or VIH.
2. Refer to AC Programming Waveforms.
3. VH = 12.0V ± 0.5V.
4. Manufacturer Code: 1F, Device Code: DA.
5. See details under Software Product Identification Entry/Exit.

8. DC Characteristics
Symbol Parameter Condition Min Max Units
ILI Input Load Current VIN = 0V to VCC 10 µA
ILO Output Leakage Current VI/O = 0V to VCC 10 µA
ISB1 VCC Standby Current CMOS CE = VCC - 0.3V to VCC 300 µA
ISB2 VCC Standby Current TTL CE = 2.0V to VCC 3 mA
ICC VCC Active Current f = 5 MHz; IOUT = 0 mA 40 mA
VIL Input Low Voltage 0.8 V
VIH Input High Voltage 2.0 V
VOL Output Low Voltage IOL = 2.1 mA 0.45 V
VOH1 Output High Voltage IOH = -400 µA 2.4 V
VOH2 Output High Voltage CMOS IOH = -100 µA; VCC = 4.5V 4.2 V

6 AT29C020
0291S–FLASH–11/08
AT29C020

9. AC Read Characteristics
AT29C020-70 AT29C020-90
Symbol Parameter Min Max Min Max Units
tACC Address to Output Delay 0 70 90 ns
tCE(1) CE to Output Delay 70 90 ns
tOE(2) OE to Output Delay 0 40 0 50 ns
tDF(3)(4) CE or OE to Output Float 0 25 0 30 ns
Output Hold from OE, CE or Address,
tOH 0 0 ns
whichever occurred first

10. AC Read Waveforms(1)(2)(3)(4)

Notes: 1. CE may be delayed up to tACC - tCE after the address transition without impact on tACC.
2. OE may be delayed up to tCE - tOE after the falling edge of CE without impact on tCE or by tACC - tOE after an address change
without impact on tACC.
3. tDF is specified from OE or CE whichever occurs first (CL = 5 pF).
4. This parameter is characterized and is not 100% tested.

7
0291S–FLASH–11/08
11. Input Test Waveforms and Measurement Level

tR, tF < 5 ns

12. Output Test Load

13. Pin Capacitance


f = 1 MHz, T = 25°C(1)
Symbol Typ Max Units Conditions
CIN 4 6 pF VIN = 0V
COUT 8 12 pF VOUT = 0V
Note: 1. This parameter is characterized and is not 100% tested.

8 AT29C020
0291S–FLASH–11/08
AT29C020

14. AC Byte Load Characteristics


Symbol Parameter Min Max Units
tAS, tOES Address, OE Set-up Time 0 ns
tAH Address Hold Time 50 ns
tCS Chip Select Set-up Time 0 ns
tCH Chip Select Hold Time 0 ns
tWP Write Pulse Width (WE or CE) 90 ns
tDS Data Set-up Time 50 ns
tDH, tOEH Data, OE Hold Time 0 ns
tWPH Write Pulse Width High 100 ns

15. AC Byte Load Waveforms

15.1 WE Controlled

15.2 CE Controlled

9
0291S–FLASH–11/08
16. Program Cycle Characteristics
Symbol Parameter Min Max Units
tWC Write Cycle Time 10 ms
tAS Address Set-up Time 0 ns
tAH Address Hold Time 50 ns
tDS Data Set-up Time 50 ns
tDH Data Hold Time 0 ns
tWP Write Pulse Width 90 ns
tBLC Byte Load Cycle Time 150 µs
tWPH Write Pulse Width High 100 ns

17. Program Cycle Waveforms(1)(2)(3)

Notes: 1. A8 through A17 must specify the sector address during each high-to-low transition of WE (or CE).
2. OE must be high when WE and CE are both low.
3. All words that are not loaded within the sector being programmed will be indeterminate.

10 AT29C020
0291S–FLASH–11/08
AT29C020
18. Software Data Protection 19. Software Data Protection
Enable Algorithm(1) Disable Algorithm(1)
LOAD DATA AA LOAD DATA AA
TO TO
ADDRESS 5555
ADDRESS 5555

LOAD DATA 55
LOAD DATA 55 TO
TO ADDRESS 2AAA

ADDRESS 2AAA

LOAD DATA 80
TO
LOAD DATA A0 ADDRESS 5555
TO
ADDRESS 5555 WRITES ENABLED
LOAD DATA AA
TO
ADDRESS 5555
LOAD DATA
TO ENTER DATA
SECTOR (256 BYTES) (4) PROTECT STATE (2)
LOAD DATA 55
TO
ADDRESS 2AAA

LOAD DATA 20
TO
ADDRESS 5555 EXIT DATA
PROTECT STATE(3)

LOAD DATA
TO
SECTOR (256 BYTES)(4)

Notes: 1. Data Format: I/O7 - I/O0 (Hex); Address Format: A14 - A0 (Hex).
2. Data Protect state will be activated at end of program cycle.
3. Data Protect state will be deactivated at end of program period.
4. 256 bytes of data MUST BE loaded.

20. Software Protected Program Cycle Waveform(1)(2)(3)

Notes: 1. A8 through A17 must specify the sector address during each high-to-low transition of WE (or CE) after the software code has
been entered.
2. OE must be high when WE and CE are both low.
3. All bytes that are not loaded within the sector being programmed will be indeterminate.

11
0291S–FLASH–11/08
21. Data Polling Characteristics(1)
Symbol Parameter Min Typ Max Units
tDH Data Hold Time 10 ns
tOEH OE Hold Time 10 ns
(2)
tOE OE to Output Delay ns
tWR Write Recovery Time 0 ns
Notes: 1. These parameters are characterized and not 100% tested.
2. See tOE spec in AC Read Characteristics.

22. Data Polling Waveforms

23. Toggle Bit Characteristics(1)


Symbol Parameter Min Typ Max Units
tDH Data Hold Time 10 ns
tOEH OE Hold Time 10 ns
(2)
tOE OE to Output Delay ns
tOEHP OE High Pulse 150 ns
tWR Write Recovery Time 0 ns
Notes: 1. These parameters are characterized and not 100% tested.
2. See tOE spec in AC Read Characteristics.

24. Toggle Bit Waveforms(1)(2)(3)

Notes: 1. Toggling either OE or CE or both OE and CE will operate toggle bit.


2. Beginning and ending state of I/O6 may vary.
3. Any address location may be used but the address should not vary.

12 AT29C020
0291S–FLASH–11/08
AT29C020

25. Software Product Identification 27. Boot Block Lockout


Entry(1) Feature Enable Algorithm(1)
LOAD DATA AA LOAD DATA AA
TO TO
ADDRESS 5555 ADDRESS 5555

LOAD DATA 55 LOAD DATA 55


TO TO
ADDRESS 2AAA ADDRESS 2AAA

LOAD DATA 90 LOAD DATA 80


TO TO
ADDRESS 5555 ADDRESS 5555

LOAD DATA AA
PAUSE 10 mS ENTER PRODUCT TO
IDENTIFICATION ADDRESS 5555
MODE(2)(3)(5)

LOAD DATA 55
26. Software Product Identification TO

Exit(1) ADDRESS 2AAA

LOAD DATA AA
TO LOAD DATA 40
ADDRESS 5555 TO
ADDRESS 5555

LOAD DATA 55
TO LOAD DATA 00 LOAD DATA FF
ADDRESS 2AAA TO TO
ADDRESS 00000H(2) ADDRESS 3FFFFH(3)

LOAD DATA F0
TO
ADDRESS 5555 PAUSE 20 mS PAUSE 20 mS

Notes: 1. Data Format: I/O7 - I/O0 (Hex);


PAUSE 10 mS EXIT PRODUCT Address Format: A14 - A0 (Hex).
IDENTIFICATION 2. Lockout feature set on lower address boot block.
MODE(4)
3. Lockout feature set on higher address boot block.

Notes: 1. Data Format: I/O15 - I/O0 (Hex);


Address Format: A14 - A0 (Hex).
2. A1 - A17 = VIL.
Manufacturer Code is read for A0 = VIL;
Device Code is read for A0 = VIH.
3. The device does not remain in identification mode if
powered down.
4. The device returns to standard operation mode.
5. Manufacturer Code is 1F. The Device Code is DA.

13
0291S–FLASH–11/08
28. Ordering Information
28.1 Green Package Option (Pb/Halide-free)
tACC ICC (mA)
(ns) Active Standby Ordering Code Package Operation Range
AT29C020-70JU 32J
70 40 0.3
AT29C020-70TU 32T Industrial
AT29C020-90JU 32J (-40° to 85° C)
90 40 0.3
AT29C020-90TU 32T

Package Type
32J 32-lead, Plastic J-leaded Chip Carrier (PLCC)
32T 32-lead, Thin Small Outline Package (TSOP)

14 AT29C020
0291S–FLASH–11/08
AT29C020

29. Packaging Information

29.1 32J – PLCC

PIN NO. 1 1.14(0.045) X 45˚


1.14(0.045) X 45˚
IDENTIFIER 0.318(0.0125)
0.191(0.0075)

E1 E B1 E2
B

e
A2
D1
A1
D
A

0.51(0.020)MAX
45˚ MAX (3X) COMMON DIMENSIONS
(Unit of Measure = mm)

SYMBOL MIN NOM MAX NOTE


D2 A 3.175 – 3.556
A1 1.524 – 2.413
A2 0.381 – –
D 12.319 – 12.573
D1 11.354 – 11.506 Note 2
D2 9.906 – 10.922
Notes: 1. This package conforms to JEDEC reference MS-016, Variation AE. E 14.859 – 15.113
2. Dimensions D1 and E1 do not include mold protrusion.
Allowable protrusion is .010"(0.254 mm) per side. Dimension D1 E1 13.894 – 14.046 Note 2
and E1 include mold mismatch and are measured at the extreme E2 12.471 – 13.487
material condition at the upper or lower parting line.
3. Lead coplanarity is 0.004" (0.102 mm) maximum. B 0.660 – 0.813
B1 0.330 – 0.533
e 1.270 TYP
10/04/01

TITLE DRAWING NO. REV.


2325 Orchard Parkway
32J, 32-lead, Plastic J-leaded Chip Carrier (PLCC) 32J B
R San Jose, CA 95131

15
0291S–FLASH–11/08
29.2 32T – TSOP

PIN 1
0º ~ 8º
c

Pin 1 Identifier

D1 D

e b L1

E A2 A SEATING PLANE GAGE PLANE

COMMON DIMENSIONS
A1 (Unit of Measure = mm)

SYMBOL MIN NOM MAX NOTE


A – – 1.20
A1 0.05 – 0.15
A2 0.95 1.00 1.05
Notes: 1. This package conforms to JEDEC reference MO-142, Variation BD. D 19.80 20.00 20.20
2. Dimensions D1 and E do not include mold protrusion. Allowable
protrusion on E is 0.15 mm per side and on D1 is 0.25 mm per side. D1 18.30 18.40 18.50 Note 2
3. Lead coplanarity is 0.10 mm maximum. E 7.90 8.00 8.10 Note 2
L 0.50 0.60 0.70
L1 0.25 BASIC
b 0.17 0.22 0.27
c 0.10 – 0.21
e 0.50 BASIC

10/18/01
TITLE DRAWING NO. REV.
2325 Orchard Parkway
32T, 32-lead (8 x 20 mm Package) Plastic Thin Small Outline 32T B
R San Jose, CA 95131 Package, Type I (TSOP)

16 AT29C020
0291S–FLASH–11/08
Headquarters International

Atmel Corporation Atmel Asia Atmel Europe Atmel Japan


2325 Orchard Parkway Room 1219 Le Krebs 9F, Tonetsu Shinkawa Bldg.
San Jose, CA 95131 Chinachem Golden Plaza 8, Rue Jean-Pierre Timbaud 1-24-8 Shinkawa
USA 77 Mody Road Tsimshatsui BP 309 Chuo-ku, Tokyo 104-0033
Tel: 1(408) 441-0311 East Kowloon 78054 Saint-Quentin-en- Japan
Fax: 1(408) 487-2600 Hong Kong Yvelines Cedex Tel: (81) 3-3523-3551
Tel: (852) 2721-9778 France Fax: (81) 3-3523-7581
Fax: (852) 2722-1369 Tel: (33) 1-30-60-70-00
Fax: (33) 1-30-60-71-11

Product Contact

Web Site Technical Support Sales Contact


www.atmel.com [email protected] www.atmel.com/contacts

Literature Requests
www.atmel.com/literature

Disclaimer: The information in this document is provided in connection with Atmel products. No license, express or implied, by estoppel or otherwise, to any
intellectual property right is granted by this document or in connection with the sale of Atmel products. EXCEPT AS SET FORTH IN ATMEL’S TERMS AND CONDI-
TIONS OF SALE LOCATED ON ATMEL’S WEB SITE, ATMEL ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY
WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDEN-
TAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF
THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF ATMEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Atmel makes no
representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications
and product descriptions at any time without notice. Atmel does not make any commitment to update the information contained herein. Unless specifically provided
otherwise, Atmel products are not suitable for, and shall not be used in, automotive applications. Atmel’s products are not intended, authorized, or warranted for use
as components in applications intended to support or sustain life.

© 2008 Atmel Corporation. All rights reserved. Atmel ®, Atmel logo and combinations thereof, and others are registered trademarks or trade-
marks of Atmel Corporation or its subsidiaries. Other terms and product names may be trademarks of others.

0291S–FLASH–11/08

You might also like