You are on page 1of 13

ATA6824 and ATmega88:

DC Motor Control in High Temperature


Environment
1. Introduction
The purpose of this document is to explain Atmel

s High Temperature H-bridge Motor


Control System. The demand for driver solutions in under-the-hood environments is
rapidly increasing, and in particular, the use of applications such as turbo chargers,
EGR, or AGR calls for new solutions.
Figure 1-1. ATA6824 and ATmega88
ATA6824 and
ATmega88
Application Note
9102AAUTO08/07
2
9102AAUTO08/07
ATA6824 and ATmega88
2. H-bridge Motor Control System
Figure 2-1. Fully Integrated H-bridge Motor Control Application
The system consists of two integrated circuits: the microcontroller ATmega88 and the H-bridge
DC Motor Driver ATA6824.
The ATA6824 uses gate drivers to drive H-bridge FETs, voltage regulator, watchdog, and serial
IO interface. An integrated charge pump controls the NMOS FETs for low-side and high-side
switches. In addition, the charge pump voltage is capable of providing a low-drop inverse volt-
age protection. Therefore, only a NMOS FET in the source drain direction is necessary.
The ATA6824 switches the outputs off in the event of short circuits, voltage failures, and over-
temperature. Temperature prewarning and charge pump failures are also indicated. The
schematic has a current shunt, which can react at different current levels. The current signal is
prepared for the microcontroller by an amplifier.
The ATmega88 generates the PWM speed signal to run various movement profiles as required
for the load.
SIO
WD
Timer
CC
Timer
Gate Driver
Low Side 2
Gate Driver
Low Side 1
Gate Driver
High Side 1
Gate Driver
High Side 2
CP
13V
Regulator
3.3V/5V VCC
Regulator
Supervisor:
Short Circuit
Open Load
Over Temperature
Under Voltage
Logic Control
ATA6824
PCINT
Interrupt
Pins
PWM
Timer
I/Os
UART
Input
Capture
ADC +
Analog
Comparator
AVR
ATmega88
VCC
DG1
DG2
DG3
PWM
DIR
WD
/RESET
RX
TX
SIO
SIO RWD
CC
GND
PGND
L2
L1
S1
H1
S2
H2
VBAT
3.3V/5V VCC
Regulator
VMODE VINT VG CPLO CPHI VRES PBAT
VBAT
+
-
M
3
9102AAUTO08/07
ATA6824 and ATmega88
2.1 Cooling Area Design
The driver IC ATA6824 is housed in a QFN package. QFN packages are particularly suitable for
power applications because of the exposed die pad. To make use of this advantage, the heat
slug must be completely soldered to the PCB.
To reduce thermal resistance, vias etched down to the soldering layer are required. An adequate
ground plane must be placed on the soldering layer to eliminate the thermal energy.
A via diameter of 0.3 mm to 0.4 mm with a spacing of 1 mm to 1.5 mm has proven to be most
suitable. Care should be taken of the copper area's planarity to avoid, in particular, any solder
bumps arising at the thermal vias.
3. High Ambient Temperature
The application is designed for high temperature environments. The ATmega88 and the driver
ATA6824 are qualified up to an ambient temperature of 150C. Under thermal overload condi-
tions, the ATA6824 switches off. If the temperature exceeds the prewarning threshold, the
microcontroller can reduce the output power.
Capacitance material on X8R quality is necessary to ensure high ambient temperatures.
Mounted connectors, a switch, and a potentiometer on the board, enable prototyping; however,
these components are not qualified for use under high temperatures. The board can be inte-
grated into high-temperature environments using wires.
4. The Application Board
The application board is run-capable when connected to nominal 12V at the battery connector
(see Figure 4-1 on page 4). The board can be connected to the automotive environment over an
SIO bus.
A mounted switch (DIR) for run/stop, clockwise, and counterclockwise and a a potentiometer
(SPEED) for variable speed (PWM) input are available on the application board to enable
stand-alone prototyping.
An optional feedback loop from the DC motor to the ATmega88 can be established using Hall
sensor(s). The two Hall inputs can be linked to the connector HALL as well as the 5V supply for
the Hall sensors. There is also an on-board shunt current sensor to detect over-currents (using
ATmega88s analog comparator) and to measure motor current.
4.1 On Board Features
The application board provides the following features:
ATmega88 QFN32
MCU
ATA6824 QFN
5V/3.3V voltage regulator (fixed on-board to 5V)
Low drop voltage protection management
H-bridge driver with diagnostics
Serial link transceiver to connect board to external environment
Watchdog
4
9102AAUTO08/07
ATA6824 and ATmega88
On-Off-On switch
Stand-alone commands interface: Run/stop, clockwise, and counterclockwise
Potentiometer
Standalone speed variation command (PWM ratio)
System clock
MCU internal RC oscillator
Power H-bridge (4 power FET)
Human interface
Diagnostics signaling/latching through LED and unlatching through push button
Connectors
Power supply (battery voltage) and SIO
DC motor connector
Hall sensor inputs and supply (2 filtered inputs and 5V regulated supply voltage)
SP/debugWire connector, for on-chip in-situ programming (ISP) and for on-chip
debugging using JTAG ICE supported by AVR Studio

interface
(1)
Dimensions: 45 mm 90 mm
Note: 1. The ATmega88 is supported by AVR Studio, version 4.12 or higher. For up-to-date information
on this and other AVR

tool products, please consult our web site. The newest version of AVR
Studio, AVR tools, and user guide can be found in the AVR section of the Atmel web site,
http://www.atmel.com
Figure 4-1. Application Board Top View, and Connector Usage
Motor Out 1
Motor Out 2
PGND
SIO
Vbat
CW
Stop
CCW
Speed
1 2
3 4
5 6
JP1
ISP MK2 Header
MISO
SCK
NRES
MOSI
VCC 5V
GND
5
9102AAUTO08/07
ATA6824 and ATmega88
5. Software Description
All code is implemented in C language. Source code can be compiled using IAR

EWAVR 4.20A
as well as AVR-GCC (WinAVR-20060421 with AVR Studio).
HTML documentation is included in the package. Use the High_temp_brushed_DC.html file in
the root directory to start viewing the documentation.
5.1 Motor Management
Motor stopped
PWM ratio is set to zero
Command switch inputs are monitored to start motor or keep it stopped.
Motor running
ATA6824 DIR pin is set according to command direction. PWM ratio is refreshed
constantly according to speed of the potentiometer ADC input.
Command switch inputs are monitored to stop motor or keep it stopped.
Degraded mode:
ATA6824 detects a short circuit: H-bridge short-circuited and FET is switched off
until next PWM rising edge. This default is reported to software through a diagnostic
feature: an interrupt occurs on DG1 MCU input pin, which internally latches a failure.
Apart from switching on the DG1 LED, no action is taken by the software in response
to this event. In a customer application, this should be managed, eventually by the
interrupt sub-routine, especially in case of a 100% PWM ratio where no rising edge
appears at the ATA6824 PWM input to make a retry. Care should be taken in motor
transient state (e.g. motor start-up). An accelerating curve is preferable from 0% to
100% PWM ratio transition, which may be mistaken for a short-circuit condition.
Without management, in the worst case scenario, the motor will not start as the
outputs are switched off, and short circuit will be shown on DG1 pin.
ATA6824 detects an over-temperature warning: an interrupt occurs on the MCU. This
diagnostic doesnt need to be software latched as it remains high until the
temperature decreases. The application software toggles an LED.
ATA6824 detects an under-voltage, an over-voltage, or a charge pump failure. Then,
an interrupt occurs on DG2 MCU input PIN. This diagnostic is latched by software
and an LED is switched on.
An over-current is detected by the analog comparator. An interrupt is generated. The
output PWM is then disabled until the current decreases bellow the over-current
limit.
5.2 Resources
Table 5-1. Code, Data, and CPU Resources (without Compiler Optimizations)
Compiler/Resources Code Size (Flash) Data Size (Ram) CPU Load
IAR EWAVR 4.20A 1 180 bytes 335 bytes
All routines are
constantly executed in
main loop
AVR-GCC 1724 bytes 15 bytes
6
9102AAUTO08/07
ATA6824 and ATmega88
The following MCU peripherals are used:
Timer 0
PWM generation through output compare 0B (OC0B pin)
ADC channels 0, 6, and 7
Resp. current, battery supply voltage and desired speed (potentiometer) value
acquisitions.
Pin change interrupts
DG1, DG2 and DG3 diagnostic pins interrupts
Optional hall sensors
Analog comparator
Generates over-current interrupts
I/O
LEDs, switch and push-button operations, watchdog trigger, motor direction
command
Additional (not managed by this stand-alone software)
UART for SIO implementation (communication through high-voltage serial interface).
5.3 Caution about ATmega88 Start-up Time (Fuse Configuration)
ATA6824 uses a windowed watchdog, which can reset the ATmega88 using the reset pin.
ATmega88 is configured by default (fuse configuration) with a start-up time of 65 ms after a
power-on reset. With tolerances, this value can increase up to 69 ms.
ATA6824 waits for a watchdog trigger within 68 ms after the reset signal has been released.
Such an additional 65 ms delay is unnecessary and could cause the application not to start.
ATA6824 ensures an adequate VCC through its power-on delay. ATmega88 default fuse config-
uration should be over-written with a smaller start-up time. The start-up time can be set to
4.1 ms or 0 ms. The start-up settings in the fuse configuration can be changed by setting the
SUTx and CKSELx fuse bits. Further details about fuses can be found in ATmega88 datasheet
and in the AVR Studio Help: AVR Tools users guide.
7
9102AAUTO08/07
ATA6824 and ATmega88
Figure 5-1. ATmega88 Fuse Configuration Editing in AVR Studio
8
9102AAUTO08/07
ATA6824 and ATmega88
5.4 Diagrams
Figure 5-2. Flowchart for Analog Comparator (Over-current) ISR
Figure 5-3. Flowchart for Optional Hall Sensors ISR
Figure 5-4. Flowchart for Diagnostic Interrupt Pins
Y N
Over-current ISR
(Analog Comparator ISR)
Current Over Limit?
Latch Over Current
Report Over Current
Disable Output PWM
Clear Over-current Report
Re-enable Output PWM
Pin Change Interrupt 0
(Hall Sensor ISR)
Optional Code Can Be Put in it
Y
Pin Change Interrupt 1
(Diagnostic 1, 2 and 3 ISR
DG1 set? Latch DG1 Failure
DG2 set?
DG3 set?
Clear DG3 Warning
Latch DG2 Failure
Report DG3 Warning
Y
Y
N
N
N
9
9102AAUTO08/07
ATA6824 and ATmega88
Figure 5-5. Main Loop Flowchart
5.5 Modules
void ADC_Init(); (void)
Sets up ADC to acquire desired speed from potentiometer.
void Timer0_start(void)
Configures timer 1 for PWM on Output compare 0 B pin.
void AN_compare_init(void)
Configures Analog comparator to detect over-currents by interrupts.
void Hall_sensors_ISR_init(void)
Sets up pin change interrupts on hall sensors inputs.
void Diag_inputs_ISR_init(void)
Sets up interrupts on Diagnostic pins.
void ADC_task(void)
Schedules ADC acquisitions: desired speed, Vbat, and Motor current. It is called in background
(main loop).
unsigned int adc_get_speed(void)
Returns last acquired desired speed from potentiometer.
unsigned int adc_get_current(void)
Returns last acquired motor current.
unsigned int adc_get_V_bat(void)
Returns last acquired supply voltage measurement.
void manage_time_base(void)
Main Loop
(Background)
ADC Scheduler
Time Base Management
Watchdog Refresh Task
Motor Management
Diagnostic Display on LED
Initialize I/O, ATA6824 WD, ADC, Hall Sensors ISR, Diagnostic ISR, Timer0-PWM
10
9102AAUTO08/07
ATA6824 and ATmega88
Manages a general purpose time base by monitoring Timer0 overflows (used by watchdog
refresh routine, LED toggling).
void refresh_ATA6824_watchdog(void)
Refreshes ATA6824 according to hardware fixed period and software time base. It is called in
background (main loop).
void clear_faults(void)
Clears software latched faults (from diagnostics pins) only when they have disappeared.
TIMER0_SET_OC0B_PWM (val)
This macro changes PWM ratio.
DISABLE_OCB0()
This macro disables PWM output by changing pin multiplexing back to general I/O configuration.
RE_ENABLE_OCB0()
This macro enables PWM output by giving pin control to Output compare 0 B (Timer 0 PWM
output).
11
9102AAUTO08/07
ATA6824 and ATmega88
6. Application Board Full Description
Figure 6-1. BLDC Application Board Schematic
3 2
3 1
3 0
2 9
2 8
2 7
2 6
2 5
8 7
V
C
C
6
G
N
D
5
V
C
C
4 2
G
N
D
3 1
1 6
1 5
1 4
1 3
1 2
1 1
1 0
9
2
4
2
3
A
D
C
7
2
2
G
N
D
2
1
A
R
E
F
2
0
A
D
C
6
1
9
1
8
1
7
U
2

A
T
m
e
g
a
8
8
1 2 3
V
b
a
tS
IO
1
2
3
4
5
6
J
P
1
M
IS
O
S
C
K
N
R
E
S
M
O
S
I
V
C
C

5
V
G
N
D
M O S I
M I S O
S
C
S
C
K
1
0
0
n
F
C
8
1
0
0
n
F
C
1
0
A
G
N
D
V
C
C

5
V
S
p
e
e
d
_
S
e
t
S I O _ T X D
S I O _ R X D
1
0
K
R
1
N
R
E
S
G
N
D
A
G
N
D
W
D
W
D
_
R
E
S
E
T
M o t _ P W M
1 2 3
M
P
T
4
4
H
A
L
L
V
C
C

5
VG
N
D
1
0
K
R
4
1
0
K
R
6
1
n
F
C
1
5
1
n
F
C
1
6
4
7
K
R
7
4
7
K
R
1
0
H
a
ll2
_
S
H
a
ll1
_
S
G
N
D
H
a
ll2
_
S
D i a g 3
D i a g 2
D i a g 1
D G 2 _ F a u l t
3
3
0
R
R
3
4
3
3
0
R
R
3
6
3
3
0
R
R
3
7
L
E
D

C
M
S

R
e
d
D
G
1
D
G
3
_
F
a
u
lt
L
E
D

C
M
S

R
e
d
D
G
3
L
E
D

C
M
S

R
e
d
D
G
2
V
C
C

5
V
V
C
C

5
V
V
S
H
U
N
T
1
0
0
n
F
C
2
7
1
0
0
n
F
C
2
0
V
C
C

5
V
G
N
D
L
E
D
C
M
S

B
lu
e
M
O
T
_
C
C
W
1
K
R
1
5
M
o
t_
S
id
e
1
1
0
K
R
9
Q
1
P
G
N
D
4
7
0
K
R
8
1
0
K
R
1
1
P
G
N
D
V
b
a
t
P
b
a
t
P
b
a
t
V
R
E
S
4
7
0
n
F
C
1
4
S
IO
W
D
_
R
E
S
E
T
2
2
0
n
F
C
1
7
G
N
D
5
1
K
R
1
2
1
0
K
R
1
3
3
3
0
p
F
C
1
9
W
D
_
T
R
IG
P
G
N
D
G
F
1
G
D
1
P
b
a
t
2
.2

F
C
5
V
C
C

5
V
V
C
C

5
V
G
N
D
P
b
a
t
P
G
N
D
L
S
id
e
2
C
m
d
P
G
N
D
1
0

F

5
0
V
C
2
1
0
0

n
F

5
0
V
C
3
1
0
0

n
F

5
0
V
C
1P
G
N
D
L
S
id
e
1
C
m
d
2
2
0
n
F
C
1
8
V
R
E
S
4
7
0
n
F
C
1
3
P
G
N
D
N C
3 2
3 1
V B A T
3 0
V C C
2 9
P G N D
2 8
L 1
2 7
L 2
2 6
P B A T
2 5
S
IO
8
G
N
D
7
W
D
6
R
E
S
E
T
5
C
C
4
V
IN
T
2
R
W
D
3
V
M
O
D
E
1
D G 1
1 6
D G 2
1 5
D G 3
1 4
R X
1 3
N C
1 2
P W M
1 1
D I R
1 0
T X
9
V
G
2
4
C
P
L
O
2
3
C
P
H
I
2
2
V
R
E
S
2
1
H
2
2
0
S
2
1
9
H
1
1
8
S
1
1
7
H
-
b
r
id
g
e

D
r
iv
e
r

V
o
lta
g
e

R
e
g
u
la
to
r

W
a
tc
h
d
o
g
U
1

A
T
A
6
8
2
4
D i a g 3
D i a g 2
D i a g 1
Q
4
Q
6
Q
3
Q
5
1
0
n
F
C
2
1
1
0
n
F
C
2
2
1
0
n
F
C
2
8
1
0
n
F
C
2
9
4
7
0
K
R
2
1
4
7
0
K
R
2
5
4
7
0
K
R
2
6
4
7
0
K
R
2
0
1
0
R
R
1
8
1
0
R
R
1
9
1
0
R
R
2
3
1
0
R
R
2
2
4
.7
n
F
C
2
3
4
.7
n
F
C
2
4
4
.7
n
F
C
2
5
4
.7
n
F
C
2
6
4
R
7
R
1
6
4
R
7
R
1
7
4
R
7
R
2
8
4
R
7
R
2
7
P
b
a
t
M
o
t_
S
id
e
1
M
o
t_
S
id
e
2
H
S
id
e
1
C
m
d
L
S
id
e
1
C
m
d
S
H
U
N
T

5

m
R
R
3
0
1
0
K
R
3
2
1
0
K
R
2
9
2
4
9
K
R
3
3
1
0
0
p
F
C
3
0
P
G
N
D
V
C
C

5
V
2
4
9
K
R
2
4
2
K
2
R
3
1
1
n
F
C
3
1
1
0
0
n
F
C
3
2
V
S
H
U
N
T
12
M
O
T
D
2
1
0
0
n
F
C
4
1
2
0
K
R
2
4
7
K
R
5
V
B
a
t_
M
e
a
s
O
p
t
i
o
n
a
l

H
a
l
l

S
e
n
s
o
r
s
S
u
p
p
l
y

V
o
l
t
a
g
e

M
e
a
s
u
r
e
m
e
n
t
W D _ T R I G
M o t _ D i r
1
2
0
K
R
1
4
V
C
C

5
V
A
G
N
D
A
G
N
D
2
.5
V
1
2
0
K
R
3
5
1
0
0
n
F
C
3
3
V _ P r o t e c t
V S H U N T
A
G
N
D
A
G
N
D
A
G
N
D
O
v
e
r

C
u
r
r
e
n
t

C
o
m
p
a
r
e
H
-
B
r
i
d
g
e

D
i
a
g
n
o
s
t
i
c

D
i
s
p
l
a
y
A
G
N
D
A
G
N
D
A
G
N
D
R
E
L
E
A
S
E
_
B
P
V
B
a
t_
M
e
a
s
34
1
52
O
P
A
3
3
3
V
+
V
-
U
3
M
o
t
o
r

R
o
t
a
t
i
n
g

D
i
r
e
c
t
i
o
n
V
b
a
t
G
N
D
L
E
D
M
O
T
_
C
W
D G 1 _ F a u l t
D G 3 _ F a u l t
1
0
0

F

5
0
V
+C
6
D
3
P
G
N
D
B
a
t a
n
d
S
IO
T
P
1
G
N
D
V
C
C
5
V
S
P
E
E
D
G
N
D
1
0
0
K
S
p
e
e
d
S
e
t
V
C
C
5
V
G
N
D
R
3

3
3
0
R
P
W
R

L
E
D
C
M
S
G
r
e
e
n
O
N
/O
F
F
/O
N
S
w
itc
h
R
ig
h
t A
n
g
le
D
IR
S
W
IT
C
H
C
W
S
W
IT
C
H
C
C
W
G
N
D
R
E
L
E
A
S
E
G
N
D
R
E
L
E
A
S
E
B
P
IS
P
M
K
2
H
e
a
d
e
r S
W
IT
C
H
_
C
C
W
S
W
IT
C
H
_
C
W
V
C
C
5
V
G
N
D
H
a
ll1
_
S
0
R
:

N
e
t

t
ie
P
B
5
(
S
C
K
/
P
C
I
N
T
5
)
A
V
C
C
P
C
0
(
A
D
C
0
/
P
C
I
N
T
8
)
P
C
1
(
A
D
C
1
/
P
C
I
N
T
9
)
P D 2 ( I N T 0 / P C I N T 1 8 )
P D 1 ( T X D / P C I N T 1 7 )
P D 0 ( R X D / P C I N T 1 6 )
P C 6 ( R E S E T / P C I N T 1 4 )
P C 5 ( A D C 5 / S C L / P C I N T 1 3 )
P C 4 ( A D C 4 / S D A / P C I N T 1 2 )
P C 3 ( A D C 3 / P C I N T 1 1 )
P C 2 ( A D C 2 / P C I N T 1 0 )
P
D
3
(
I
N
T
1
/
O
C
2
B
/
P
C
I
N
T
1
9
)
P
D
4
(
T
0
/
X
C
K
/
P
C
I
N
T
2
0
)
P
B
6
(
T
O
S
C
1
/
X
T
A
L
L
1
/
P
C
I
N
T
6
)
P
B
7
(
T
O
S
C
2
/
X
T
A
L
2
/
P
C
I
N
T
7
)P D 5 ( T 1 / O C 0 B / P C I N T 2 1 )
P D 6 ( A I N 0 / O C 0 A / P C I N T 2 2 )
P D 7 ( A I N 1 / P C I N T 2 3 )
P B 0 ( I C P 1 / C L K O / P C I N T 0 )
P B 1 ( O C 1 A / P C I N T 1 )
P B 2 ( O C 1 B / S S / P C I N T 2 )
P B 3 ( M O S I / O C 2 A / P C I N T 3 )
P B 4 ( M I S O / P C I N T 4 )
D
G
2
_
F
a
u
lt
D
G
1
_
F
a
u
lt
B Z X 8 4 - C 5 V 1
B
A
S
1
6
L
1
6

H
Q
2

B
C
8
1
7
-
4
0
L
o
w

D
r
o
p

R
e
v
e
r
s
e

V
o
l
t
a
g
e

P
r
o
t
e
c
t
i
o
n
S
U
D
5
0
N
0
4
0
R
: N
e
t T
ie
H
S
id
e
2
C
m
d
M
o
t_
S
id
e
2
H
S
id
e
1
C
m
d
M
o
t_
S
id
e
1
S I O _ R X D
S I O _ T X D
M o t _ D i r
M o t _ P W M
V B A T S W
S
h
u
n
t

o
f

5

m


-
-
>

G
a
i
n

=

2
5

D
e
f
e
c
t

>

2
0
A





V
S
h
u
n
t

=

1
0
0

m
V





V
A
m
p
l

=

2
.
5
V
S
U
D
5
0
N
0
4
S
U
D
5
0
N
0
4
S
U
D
5
0
N
0
4
S
U
D
5
0
N
0
4
L
S
id
e
2
C
m
d
H
S
id
e
2
C
m
d
M
o
t_
S
id
e
2
C
M
S
Y
e
llo
w
M
o
t_
S
id
e
2
M
o
t_
S
id
e
1
12
9102AAUTO08/07
ATA6824 and ATmega88
Figure 6-2. BLDC Application Board Top View and Component Placement
Figure 6-3. BLDC Application Board Bottom View
9102AAUTO08/07
Headquarters International
Atmel Corporation
2325 Orchard Parkway
San Jose, CA 95131
USA
Tel: 1(408) 441-0311
Fax: 1(408) 487-2600
Atmel Asia
Room 1219
Chinachem Golden Plaza
77 Mody Road Tsimshatsui
East Kowloon
Hong Kong
Tel: (852) 2721-9778
Fax: (852) 2722-1369
Atmel Europe
Le Krebs
8, Rue Jean-Pierre Timbaud
BP 309
78054
Saint-Quentin-en-Yvelines Cedex
France
Tel: (33) 1-30-60-70-00
Fax: (33) 1-30-60-71-11
Atmel Japan
9F, Tonetsu Shinkawa Bldg.
1-24-8 Shinkawa
Chuo-ku, Tokyo 104-0033
Japan
Tel: (81) 3-3523-3551
Fax: (81) 3-3523-7581
Product Contact
Web Site
www.atmel.com
Technical Support
auto_control@atmel.com
Sales Contact
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 ATMELS TERMS AND CONDI-
TIONS OF SALE LOCATED ON ATMELS 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. Atmels products are not intended, authorized, or warranted for use
as components in applications intended to support or sustain life.
2007 Atmel Corporation. All rights reserved. Atmel

, logo and combinations thereof, AVR

, AVR Studio

and others are registered trademarks


or trademarks of Atmel Corporation or its subsidiaries. Other terms and product names may be trademarks of others.

You might also like