Atmega64
Atmega64
PF5 (ADC5/TMS)
PF6 (ADC6/TDO)
PF4 (ADC4/TCK)
PF7 (ADC7/TDI)
PF0 (ADC0)
PF1 (ADC1)
PF2 (ADC2)
PF3 (ADC3)
PA0 (AD0)
PA1 (AD1)
PA2 (AD2)
AVCC
AREF
GND
GND
VCC
64
63
62
61
60
59
58
57
56
55
54
53
52
51
50
49
PEN 1 48 PA3 (AD3)
RXD0/(PDI) PE0 2 47 PA4 (AD4)
(TXD0/PDO) PE1 3 46 PA5 (AD5)
(XCK0/AIN0) PE2 4 45 PA6 (AD6)
(OC3A/AIN1) PE3 5 44 PA7 (AD7)
(OC3B/INT4) PE4 6 43 PG2(ALE)
(OC3C/INT5) PE5 7 42 PC7 (A15)
(T3/INT6) PE6 8 41 PC6 (A14)
(ICP3/INT7) PE7 9 40 PC5 (A13)
(SS) PB0 10 39 PC4 (A12)
(SCK) PB1 11 38 PC3 (A11)
(MOSI) PB2 12 37 PC2 (A10
(MISO) PB3 13 36 PC1 (A9)
(OC0) PB4 14 35 PC0 (A8)
(OC1A) PB5 15 34 PG1(RD)
(OC1B) PB6 16 33 PG0(WR)
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
(OC2/OC1C) PB7
TOSC2/PG3
TOSC1/PG4
RESET
VCC
GND
XTAL2
XTAL1
(SCL/INT0) PD0
(SDA/INT1) PD1
(RXD1/INT2) PD2
(TXD1/INT3) PD3
(ICP1) PD4
(XCK1) PD5
(T1) PD6
(T2) PD7
Note: The bottom pad under the QFN/MLF package should be soldered to ground.
Disclaimer Typical values contained in this data sheet are based on simulations and characteriza-
tion of other AVR microcontrollers manufactured on the same process technology. Min
and Max values will be available after the device is characterized.
2 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
Overview
The ATmega64 is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture. By executing
powerful instructions in a single clock cycle, the ATmega64 achieves throughputs approaching 1 MIPS per MHz, allowing
the system designer to optimize power consumption versus processing speed.
Block Diagram
VCC
GND
PORTF DRIVERS PORTA DRIVERS PORTC DRIVERS
AVCC
DATA REGISTER DATA DIR. DATA REGISTER DATA DIR. DATA REGISTER DATA DIR.
PORTF REG. PORTF PORTA REG. PORTA PORTC REG. PORTC
XTAL1
AREF
CALIB. OSC
ADC INTERNAL
OSCILLATOR
XTAL2
OSCILLATOR
RESET
BOUNDARY-
INSTRUCTION TIMER/
SCAN GENERAL
REGISTER COUNTERS
PURPOSE
REGISTERS
X
PROGRAMMING
PEN INSTRUCTION Y INTERRUPT
LOGIC
DECODER Z UNIT
CONTROL
LINES ALU EEPROM
STATUS
REGISTER
DATA REGISTER DATA DIR. DATA REGISTER DATA DIR. DATA REGISTER DATA DIR. DATA REG. DATA DIR.
PORTE REG. PORTE PORTB REG. PORTB PORTD REG. PORTD PORTG REG. PORTG
+
-
The AVR core combines a rich instruction set with 32 general purpose working registers. All the 32 registers are directly
connected to the Arithmetic Logic Unit (ALU), allowing two independent registers to be accessed in one single instruction
executed in one clock cycle. The resulting architecture is more code efficient while achieving throughputs up to ten times
faster than conventional CISC microcontrollers.
3
2490LS–AVR–10/06
The ATmega64 provides the following features: 64K bytes of In-System Programmable
Flash with Read-While-Write capabilities, 2K bytes EEPROM, 4K bytes SRAM, 53 gen-
eral purpose I/O lines, 32 general purpose working registers, Real Time Counter (RTC),
four flexible Timer/Counters with compare modes and PWM, two USARTs, a byte ori-
ented Two-wire Serial Interface, an 8-channel, 10-bit ADC with optional differential input
stage with programmable gain, programmable Watchdog Timer with internal Oscillator,
an SPI serial port, IEEE std. 1149.1 compliant JTAG test interface, also used for
accessing the On-chip Debug system and programming, and six software selectable
power saving modes. The Idle mode stops the CPU while allowing the SRAM,
Timer/Counters, SPI port, and interrupt system to continue functioning. The Power-
down mode saves the register contents but freezes the Oscillator, disabling all other
chip functions until the next interrupt or Hardware Reset. In Power-save mode, the asyn-
chronous timer continues to run, allowing the user to maintain a timer base while the
rest of the device is sleeping. The ADC Noise Reduction mode stops the CPU and all
I/O modules except asynchronous timer and ADC, to minimize switching noise during
ADC conversions. In Standby mode, the crystal/resonator Oscillator is running while the
rest of the device is sleeping. This allows very fast start-up combined with low power
consumption. In Extended Standby mode, both the main Oscillator and the asynchro-
nous timer continue to run.
The device is manufactured using Atmel’s high-density non-volatile memory technology.
The On-chip ISP Flash allows the program memory to be reprogrammed In-System
through an SPI serial interface, by a conventional non-volatile memory programmer, or
by an On-chip Boot program running on the AVR core. The Boot Program can use any
interface to download the Application Program in the Application Flash memory. Soft-
ware in the Boot Flash section will continue to run while the Application Flash section is
updated, providing true Read-While-Write operation. By combining an 8-bit RISC CPU
with In-System Self-Programmable Flash on a monolithic chip, the Atmel ATmega64 is
a powerful microcontroller that provides a highly-flexible and cost-effective solution to
many embedded control applications.
The ATmega64 AVR is supported with a full suite of program and system development
tools including: C compilers, macro assemblers, program debugger/simulators, In-Cir-
cuit Emulators, and evaluation kits.
ATmega103 and The ATmega64 is a highly complex microcontroller where the number of I/O locations
ATmega64 Compatibility supersedes the 64 I/O location reserved in the AVR instruction set. To ensure backward
compatibility with the ATmega103, all I/O locations present in ATmega103 have the
same location in ATmega64. Most additional I/O locations are added in an Extended I/O
space starting from 0x60 to 0xFF (i.e., in the ATmega103 internal RAM space). These
location can be reached by using LD/LDS/LDD and ST/STS/STD instructions only, not
by using IN and OUT instructions. The relocation of the internal RAM space may still be
a problem for ATmega103 users. Also, the increased number of Interrupt Vectors might
be a problem if the code uses absolute addresses. To solve these problems, an
ATmega103 compatibility mode can be selected by programming the fuse M103C. In
this mode, none of the functions in the Extended I/O space are in use, so the internal
RAM is located as in ATmega103. Also, the extended Interrupt Vectors are removed.
The ATmega64 is 100% pin compatible with ATmega103, and can replace the
ATmega103 on current printed circuit boards. The application notes “Replacing
ATmega103 by ATmega128” and “Migration between ATmega64 and ATmega128”
describes what the user should be aware of replacing the ATmega103 by an
ATmega128 or ATmega64.
4 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
ATmega103 Compatibility By programming the M103C Fuse, the ATmega64 will be compatible with the
Mode ATmega103 regards to RAM, I/O pins and Interrupt Vectors as described above. How-
ever, some new features in ATmega64 are not available in this compatibility mode,
these features are listed below:
• One USART instead of two, asynchronous mode only. Only the eight least
significant bits of the Baud Rate Register is available.
• One 16 bits Timer/Counter with two compare registers instead of two 16 bits
Timer/Counters with three compare registers.
• Two-wire serial interface is not supported.
• Port G serves alternate functions only (not a general I/O port).
• Port F serves as digital input only in addition to analog input to the ADC.
• Boot Loader capabilities is not supported.
• It is not possible to adjust the frequency of the internal calibrated RC Oscillator.
• The External Memory Interface can not release any Address pins for general I/O,
neither configure different wait states to different External Memory Address
sections.
• Only EXTRF and PORF exist in the MCUCSR Register.
• No timed sequence is required for Watchdog Timeout change.
• Only low-level external interrupts can be used on four of the eight External Interrupt
sources.
• Port C is output only.
• USART has no FIFO buffer, so Data OverRun comes earlier.
• The user must have set unused I/O bits to 0 in ATmega103 programs.
Pin Descriptions
GND Ground.
Port A (PA7..PA0) Port A is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each
bit). The Port A output buffers have symmetrical drive characteristics with both high sink
and source capability. As inputs, Port A pins that are externally pulled low will source
current if the pull-up resistors are activated. The Port A pins are tri-stated when a reset
condition becomes active, even if the clock is not running.
Port A also serves the functions of various special features of the ATmega64 as listed
on page 74.
Port B (PB7..PB0) Port B is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each
bit). The Port B output buffers have symmetrical drive characteristics with both high sink
and source capability. As inputs, Port B pins that are externally pulled low will source
current if the pull-up resistors are activated. The Port B pins are tri-stated when a reset
condition becomes active, even if the clock is not running.
Port B also serves the functions of various special features of the ATmega64 as listed
on page 75.
5
2490LS–AVR–10/06
Port C (PC7..PC0) Port C is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each
bit). The Port C output buffers have symmetrical drive characteristics with both high sink
and source capability. As inputs, Port C pins that are externally pulled low will source
current if the pull-up resistors are activated. The Port C pins are tri-stated when a reset
condition becomes active, even if the clock is not running.
Port C also serves the functions of special features of the ATmega64 as listed on page
78. In ATmega103 compatibility mode, Port C is output only, and the port C pins are not
tri-stated when a reset condition becomes active.
Port D (PD7..PD0) Port D is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each
bit). The Port D output buffers have symmetrical drive characteristics with both high sink
and source capability. As inputs, Port D pins that are externally pulled low will source
current if the pull-up resistors are activated. The Port D pins are tri-stated when a reset
condition becomes active, even if the clock is not running.
Port D also serves the functions of various special features of the ATmega64 as listed
on page 79.
Port E (PE7..PE0) Port E is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each
bit). The Port E output buffers have symmetrical drive characteristics with both high sink
and source capability. As inputs, Port E pins that are externally pulled low will source
current if the pull-up resistors are activated. The Port E pins are tri-stated when a reset
condition becomes active, even if the clock is not running.
Port E also serves the functions of various special features of the ATmega64 as listed
on page 82.
Port F (PF7..PF0) Port F serves as the analog inputs to the A/D Converter.
Port F also serves as an 8-bit bi-directional I/O port, if the A/D Converter is not used.
Port pins can provide internal pull-up resistors (selected for each bit). The Port F output
buffers have symmetrical drive characteristics with both high sink and source capability.
As inputs, Port F pins that are externally pulled low will source current if the pull-up
resistors are activated. The Port F pins are tri-stated when a reset condition becomes
active, even if the clock is not running. If the JTAG interface is enabled, the pull-up resis-
tors on pins PF7(TDI), PF5(TMS) and PF4(TCK) will be activated even if a reset occurs.
The TDO pin is tri-stated unless TAP states that shift out data are entered.
Port F also serves the functions of the JTAG interface.
In ATmega103 compatibility mode, Port F is an input port only.
Port G (PG4..PG0) Port G is a 5-bit bi-directional I/O port with internal pull-up resistors (selected for each
bit). The Port G output buffers have symmetrical drive characteristics with both high sink
and source capability. As inputs, Port G pins that are externally pulled low will source
current if the pull-up resistors are activated. The Port G pins are tri-stated when a reset
condition becomes active, even if the clock is not running.
Port G also serves the functions of various special features.
In ATmega103 compatibility mode, these pins only serves as strobes signals to the
external memory as well as input to the 32 kHz Oscillator, and the pins are initialized to
PG0 = 1, PG1 = 1, and PG2 = 0 asynchronously when a reset condition becomes
active, even if the clock is not running. PG3 and PG4 are Oscillator pins.
6 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
RESET Reset input. A low level on this pin for longer than the minimum pulse length will gener-
ate a reset, even if the clock is not running. The minimum pulse length is given in Table
19 on page 53. Shorter pulses are not guaranteed to generate a reset.
XTAL1 Input to the inverting Oscillator amplifier and input to the internal clock operating circuit.
AVCC AVCC is the supply voltage pin for Port F and the A/D Converter. It should be externally
connected to VCC, even if the ADC is not used. If the ADC is used, it should be con-
nected to VCC through a low-pass filter.
AREF AREF is the analog reference pin for the A/D Converter.
PEN This is a programming enable pin for the SPI Serial Programming mode. By holding this
pin low during a Power-on Reset, the device will enter the SPI Serial Programming
mode. PEN has no function during normal operation.
Resources A comprehensive set of development tools, application notes and datasheetsare avail-
able for download on http://www.atmel.com/avr.
7
2490LS–AVR–10/06
Register Summary
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Page
(0xFF) Reserved – – – – – – – –
.. Reserved – – – – – – – –
(0x9E) Reserved – – – – – – – –
(0x9D) UCSR1C – UMSEL1 UPM11 UPM10 USBS1 UCSZ11 UCSZ10 UCPOL1 192
(0x9C) UDR1 USART1 I/O Data Register 189
(0x9B) UCSR1A RXC1 TXC1 UDRE1 FE1 DOR1 UPE1 U2X1 MPCM1 190
(0x9A) UCSR1B RXCIE1 TXCIE1 UDRIE1 RXEN1 TXEN1 UCSZ12 RXB81 TXB81 191
(0x99) UBRR1L USART1 Baud Rate Register Low 194
(0x98) UBRR1H – – – – USART1 Baud Rate Register High 194
(0x97) Reserved – – – – – – – –
(0x96) Reserved – – – – – – – –
(0x95) UCSR0C – UMSEL0 UPM01 UPM00 USBS0 UCSZ01 UCSZ00 UCPOL0 192
(0x94) Reserved – – – – – – – –
(0x93) Reserved – – – – – – – –
(0x92) Reserved – – – – – – – –
(0x91) Reserved – – – – – – – –
(0x90) UBRR0H – – – – USART0 Baud Rate Register High 194
(0x8F) Reserved – – – – – – – –
(0x8E) ADCSRB – – – – – ADTS2 ADTS1 ADTS0 249
(0x8D) Reserved – – – – – – – –
(0x8C) TCCR3C FOC3A FOC3B FOC3C – – – – – 139
(0x8B) TCCR3A COM3A1 COM3A0 COM3B1 COM3B0 COM3C1 COM3C0 WGM31 WGM30 134
(0x8A) TCCR3B ICNC3 ICES3 – WGM33 WGM32 CS32 CS31 CS30 137
(0x89) TCNT3H Timer/Counter3 – Counter Register High Byte 139
(0x88) TCNT3L Timer/Counter3 – Counter Register Low Byte 139
(0x87) OCR3AH Timer/Counter3 – Output Compare Register A High Byte 140
(0x86) OCR3AL Timer/Counter3 – Output Compare Register A Low Byte 140
(0x85) OCR3BH Timer/Counter3 – Output Compare Register B High Byte 140
(0x84) OCR3BL Timer/Counter3 – Output Compare Register B Low Byte 140
(0x83) OCR3CH Timer/Counter3 – Output Compare Register C High Byte 140
(0x82) OCR3CL Timer/Counter3 – Output Compare Register C Low Byte 140
(0x81) ICR3H Timer/Counter3 – Input Capture Register High Byte 141
(0x80) ICR3L Timer/Counter3 – Input Capture Register Low Byte 141
(0x7F) Reserved – – – – – – – –
(0x7E) Reserved – – – – – – – –
(0x7D) ETIMSK – – TICIE3 OCIE3A OCIE3B TOIE3 OCIE3C OCIE1C 142
(0x7C) ETIFR – – ICF3 OCF3A OCF3B TOV3 OCF3C OCF1C 143
(0x7B) Reserved – – – – – – – –
(0x7A) TCCR1C FOC1A FOC1B FOC1C – – – – – 138
(0x79) OCR1CH Timer/Counter1 – Output Compare Register C High Byte 140
(0x78) OCR1CL Timer/Counter1 – Output Compare Register C Low Byte 140
(0x77) Reserved – – – – – – – –
(0x76) Reserved – – – – – – – –
(0x75) Reserved – – – – – – – –
(0x74) TWCR TWINT TWEA TWSTA TWSTO TWWC TWEN – TWIE 207
(0x73) TWDR Two-wire Serial Interface Data Register 209
(0x72) TWAR TWA6 TWA5 TWA4 TWA3 TWA2 TWA1 TWA0 TWGCE 209
(0x71) TWSR TWS7 TWS6 TWS5 TWS4 TWS3 – TWPS1 TWPS0 208
(0x70) TWBR Two-wire Serial Interface Bit Rate Register 207
(0x6F) OSCCAL Oscillator Calibration Register 43
(0x6E) Reserved – – – – – – – –
(0x6D) XMCRA – SRL2 SRL1 SRL0 SRW01 SRW00 SRW11 32
(0x6C) XMCRB XMBK – – – – XMM2 XMM1 XMM0 34
(0x6B) Reserved – – – – – – – –
(0x6A) EICRA ISC31 ISC30 ISC21 ISC20 ISC11 ISC10 ISC01 ISC00 91
(0x69) Reserved – – – – – – – –
(0x68) SPMCSR SPMIE RWWSB – RWWSRE BLBSET PGWRT PGERS SPMEN 283
(0x67) Reserved – – – – – – – –
(0x66) Reserved – – – – – – – –
(0x65) PORTG – – – PORTG4 PORTG3 PORTG2 PORTG1 PORTG0 90
(0x64) DDRG – – – DDG4 DDG3 DDG2 DDG1 DDG0 90
(0x63) PING – – – PING4 PING3 PING2 PING1 PING0 90
(0x62) PORTF PORTF7 PORTF6 PORTF5 PORTF4 PORTF3 PORTF2 PORTF1 PORTF0 89
(0x61) DDRF DDF7 DDF6 DDF5 DDF4 DDF3 DDF2 DDF1 DDF0 90
8 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
9
2490LS–AVR–10/06
Register Summary (Continued)
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Page
0x00 (0x20) PINF PINF7 PINF6 PINF5 PINF4 PINF3 PINF2 PINF1 PINF0 90
Notes: 1. For compatibility with future devices, reserved bits should be written to zero if accessed. Reserved I/O memory addresses
should never be written.
2. Some of the status flags are cleared by writing a logical one to them. Note that the CBI and SBI instructions will operate on
all bits in the I/O Register, writing a one back into any flag read as set, thus clearing the flag. The CBI and SBI instructions
work with registers 0x00 to 0x1F only.
10 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
11
2490LS–AVR–10/06
Instruction Set Summary (Continued)
BRIE k Branch if Interrupt Enabled if ( I = 1) then PC ← PC + k + 1 None 1/2
BRID k Branch if Interrupt Disabled if ( I = 0) then PC ← PC + k + 1 None 1/2
DATA TRANSFER INSTRUCTIONS
MOV Rd, Rr Move Between Registers Rd ← Rr None 1
MOVW Rd, Rr Copy Register Word Rd+1:Rd ← Rr+1:Rr None 1
LDI Rd, K Load Immediate Rd ← K None 1
LD Rd, X Load Indirect Rd ← (X) None 2
LD Rd, X+ Load Indirect and Post-Inc. Rd ← (X), X ← X + 1 None 2
LD Rd, - X Load Indirect and Pre-Dec. X ← X - 1, Rd ← (X) None 2
LD Rd, Y Load Indirect Rd ← (Y) None 2
LD Rd, Y+ Load Indirect and Post-Inc. Rd ← (Y), Y ← Y + 1 None 2
LD Rd, - Y Load Indirect and Pre-Dec. Y ← Y - 1, Rd ← (Y) None 2
LDD Rd,Y+q Load Indirect with Displacement Rd ← (Y + q) None 2
LD Rd, Z Load Indirect Rd ← (Z) None 2
LD Rd, Z+ Load Indirect and Post-Inc. Rd ← (Z), Z ← Z+1 None 2
LD Rd, -Z Load Indirect and Pre-Dec. Z ← Z - 1, Rd ← (Z) None 2
LDD Rd, Z+q Load Indirect with Displacement Rd ← (Z + q) None 2
LDS Rd, k Load Direct from SRAM Rd ← (k) None 2
ST X, Rr Store Indirect (X) ← Rr None 2
ST X+, Rr Store Indirect and Post-Inc. (X) ← Rr, X ← X + 1 None 2
ST - X, Rr Store Indirect and Pre-Dec. X ← X - 1, (X) ← Rr None 2
ST Y, Rr Store Indirect (Y) ← Rr None 2
ST Y+, Rr Store Indirect and Post-Inc. (Y) ← Rr, Y ← Y + 1 None 2
ST - Y, Rr Store Indirect and Pre-Dec. Y ← Y - 1, (Y) ← Rr None 2
STD Y+q,Rr Store Indirect with Displacement (Y + q) ← Rr None 2
ST Z, Rr Store Indirect (Z) ← Rr None 2
ST Z+, Rr Store Indirect and Post-Inc. (Z) ← Rr, Z ← Z + 1 None 2
ST -Z, Rr Store Indirect and Pre-Dec. Z ← Z - 1, (Z) ← Rr None 2
STD Z+q,Rr Store Indirect with Displacement (Z + q) ← Rr None 2
STS k, Rr Store Direct to SRAM (k) ← Rr None 2
LPM Load Program Memory R0 ← (Z) None 3
LPM Rd, Z Load Program Memory Rd ← (Z) None 3
LPM Rd, Z+ Load Program Memory and Post-Inc Rd ← (Z), Z ← Z+1 None 3
SPM Store Program Memory (Z) ← R1:R0 None -
IN Rd, P In Port Rd ← P None 1
OUT P, Rr Out Port P ← Rr None 1
PUSH Rr Push Register on Stack STACK ← Rr None 2
POP Rd Pop Register from Stack Rd ← STACK None 2
BIT AND BIT-TEST INSTRUCTIONS
SBI P,b Set Bit in I/O Register I/O(P,b) ← 1 None 2
CBI P,b Clear Bit in I/O Register I/O(P,b) ← 0 None 2
LSL Rd Logical Shift Left Rd(n+1) ← Rd(n), Rd(0) ← 0 Z,C,N,V 1
LSR Rd Logical Shift Right Rd(n) ← Rd(n+1), Rd(7) ← 0 Z,C,N,V 1
ROL Rd Rotate Left Through Carry Rd(0)←C,Rd(n+1)← Rd(n),C←Rd(7) Z,C,N,V 1
ROR Rd Rotate Right Through Carry Rd(7)←C,Rd(n)← Rd(n+1),C←Rd(0) Z,C,N,V 1
ASR Rd Arithmetic Shift Right Rd(n) ← Rd(n+1), n=0..6 Z,C,N,V 1
SWAP Rd Swap Nibbles Rd(3..0)←Rd(7..4),Rd(7..4)←Rd(3..0) None 1
BSET s Flag Set SREG(s) ← 1 SREG(s) 1
BCLR s Flag Clear SREG(s) ← 0 SREG(s) 1
BST Rr, b Bit Store from Register to T T ← Rr(b) T 1
BLD Rd, b Bit load from T to Register Rd(b) ← T None 1
SEC Set Carry C←1 C 1
CLC Clear Carry C←0 C 1
SEN Set Negative Flag N←1 N 1
CLN Clear Negative Flag N←0 N 1
SEZ Set Zero Flag Z←1 Z 1
CLZ Clear Zero Flag Z←0 Z 1
SEI Global Interrupt Enable I←1 I 1
CLI Global Interrupt Disable I←0 I 1
SES Set Signed Test Flag S←1 S 1
CLS Clear Signed Test Flag S←0 S 1
SEV Set Twos Complement Overflow. V←1 V 1
CLV Clear Twos Complement Overflow V←0 V 1
SET Set T in SREG T←1 T 1
CLT Clear T in SREG T←0 T 1
SEH Set Half Carry Flag in SREG H←1 H 1
12 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
13
2490LS–AVR–10/06
Ordering Information
Speed (MHz) Power Supply Ordering Code Package(1) Operation Range
ATmega64L-8AC 64A Commercial
ATmega64L-8MC 64M1 (0°C to 70°C)
ATmega64L-8AI 64A
8 2.7 - 5.5
ATmega64L-8MI 64M1 Industrial
ATmega64L-8AU(2) 64A (-40°C to 85°C)
ATmega64L-8MU(2) 64M1
ATmega64-16AC 64A Commercial
ATmega64-16MC 64M1 (0°C to 70°C)
ATmega64-16AI 64A
16 4.5 - 5.5
ATmega64-16MI 64M1 Industrial
ATmega64-16AU(2) 64A (-40°C to 85°C)
ATmega64-16MU(2) 64M1
Note: 1. This device can also be supplied in wafer form. Please contact your local Atmel sales office for detailed ordering information
and minimum quantities.
2. Pb-free packaging alternative, complies to the European Directive for Restriction of Hazardous Substances (RoHS direc-
tive). Also Halide free and fully Green.
Package Type
64A 64-lead, Thin (1.0 mm) Plastic Gull Wing Quad Flat Package (TQFP)
64M1 64-pad, 9 x 9 x 1.0 mm body, lead pitch 0.50 mm, Quad Flat No-Lead/Micro Lead Frame Package (QFN/MLF)
14 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
Packaging Information
64A
PIN 1
B
PIN 1 IDENTIFIER
e E1 E
D1
D
C 0˚~7˚
A1 A2 A
L
COMMON DIMENSIONS
(Unit of Measure = mm)
10/5/2001
TITLE DRAWING NO. REV.
2325 Orchard Parkway
64A, 64-lead, 14 x 14 mm Body Size, 1.0 mm Body Thickness,
R San Jose, CA 95131 64A B
0.8 mm Lead Pitch, Thin Profile Plastic Quad Flat Package (TQFP)
15
2490LS–AVR–10/06
64M1
Marked Pin# 1 ID
C SEATING PLANE
A1
TOP VIEW
A
K 0.08 C
L
Pin #1 Corner SIDE VIEW
D2
1 Option A Pin #1
Triangle
2
3 COMMON DIMENSIONS
(Unit of Measure = mm)
5/25/06
TITLE DRAWING NO. REV.
2325 Orchard Parkway
64M1, 64-pad, 9 x 9 x 1.0 mm Body, Lead Pitch 0.50 mm, 64M1 G
R San Jose, CA 95131 5.40 mm Exposed Pad, Micro Lead Frame Package (MLF)
16 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
Errata The revision letter in this section refers to the revision of the ATmega64 device.
2. Interrupts may be lost when writing the timer registers in the asynchronous
timer
If one of the timer registers which is synchronized to the asynchronous timer2 clock
is written in the cycle before a overflow interrupt occurs, the interrupt may be lost.
Problem Fix/Workaround
Always check that the Timer2 Timer/Counter register, TCNT2, does not have the
value 0xFF before writing the Timer2 Control Register, TCCR2, or Output Compare
Register, OCR2
17
2490LS–AVR–10/06
4. Stabilizing time needed when changing OSCCAL Register
After increasing the source clock frequency more than 2% with settings in the OSC-
CAL register, the device may execute some of the subsequent instructions
incorrectly.
Problem Fix / Workaround
The behavior follows errata number 1., and the same Fix / Workaround is applicable
on this errata.
18 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
Datasheet Revision Please note that the referring page numbers in this section are referred to this docu-
ment. The referring revision in this section are referring to the document revision.
History
3. Updated Table 52 on page 104, Table 54 on page 105, Table 59 on page 134,
Table 61 on page 136, Table 64 on page 158, and Table 66 on page 158.
Changes from Rev. 1. MLF-package alternative changed to “Quad Flat No-Lead/Micro Lead Frame
2490I-10/04 to Rev. Package QFN/MLF”.
2490J-03/05
2. Updated “Electrical Characteristics” on page 328
Changes from Rev. 1. Removed references to Analog Ground, IC1/IC3 changed to ICP1/ICP3, Input
2490G-03/04 to Rev. Capture Trigger changed to Input Capture Pin.
2490H-10/04
2. Updated “ATmega103 and ATmega64 Compatibility” on page 4.
19
2490LS–AVR–10/06
5. Updated code example in “WDTCR – Watchdog Timer Control Register” on
page 58.
7. Updated Table 19 on page 53, Table 20 on page 57, Table 95 on page 238, and
Table 60 on page 136.
12. Updated features in“Analog to Digital Converter” on page 232 and Table 136
on page 336.
Changes from Rev. 1. Updated note in “XDIV – XTAL Divide Control Register” on page 39.
2490D-02/03 to Rev.
2490E-09/03 2. Updated “JTAG Interface and On-chip Debug System” on page 51.
Changes from Rev. 1. Added reference to Table 124 on page 298 from both SPI Serial Programming
2490C-09/02 to Rev. and Self Programming to inform about the Flash page size.
2490D-02/03
2. Added Chip Erase as a first step under “Programming the Flash” on page 325
and “Programming the EEPROM” on page 326.
20 ATmega64(L)
2490LS–AVR–10/06
ATmega64(L)
5. Improved the description in “Phase Correct PWM Mode” on page 102 and on
page 155.
7. Added note under "Filling the Temporary Buffer (Page Loading)" about writ-
ing to the EEPROM during an SPM page load.
9. Added note about masking out unused bits when reading the Program
Counter in “Stack Pointer” on page 14.
10. Added section “EEPROM Write During Power-down Sleep Mode” on page 25.
12. Added information about conversion time for Differential mode with Auto
Triggering on page 236.
Changes from Rev. 1. Changed the Endurance on the Flash to 10,000 Write/Erase Cycles.
2490B-09/02 to Rev.
2490C-09/02
Changes from Rev. 1. Added 64-pad QFN/MLF Package and updated “Ordering Information” on
2490A-10/01 to Rev. page 14.
2490B-09/02
2. Added the section “Using all Locations of External Memory Smaller than 64
KB” on page 35.
21
2490LS–AVR–10/06
7. Improved description on how to do a polarity check of the ADC diff results in
“ADC Conversion Result” on page 244.
12. When using external clock there are some limitations regards to change of
frequency. This is descried in “External Clock” on page 44 and Table 131 on
page 330.
13. Added a sub section regarding OCD-system and power consumption in the
section “Minimizing Power Consumption” on page 50.
22 ATmega64(L)
2490LS–AVR–10/06
Atmel Corporation Atmel Operations
2325 Orchard Parkway Memory RF/Automotive
San Jose, CA 95131, USA 2325 Orchard Parkway Theresienstrasse 2
Tel: 1(408) 441-0311 San Jose, CA 95131, USA Postfach 3535
Fax: 1(408) 487-2600 Tel: 1(408) 441-0311 74025 Heilbronn, Germany
Fax: 1(408) 436-4314 Tel: (49) 71-31-67-0
Fax: (49) 71-31-67-2340
Regional Headquarters Microcontrollers
Europe 2325 Orchard Parkway 1150 East Cheyenne Mtn. Blvd.
Atmel Sarl San Jose, CA 95131, USA Colorado Springs, CO 80906, USA
Route des Arsenaux 41 Tel: 1(408) 441-0311 Tel: 1(719) 576-3300
Case Postale 80 Fax: 1(408) 436-4314 Fax: 1(719) 540-1759
CH-1705 Fribourg
Switzerland La Chantrerie Biometrics/Imaging/Hi-Rel MPU/
Tel: (41) 26-426-5555 BP 70602 High Speed Converters/RF Datacom
Fax: (41) 26-426-5500 44306 Nantes Cedex 3, France Avenue de Rochepleine
Tel: (33) 2-40-18-18-18 BP 123
Asia Fax: (33) 2-40-18-19-60 38521 Saint-Egreve Cedex, France
Room 1219 Tel: (33) 4-76-58-30-00
Chinachem Golden Plaza ASIC/ASSP/Smart Cards Fax: (33) 4-76-58-34-80
77 Mody Road Tsimshatsui Zone Industrielle
East Kowloon 13106 Rousset Cedex, France
Hong Kong Tel: (33) 4-42-53-60-00
Tel: (852) 2721-9778 Fax: (33) 4-42-53-60-01
Fax: (852) 2722-1369
1150 East Cheyenne Mtn. Blvd.
Japan Colorado Springs, CO 80906, USA
9F, Tonetsu Shinkawa Bldg. Tel: 1(719) 576-3300
1-24-8 Shinkawa Fax: 1(719) 540-1759
Chuo-ku, Tokyo 104-0033
Japan Scottish Enterprise Technology Park
Tel: (81) 3-3523-3551 Maxwell Building
Fax: (81) 3-3523-7581 East Kilbride G75 0QR, Scotland
Tel: (44) 1355-803-000
Fax: (44) 1355-242-743
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. Atmel’s products are not
intended, authorized, or warranted for use as components in applications intended to support or sustain life.
© 2006 Atmel Corporation. All rights reserved. ATMEL ®, logo and combinations thereof, AVR ®, Everywhere You Are ® and AVR Studio ® are
registered trademarks. Other terms and product names may be trademarks of others.
2490LS–AVR–10/06