Microcontroller With 2/4/8K Bytes In-System Programmable Flash
Microcontroller With 2/4/8K Bytes In-System Programmable Flash
PDIP/SOIC
QFN/MLF
DNC
DNC
DNC
DNC
DNC
20
19
18
17
16
(PCINT5/RESET/ADC0/dW) PB5 1 15 VCC
(PCINT3/XTAL1/CLKI/OC1B/ADC3) PB3 2 14 PB2 (SCK/USCK/SCL/ADC1/T0/INT0/PCINT2)
DNC 3 13 DNC
DNC 4 12 PB1 (MISO/DO/AIN1/OC0B/OC1A/PCINT1)
(PCINT4/XTAL2/CLKO/OC1B/ADC2) PB4 5 11 PB0 (MOSI/DI/SDA/AIN0/OC0A/OC1A/AREF/PCINT0)
10
6
7
8
9
DNC
DNC
GND
DNC
DNC
1.1.1 VCC
Supply voltage.
1.1.2 GND
Ground.
2 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
1.1.4 RESET
Reset input. A low level on this pin for longer than the minimum pulse length will generate a
reset, even if the clock is not running and provided the reset pin has not been disabled. The min-
imum pulse length is given in Table 21-4 on page 170. Shorter pulses are not guaranteed to
generate a reset.
The reset pin can also be used as a (weak) I/O pin.
3
2586KS–AVR–01/08
2. Overview
The ATtiny25/45/85 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 ATtiny25/45/85
achieves throughputs approaching 1 MIPS per MHz allowing the system designer to optimize
power consumption versus processing speed.
CALIBRATED
INTERNAL
OSCILLATOR
CONTROL UNIVERSAL
LINES ALU SERIAL
INTERFACE
STATUS INTERRUPT
REGISTER UNIT
PROGRAMMING DATA
LOGIC OSCILLATORS
EEPROM
PORT B DRIVERS
RESET
PB0-PB5
The AVR core combines a rich instruction set with 32 general purpose working registers. All 32
registers are directly connected to the Arithmetic Logic Unit (ALU), allowing two independent
4 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
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 con-
ventional CISC microcontrollers.
The ATtiny25/45/85 provides the following features: 2/4/8K byte of In-System Programmable
Flash, 128/256/512 bytes EEPROM, 128/256/256 bytes SRAM, 6 general purpose I/O lines, 32
general purpose working registers, one 8-bit Timer/Counter with compare modes, one 8-bit high
speed Timer/Counter, Universal Serial Interface, Internal and External Interrupts, a 4-channel,
10-bit ADC, a programmable Watchdog Timer with internal Oscillator, and three software select-
able power saving modes. Idle mode stops the CPU while allowing the SRAM, Timer/Counter,
ADC, Analog Comparator, and Interrupt system to continue functioning. Power-down mode
saves the register contents, disabling all chip functions until the next Interrupt or Hardware
Reset. ADC Noise Reduction mode stops the CPU and all I/O modules except ADC, to minimize
switching noise during ADC conversions.
The device is manufactured using Atmel’s high density non-volatile memory technology. The
On-chip ISP Flash allows the Program memory to be re-programmed In-System through an SPI
serial interface, by a conventional non-volatile memory programmer or by an On-chip boot code
running on the AVR core.
The ATtiny25/45/85 AVR is supported with a full suite of program and system development tools
including: C Compilers, Macro Assemblers, Program Debugger/Simulators and Evaluation kits.
5
2586KS–AVR–01/08
3. About
3.1 Resources
A comprehensive set of development tools, application notes and datasheets are available for
download on http://www.atmel.com/avr.
6 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
4. Register Summary
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Page
0x3F SREG I T H S V N Z C page 8
0x3E SPH – – – – – – SP9 SP8 page 11
0x3D SPL SP7 SP6 SP5 SP4 SP3 SP2 SP1 SP0 page 11
0x3C Reserved –
0x3B GIMSK – INT0 PCIE – – – – – page 53
0x3A GIFR – INTF0 PCIF – – – – – page 53
0x39 TIMSK – OCIE1A OCIE1B OCIE0A OCIE0B TOIE1 TOIE0 – page 84/page 106
0x38 TIFR – OCF1A OCF1B OCF0A OCF0B TOV1 TOV0 – page 84
0x37 SPMCSR – – RSIG CTPB RFLB PGWRT PGERS SPMEN page 149
0x36 Reserved –
0x35 MCUCR BODS PUD SE SM1 SM0 BODSE ISC01 ISC00 page 38,page 52, page 66,
0x34 MCUSR – – – – WDRF BORF EXTRF PORF page 47,
0x33 TCCR0B FOC0A FOC0B – – WGM02 CS02 CS01 CS00 page 82
0x32 TCNT0 Timer/Counter0 page 83
0x31 OSCCAL Oscillator Calibration Register page 32
0x30 TCCR1 CTC1 PWM1A COM1A1 COM1A0 CS13 CS12 CS11 CS10 page 92, page 103
0x2F TCNT1 Timer/Counter1 page 94, page 105
0x2E OCR1A Timer/Counter1 Output Compare Register A page 94, page 105
0x2D OCR1C Timer/Counter1 Output Compare Register C page 95, page 106
0x2C GTCCR TSM PWM1B COM1B1 COM1B0 FOC1B FOC1A PSR1 PSR0 page 80, page 93, page
0x2B OCR1B Timer/Counter1 Output Compare Register B page 95
0x2A TCCR0A COM0A1 COM0A0 COM0B1 COM0B0 – WGM01 WGM00 page 80
0x29 OCR0A Timer/Counter0 – Output Compare Register A page 83
0x28 OCR0B Timer/Counter0 – Output Compare Register B page 84
0x27 PLLCSR LSM – – – – PCKE PLLE PLOCK page 97, page 107
0x26 CLKPR CLKPCE – – – CLKPS3 CLKPS2 CLKPS1 CLKPS0 page 33
0x25 DT1A DT1AH3 DT1AH2 DT1AH1 DT1AH0 DT1AL3 DT1AL2 DT1AL1 DT1AL0 page 110
0x24 DT1B DT1BH3 DT1BH2 DT1BH1 DT1BH0 DT1BL3 DT1BL2 DT1BL1 DT1BL0 page 110
0x23 DTPS1 - - - - - - DTPS11 DTPS10 page 109
0x22 DWDR DWDR[7:0] page 144
0x21 WDTCR WDIF WDIE WDP3 WDCE WDE WDP2 WDP1 WDP0 page 47
0x20 PRR – PRTIM1 PRTIM0 PRUSI PRADC page 37
0x1F EEARH EEAR8 page 20
0x1E EEARL EEAR7 EEAR6 EEAR5 EEAR4 EEAR3 EEAR2 EEAR1 EEAR0 page 20
0x1D EEDR EEPROM Data Register page 20
0x1C EECR – – EEPM1 EEPM0 EERIE EEMPE EEPE EERE page 21
0x1B Reserved –
0x1A Reserved –
0x19 Reserved –
0x18 PORTB – – PORTB5 PORTB4 PORTB3 PORTB2 PORTB1 PORTB0 page 66
0x17 DDRB – – DDB5 DDB4 DDB3 DDB2 DDB1 DDB0 page 66
0x16 PINB – – PINB5 PINB4 PINB3 PINB2 PINB1 PINB0 page 66
0x15 PCMSK – – PCINT5 PCINT4 PCINT3 PCINT2 PCINT1 PCINT0 page 54
0x14 DIDR0 – – ADC0D ADC2D ADC3D ADC1D AIN1D AIN0D page 125, page 142
0x13 GPIOR2 General Purpose I/O Register 2 page 10
0x12 GPIOR1 General Purpose I/O Register 1 page 10
0x11 GPIOR0 General Purpose I/O Register 0 page 10
0x10 USIBR USI Buffer Register page 118
0x0F USIDR USI Data Register page 118
0x0E USISR USISIF USIOIF USIPF USIDC USICNT3 USICNT2 USICNT1 USICNT0 page 119
0x0D USICR USISIE USIOIE USIWM1 USIWM0 USICS1 USICS0 USICLK USITC page 120
0x0C Reserved –
0x0B Reserved –
0x0A Reserved –
0x09 Reserved –
0x08 ACSR ACD ACBG ACO ACI ACIE – ACIS1 ACIS0 page 124
0x07 ADMUX REFS1 REFS0 ADLAR REFS2 MUX3 MUX2 MUX1 MUX0 page 138
0x06 ADCSRA ADEN ADSC ADATE ADIF ADIE ADPS2 ADPS1 ADPS0 page 140
0x05 ADCH ADC Data Register High Byte page 141
0x04 ADCL ADC Data Register Low Byte page 141
0x03 ADCSRB BIN ACME IPR – – ADTS2 ADTS1 ADTS0 page 124, page 141
0x02 Reserved –
0x01 Reserved –
0x00 Reserved –
7
2586KS–AVR–01/08
Note: 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. I/O Registers within the address range 0x00 - 0x1F are directly bit-accessible using the SBI and CBI instructions. In these
registers, the value of single bits can be checked by using the SBIS and SBIC instructions.
3. Some of the Status Flags are cleared by writing a logical one to them. Note that, unlike most other AVRs, the CBI and SBI
instructions will only operation the specified bit, and can therefore be used on registers containing such Status Flags. The
CBI and SBI instructions work with registers 0x00 to 0x1F only.
8 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
9
2586KS–AVR–01/08
Mnemonics Operands Description Operation Flags #Clocks
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
CLH Clear Half Carry Flag in SREG H←0 H 1
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
MCU CONTROL INSTRUCTIONS
NOP No Operation None 1
SLEEP Sleep (see specific descr. for Sleep function) None 1
WDR Watchdog Reset (see specific descr. for WDR/Timer) None 1
BREAK Break For On-chip Debug Only None N/A
10 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
6. Ordering Information
6.1 ATtiny25
Speed (MHz)(3) Power Supply Ordering Code(2) Package(1) Operational Range
ATtiny25V-10PU 8P3
ATtiny25V-10SU 8S2 Industrial
10 1.8 - 5.5V
ATtiny25V-10SSU S8S1 (-40°C to 85°C)
ATtiny25V-10MU 20M1
ATtiny25-20PU 8P3
ATtiny25-20SU 8S2 Industrial
20 2.7 - 5.5V
ATtiny25-20SSU S8S1 (-40°C to 85°C)
ATtiny25-20MU 20M1
Notes: 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 complies to the European Directive for Restriction of Hazardous Substances (RoHS directive). Also
Halide free and fully Green.
3. For Speed vs. VCC,see Figure 21.3 on page 168
Package Type
8P3 8-lead, 0.300" Wide, Plastic Dual Inline Package (PDIP)
8S2 8-lead, 0.200" Wide, Plastic Gull-Wing Small Outline (EIAJ SOIC)
S8S1 8-lead, 0.150" Wide, Plastic Gull-Wing Small Outline (JEDEC SOIC)
20M1 20-pad, 4 x 4 x 0.8 mm Body, Quad Flat No-Lead/Micro Lead Frame Package (QFN/MLF)
11
2586KS–AVR–01/08
6.2 ATtiny45
Speed (MHz)(3) Power Supply Ordering Code(2) Package(1) Operational Range
ATtiny45V-10PU 8P3
Industrial
10 1.8 - 5.5V ATtiny45V-10SU 8S2
(-40°C to 85°C)
ATtiny45V-10MU 20M1
ATtiny45-20PU 8P3
Industrial
20 2.7 - 5.5V ATtiny45-20SU 8S2
(-40°C to 85°C)
ATtiny45-20MU 20M1
Notes: 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 complies to the European Directive for Restriction of Hazardous Substances (RoHS directive). Also
Halide free and fully Green.
3. For Speed vs. VCC,see Figure 21.3 on page 168
Package Type
8P3 8-lead, 0.300" Wide, Plastic Dual Inline Package (PDIP)
8S2 8-lead, 0.200" Wide, Plastic Gull-Wing Small Outline (EIAJ SOIC)
20M1 20-pad, 4 x 4 x 0.8 mm Body, Quad Flat No-Lead/Micro Lead Frame Package (QFN/MLF)
12 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
6.3 ATtiny85
Speed (MHz)(3) Power Supply Ordering Code(2) Package(1) Operational Range
ATtiny85V-10PU 8P3
Industrial
10 1.8 - 5.5V ATtiny85V-10SU 8S2
(-40°C to 85°C)
ATtiny85V-10MU 20M1
ATtiny85-20PU 8P3
Industrial
20 2.7 - 5.5V ATtiny85-20SU 8S2
(-40°C to 85°C)
ATtiny85-20MU 20M1
Notes: 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 complies to the European Directive for Restriction of Hazardous Substances (RoHS directive). Also
Halide free and fully Green.
3. For Speed vs. VCC,see Figure 21.3 on page 168
Package Type
8P3 8-lead, 0.300" Wide, Plastic Dual Inline Package (PDIP)
8S2 8-lead, 0.200" Wide, Plastic Gull-Wing Small Outline (EIAJ SOIC)
20M1 20-pad, 4 x 4 x 0.8 mm Body, Quad Flat No-Lead/Micro Lead Frame Package (QFN/MLF)
13
2586KS–AVR–01/08
7. Packaging Information
7.1 8P3
1
E
E1
Top View c
eA
End View
COMMON DIMENSIONS
D (Unit of Measure = inches)
e
D1 SYMBOL MIN NOM MAX NOTE
A2 A
A 0.210 2
A2 0.115 0.130 0.195
b 0.014 0.018 0.022 5
b2 0.045 0.060 0.070 6
b3 0.030 0.039 0.045 6
c 0.008 0.010 0.014
D 0.355 0.365 0.400 3
b2 L D1 0.005 3
b3 E 0.300 0.310 0.325 4
4 PLCS b E1 0.240 0.250 0.280 3
e 0.100 BSC
Side View
eA 0.300 BSC 4
L 0.115 0.130 0.150 2
Notes: 1. This drawing is for general information only; refer to JEDEC Drawing MS-001, Variation BA for additional information.
2. Dimensions A and L are measured with the package seated in JEDEC seating plane Gauge GS-3.
3. D, D1 and E1 dimensions do not include mold Flash or protrusions. Mold Flash or protrusions shall not exceed 0.010 inch.
4. E and eA measured with the leads constrained to be perpendicular to datum.
5. Pointed or rounded lead tips are preferred to ease insertion.
6. b2 and b3 maximum dimensions do not include Dambar protrusions. Dambar protrusions shall not exceed 0.010 (0.25 mm).
01/09/02
TITLE DRAWING NO. REV.
2325 Orchard Parkway 8P3, 8-lead, 0.300" Wide Body, Plastic Dual
8P3 B
R San Jose, CA 95131 In-line Package (PDIP)
14 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
7.2 8S2
E E1
L
N
TOP VIEW θ
END VIEW
e b COMMON DIMENSIONS
A (Unit of Measure = mm)
15
2586KS–AVR–01/08
7.3 S8S1
3 2 1
Top View
e B
A
D COMMON DIMENSIONS
(Unit of Measure = mm)
Side View
SYMBOL MIN NOM MAX NOTE
A – – 1.75
A2 B – – 0.51
C C – – 0.25
D – – 5.00
E – – 4.00
L e 1.27 BSC
E H – – 6.20
Note: This drawing is for general information only. Refer to JEDEC Drawing MS-012 for proper dimensions, tolerances, datums, etc.
10/10/01
TITLE DRAWING NO. REV.
2325 Orchard Parkway 8S1, 8-lead (0.150" Wide Body), Plastic Gull Wing
8S1 A
R San Jose, CA 95131 Small Outline (JEDEC SOIC)
16 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
7.4 20M1
1
Pin 1 ID
2
3 E SIDE VIEW
TOP VIEW
A2
D2
A1
1 0.08 C
Pin #1 2
Notch COMMON DIMENSIONS
(0.20 R) 3 E2 (Unit of Measure = mm)
10/27/04
TITLE DRAWING NO. REV.
2325 Orchard Parkway 20M1, 20-pad, 4 x 4 x 0.8 mm Body, Lead Pitch 0.50 mm,
R
San Jose, CA 95131 2.6 mm Exposed Pad, Micro Lead Frame Package (MLF) 20M1 A
17
2586KS–AVR–01/08
8. Errata
1. EEPROM read may fail at low supply voltage / low clock frequency
Trying to read EEPROM at low clock frequencies and/or low supply voltage may result in
invalid data.
Problem Fix/Workaround
Do not use the EEPROM when clock frequency is below 1 MHz and supply voltage is below
2V. If operating frequency can not be raised above 1 MHz then supply voltage should be
more than 3V. Similarly, if supply voltage can not be raised above 2V then operating fre-
quency should be more than 2 MHz.
This feature is known to be temperature dependent but it has not been characterised.
Guidelines are given for room temperature, only.
8.1.3 Rev A
Not sampled.
18 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
1. EEPROM read may fail at low supply voltage / low clock frequency
Trying to read EEPROM at low clock frequencies and/or low supply voltage may result in
invalid data.
Problem Fix/Workaround
Do not use the EEPROM when clock frequency is below 1 MHz and supply voltage is below
2V. If operating frequency can not be raised above 1 MHz then supply voltage should be
more than 3V. Similarly, if supply voltage can not be raised above 2V then operating fre-
quency should be more than 2 MHz.
This feature is known to be temperature dependent but it has not been characterised.
Guidelines are given for room temperature, only.
2. EEPROM read from application code does not work in Lock Bit Mode 3
When the Memory Lock Bits LB2 and LB1 are programmed to mode 3, EEPROM read does
not work from the application code.
Problem Fix/Work around
Do not set Lock Bit Protection Mode 3 when the application code needs to read from
EEPROM.
3. EEPROM read may fail at low supply voltage / low clock frequency
Trying to read EEPROM at low clock frequencies and/or low supply voltage may result in
invalid data.
Problem Fix/Workaround
Do not use the EEPROM when clock frequency is below 1 MHz and supply voltage is below
2V. If operating frequency can not be raised above 1 MHz then supply voltage should be
19
2586KS–AVR–01/08
more than 3V. Similarly, if supply voltage can not be raised above 2V then operating fre-
quency should be more than 2 MHz.
This feature is known to be temperature dependent but it has not been characterised.
Guidelines are given for room temperature, only.
4. Timer Counter 1 PWM output generation on OC1B – XOC1B does not work correctly
Timer Counter1 PWM output OC1B-XOC1B does not work correctly. Only in the case when
the control bits, COM1B1 and COM1B0 are in the same mode as COM1A1 and COM1A0,
respectively, the OC1B-XOC1B output works correctly.
Problem Fix/Work around
The only workaround is to use same control setting on COM1A(1:0) and COM1B(1:0) con-
trol bits, see table 14-4 in the data sheet. The problem has been fixed for Tiny45 rev D.
8.2.4 Rev A
• Too high power down power consumption
• DebugWIRE looses communication when single stepping into interrupts
• PLL not locking
• EEPROM read from application code does not work in Lock Bit Mode 3
• EEPROM read may fail at low supply voltage / low clock frequency
4. EEPROM read from application code does not work in Lock Bit Mode 3
20 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
When the Memory Lock Bits LB2 and LB1 are programmed to mode 3, EEPROM read does
not work from the application code.
Problem Fix/Work around
Do not set Lock Bit Protection Mode 3 when the application code needs to read from
EEPROM.
5. EEPROM read may fail at low supply voltage / low clock frequency
Trying to read EEPROM at low clock frequencies and/or low supply voltage may result in
invalid data.
Problem Fix/Workaround
Do not use the EEPROM when clock frequency is below 1 MHz and supply voltage is below
2V. If operating frequency can not be raised above 1 MHz then supply voltage should be
more than 3V. Similarly, if supply voltage can not be raised above 2V then operating fre-
quency should be more than 2 MHz.
This feature is known to be temperature dependent but it has not been characterised.
Guidelines are given for room temperature, only.
21
2586KS–AVR–01/08
8.3 Errata ATtiny85
The revision letter in this section refers to the revision of the ATtiny85 device.
8.3.2 Rev A
• EEPROM read may fail at low supply voltage / low clock frequency
1. EEPROM read may fail at low supply voltage / low clock frequency
Trying to read EEPROM at low clock frequencies and/or low supply voltage may result in
invalid data.
Problem Fix/Workaround
Do not use the EEPROM when clock frequency is below 1 MHz and supply voltage is below
2V. If operating frequency can not be raised above 1 MHz then supply voltage should be
more than 3V. Similarly, if supply voltage can not be raised above 2V then operating fre-
quency should be more than 2 MHz.
This feature is known to be temperature dependent but it has not been characterised.
Guidelines are given for room temperature, only.
22 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
23
2586KS–AVR–01/08
7. Updated Code Example in Section:
– “Write” on page 17
8. Updated Bit Descriptions in:
– “MCUCR – MCU Control Register” on page 38
– “Bits 7:6 – COM0A1:0: Compare Match Output A Mode” on page 80
– “Bits 5:4 – COM0B1:0: Compare Match Output B Mode” on page 80
– “Bits 2:0 – ADTS2:0: ADC Auto Trigger Source” on page 142
– “SPMCSR – Store Program Memory Control and Status Register” on page 149.
9. Updated description of feature “EEPROM read may fail at low supply voltage / low clock
frequency” in Sections:
– “Errata ATtiny25” on page 18
– “Errata ATtiny45” on page 19
– “Errata ATtiny85” on page 22
10. Updated Package Description in Sections:
– “ATtiny25” on page 11
– “ATtiny45” on page 12
– “ATtiny85” on page 13
11. Updated Package Drawing:
– “S8S1” on page 16
12. Updated Order Codes for:
– “ATtiny25” on page 11
24 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
18. Updated and moved section “Timer/Counter0 Prescaler and Clock Sources”, now
located on page 68.
19. Updated “Timer/Counter1 Initialization for Asynchronous Mode” on page 89.
20. Updated bit description in “PLLCSR – PLL Control and Status Register” on page 97
and “PLLCSR – PLL Control and Status Register” on page 107.
21. Added recommended maximum frequency in“Prescaling and Conversion Timing” on
page 129.
22. Updated Figure 17-8 on page 133 .
23. Updated “Temperature Measurement” on page 137.
24. Updated Table 17-3 on page 138.
25. Updated bit R/W descriptions in:
“TIMSK – Timer/Counter Interrupt Mask Register” on page 84,
“TIFR – Timer/Counter Interrupt Flag Register” on page 84,
“TIMSK – Timer/Counter Interrupt Mask Register” on page 95,
“TIFR – Timer/Counter Interrupt Flag Register” on page 96,
“PLLCSR – PLL Control and Status Register” on page 97,
“TIMSK – Timer/Counter Interrupt Mask Register” on page 106,
“TIFR – Timer/Counter Interrupt Flag Register” on page 106,
“PLLCSR – PLL Control and Status Register” on page 107 and
“DIDR0 – Digital Input Disable Register 0” on page 142.
26. Added limitation to “Limitations of debugWIRE” on page 144.
27. Updated “DC Characteristics” on page 166.
28. Updated Table 21-7 on page 171.
29. Updated Figure 21-6 on page 175.
30. Updated Table 21-11 on page 175.
31. Updated Table 22-1 on page 181.
32. Updated Table 22-2 on page 181.
33. Updated Table 22-30, Table 22-31 and Table 22-32, starting on page 192.
34. Updated Table 22-33, Table 22-34 and Table 22-35, starting on page 193.
35. Updated Table 22-37 on page 195.
36. Updated Table 22-44, Table 22-45, Table 22-46 and Table 22-47, starting on page
199.
25
2586KS–AVR–01/08
11. Updated Figure 17-1 on page 127.
12. Updated “Signature Bytes” on page 154.
13. Updated “Electrical Characteristics” on page 166.
26 ATtiny25/45/85
2586KS–AVR–01/08
ATtiny25/45/85
27
2586KS–AVR–01/08
Headquarters International
Product Contact
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 ®, logo and combinations thereof, AVR ® and others are registered trademarks or trade-
marks of Atmel Corporation or its subsidiaries. Other terms and product names may be trademarks of others.
2586KS–AVR–01/08