Atmel 8-bit AVR Microcontroller with 2/4/8K Bytes In-System Programmable Flash User Manual

June 8, 2024
Atmel

Atmel 8-bit AVR Microcontroller with 2/4/8K Bytes In-System Programmable

Flash

Features

  • High Performance, Low Power AVR® 8-Bit Microcontroller
  • Advanced RISC Architecture
  • 120 Powerful Instructions – Most Single Clock Cycle Execution
  • 32 x 8 General Purpose Working Registers
  • Fully Static Operation
  • Non-volatile Program and Data Memories
  • 2/4/8K Bytes of In-System Programmable Program Memory Flash
  • Endurance: 10,000 Write/Erase Cycles
  • 128/256/512 Bytes In-System Programmable EEPROM
  • Endurance: 100,000 Write/Erase Cycles
  • 128/256/512 Bytes Internal SRAM
  • Programming Lock for Self-Programming Flash Program and EEPROM Data Security

Peripheral Features

  • 8-bit Timer/Counter with Prescaler and Two PWM Channels
  • 8-bit High Speed Timer/Counter with Separate Prescaler
  • 2 High Frequency PWM Outputs with Separate Output Compare Registers
  • Programmable Dead Time Generator
  • USI – Universal Serial Interface with Start Condition Detector
  • 10-bit ADC

4 Single Ended Channels

2 Differential ADC Channel Pairs with Programmable Gain (1x, 20x)

Temperature Measurement

Programmable Watchdog Timer with Separate On-chip Oscillator

On-chip Analog Comparator

Special Microcontroller Features

debugWIRE On-chip Debug System

In-System Programmable via SPI Port

External and Internal Interrupt Sources

Low Power Idle, ADC Noise Reduction, and Power-down Modes

Enhanced Power-on Reset Circuit

Programmable Brown-out Detection Circuit

Internal Calibrated Oscillator

I/O and Packages

Six Programmable I/O Lines

8-pin PDIP, 8-pin SOIC, 20-pad QFN/MLF, and 8-pin TSSOP (only ATtiny45/V)

Operating Voltage
– 1.8 – 5.5V for ATtiny25V/45V/85V
– 2.7 – 5.5V for ATtiny25/45/85

Speed Grade
– ATtiny25V/45V/85V: 0 – 4 MHz @ 1.8 – 5.5V, 0 – 10 MHz @ 2.7 – 5.5V
– ATtiny25/45/85: 0 – 10 MHz @ 2.7 – 5.5V, 0 – 20 MHz @ 4.5 – 5.5V

Industrial Temperature Range

Low Power Consumption

Active Mode:

1 MHz, 1.8V: 300 µA

Power-down Mode:

Pin Configurations

Pinout ATtiny25/45/85 Configuration

Pin Descriptions

VCC: Supply voltage.
GND: Ground.
Port B (PB5:PB0):  Port B is a 6-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 ATtiny25/45/85 as listed
On ATtiny25, the programmable I/O ports PB3 and PB4 (pins 2 and 3) are exchanged in ATtiny15 Compatibility Mode for supporting the backward compatibility with ATtiny15.

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 minimum pulse length is given in Table 21-4 on page 165. Shorter pulses are not guaranteed to generate a reset.

The reset pin can also be used as a (weak) I/O pin.

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.

Block Diagram Block diagram

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 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.

The ATtiny25/45/85 provides the following features: 2/4/8K bytes 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 selectable 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 con- tents, 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 Com- pilers, Macro Assemblers, Program Debugger/Simulators and Evaluation kits.

About Resources

A comprehensive set of development tools, application notes and datasheets are available for download on http://www.atmel.com/avr.

Code Examples

This documentation contains simple code examples that briefly show how to use various parts of the device. These code examples assume that the part specific header file is included before compilation. Be aware that not all C compiler vendors include bit definitions in the header files and interrupt handling in C is compiler dependent. Please confirm with the C compiler documentation for more details.

For I/O Registers located in the extended I/O map, “IN”, “OUT”, “SBIS”, “SBIC”, “CBI”, and “SBI” instructions must be replaced with instructions that allow access to extended I/O. Typically, this means “LDS” and “STS” combined with “SBRS”, “SBRC”, “SBR”, and “CBR”. Note that not all AVR devices include an extended I/O map.

Capacitive Touch Sensing

Atmel QTouch Library provides a simple to use solution for touch sensitive interfaces on Atmel AVR microcon- trollers. The QTouch Library includes support for QTouch® and QMatrix® acquisition methods.

Touch sensing is easily added to any application by linking the QTouch Library and using the Application Program- ming Interface (API) of the library to define the touch channels and sensors. The application then calls the API to retrieve channel information and determine the state of the touch sensor.

The QTouch Library is free and can be downloaded from the Atmel website. For more information and details of implementation, refer to the QTouch Library User Guide – also available from the Atmel website.

Data Retention

Reliability Qualification results show that the projected data retention failure rate is much less than 1 PPM over 20 years at 85°C or 100 years at 25°C.

AVR CPU Core

Introduction

This section discusses the AVR core architecture in general. The main function of the CPU core is to ensure cor- rect program execution. The CPU must therefore be able to access memories, perform calculations, control peripherals, and handle interrupts.

Architectural Overview Architecture

In order to maximize performance and parallelism, the AVR uses a Harvard architecture – with separate memories and buses for program and data. Instructions in the Program memory are executed with a single level pipelining. While one instruction is being executed, the next instruction is pre-fetched from the Program memory. This concept enables instructions to be executed in every clock cycle. The Program memory is In-System Reprogrammable Flash memory.

The fast-access Register File contains 32 x 8-bit general purpose working registers with a single clock cycle access time. This allows single-cycle Arithmetic Logic Unit (ALU) operation. In a typical ALU operation, two operands are output from the Register File, the operation is executed, and the result is stored back in the Register File– in one clock cycle.

Six of the 32 registers can be used as three 16-bit indirect address register pointers for Data Space addressing – enabling efficient address calculations. One of the these address pointers can also be used as an address pointer for look up tables in Flash Program memory. These added function registers are the 16-bit X-, Y-, and Z-register, described later in this section.

The ALU supports arithmetic and logic operations between registers or between a constant and a register. Single register operations can also be executed in the ALU. After an arithmetic operation, the Status Register is updated to reflect information about the result of the operation.

Program flow is provided by conditional and unconditional jump and call instructions, able to directly address the whole address space. Most AVR instructions have a single 16-bit word format, but there are also 32-bit instructions.

During interrupts and subroutine calls, the return address Program Counter (PC) is stored on the Stack. The Stack is effectively allocated in the general data SRAM, and consequently the Stack size is only limited by the total SRAM size and the usage of the SRAM. All user programs must initialize the SP in the Reset routine (before sub- routines or interrupts are executed). The Stack Pointer (SP) is read/write accessible in the I/O space. The data SRAM can easily be accessed through the five different addressing modes supported in the AVR architecture.

The memory spaces in the AVR architecture are all linear and regular memory maps.

A flexible interrupt module has its control registers in the I/O space with an additional Global Interrupt Enable bit in the Status Register. All interrupts have a separate Interrupt Vector in the Interrupt Vector table. The interrupts have priority in accordance with their Interrupt Vector position. The lower the Interrupt Vector address, the higher the priority.

The I/O memory space contains 64 addresses for CPU peripheral functions as Control Registers, SPI, and other I/O functions. The I/O memory can be accessed directly, or as the Data Space locations following those of the Reg- ister File, 0x20 – 0x5F.

ALU – Arithmetic Logic Unit

The high-performance AVR ALU operates in direct connection with all the 32 general purpose working registers. Within a single clock cycle, arithmetic operations between general purpose registers or between a register and an immediate are executed. The ALU operations are divided into three main categories – arithmetic, logical, and bit- functions. Some implementations of the architecture also provide a powerful multiplier supporting both signed/unsigned multiplication and fractional format. See the “Instruction Set” section for a detailed description.

Status Register

The Status Register contains information about the result of the most recently executed arithmetic instruction. This information can be used for altering program flow in order to perform conditional operations. Note that the Status Register is updated after all ALU operations, as specified in the Instruction Set Reference. This will in many cases remove the need for using the dedicated compare instructions, resulting in faster and more compact code.

The Status Register is not automatically stored when entering an interrupt routine and restored when returning from an interrupt. This must be handled by software.

SREG – AVR Status Register

The AVR Status Register – SREG – is defined as:

Bit 7 6 5 4 3 2 1 0
0x3F I T H S V N Z C
Read/Write R/W R/W R/W R/W R/W R/W R/W R/W
Initial Value 0 0 0 0 0 0 0 0

Bit 7 – I: Global Interrupt Enable

The Global Interrupt Enable bit must be set for the interrupts to be enabled. The individual interrupt enable control is then performed in separate control registers. If the Global Interrupt Enable Register is cleared, none of the interrupts are enabled independent of the individual interrupt enable settings. The I-bit is cleared by hardware after an interrupt has occurred, and is set by the RETI instruction to enable subsequent interrupts. The I-bit can also be set and cleared by the application with the SEI and CLI instructions, as described in the instruction set reference.

Bit 6 – T: Bit Copy Storage

The Bit Copy instructions BLD (Bit LoaD) and BST (Bit STore) use the T-bit as source or destination for the operated bit. A bit from a register in the Register File can be copied into T by the BST instruction, and a bit in T can be copied into a bit in a register in the Register File by the BLD instruction.

Bit 5 – H: Half Carry Flag

The Half Carry Flag H indicates a Half Carry in some arithmetic operations. Half Carry is useful in BCD arithmetic. See the “Instruction Set Description” for detailed information.

Bit 4 – S: Sign Bit, S = N ⊕ V

The S-bit is always an exclusive or between the Negative Flag N and the Two’s Complement Overflow Flag V. See the “Instruction Set Description” for detailed information.

Bit 3 – V: Two’s Complement Overflow Flag

The Two’s Complement Overflow Flag V supports two’s complement arithmetic. See the “Instruction Set Description” for detailed information.

Bit 2 – N: Negative Flag

The Negative Flag N indicates a negative result in an arithmetic or logic operation. See the “Instruction Set Description” for detailed information.

Bit 1 – Z: Zero Flag

The Zero Flag Z indicates a zero result in an arithmetic or logic operation. See the “Instruction Set Description” for detailed information.

Bit 0 – C: Carry Flag

The Carry Flag C indicates a carry in an arithmetic or logic operation. See the “Instruction Set Description” for detailed information.

General Purpose Register File

The Register File is optimized for the AVR Enhanced RISC instruction set. In order to achieve the required perfor- mance and flexibility, the following input/output schemes are supported by the Register File:

One 8-bit output operand and one 8-bit result input

Two 8-bit output operands and one 8-bit result input

Two 8-bit output operands and one 16-bit result input

One 16-bit output operand and one 16-bit result input

Figure 4-2 shows the structure of the 32 general purpose working registers in the CPU. General purpose

As shown in Figure 4-2, each register is also assigned a Data memory address, mapping them directly into the first 32 locations of the user Data Space. Although not being physically implemented as SRAM locations, this memory organization provides great flexibility in access of the registers, as the X-, Y- and Z-pointer registers can be set to index any register in the file.Most of the instructions operating on the Register File have direct access to all registers, and most of them are sin- gle cycle instructions.

The X-register, Y-register, and Z-register

The registers R26..R31 have some added functions to their general purpose usage. These registers are 16-bit address pointers for indirect addressing of the data space. The three indirect address registers X, Y, and Z are defined as described in Figure 4-3.

Register

In the different addressing modes these address registers have functions as fixed displacement, automatic incre- ment, and automatic decrement (see the instruction set reference for details).

Stack Pointer

The Stack is mainly used for storing temporary data, for storing local variables and for storing return addresses after interrupts and subroutine calls. The Stack Pointer Register always points to the top of the Stack. Note that the Stack is implemented as growing from higher memory locations to lower memory locations. This implies that a Stack PUSH command decreases the Stack Pointer.

The Stack Pointer points to the data SRAM Stack area where the Subroutine and Interrupt Stacks are located. This Stack space in the data SRAM must be defined by the program before any subroutine calls are executed or inter- rupts are enabled. The Stack Pointer must be set to point above 0x60. The Stack Pointer is decremented by one when data is pushed onto the Stack with the PUSH instruction, and it is decremented by two when the return address is pushed onto the Stack with subroutine call or interrupt. The Stack Pointer is incremented by one when data is popped from the Stack with the POP instruction, and it is incremented by two when data is popped from the Stack with return from subroutine RET or return from interrupt RETI.

The AVR Stack Pointer is implemented as two 8-bit registers in the I/O space. The number of bits actually used is implementation dependent. Note that the data space in some implementations of the AVR architecture is so small that only SPL is needed. In this case, the SPH Register will not be present.

SPH and SPL — Stack Pointer Register

Bit| 15| 14| 13| 12| 11| 10| 9| 8|
---|---|---|---|---|---|---|---|---|---
0x3E| SP15| SP14| SP13| SP12| SP11| SP10| SP9| SP8| SPH
0x3D| SP7| SP6| SP5| SP4| SP3| SP2| SP1| SP0| SPL
| 7| 6| 5| 4| 3| 2| 1| 0|
Read/Write| R/W| R/W| R/W| R/W| R/W| R/W| R/W| R/W|
Read/Write| R/W| R/W| R/W| R/W| R/W| R/W| R/W| R/W|
Initial Value| RAMEND| RAMEND| RAMEND| RAMEND| RAMEND| RAMEND| RAMEND| RAMEND|
Initial Value| RAMEND| RAMEND| RAMEND| RAMEND| RAMEND| RAMEND| RAMEND| RAMEND|

Instruction Execution Timing

This section describes the general access timing concepts for instruction execution. The AVR CPU is driven by the CPU clock clkCPU, directly generated from the selected clock source for the chip. No internal clock division is used.

Fig4.4

Figure 4-4 shows the parallel instruction fetches and instruction executions enabled by the Harvard architecture and the fast access Register File concept. This is the basic pipelining concept to obtain up to 1 MIPS per MHz with the corresponding unique results for functions per cost, functions per clocks, and functions per power-unit.

Figure 4-5.  Single Cycle ALU Operation

Fig4.5

Reset and Interrupt Handling

The AVR provides several different interrupt sources. These interrupts and the separate Reset Vector each have a separate Program Vector in the Program memory space. All interrupts are assigned individual enable bits which must be written logic one together with the Global Interrupt Enable bit in the Status Register in order to enable the interrupt.

The lowest addresses in the Program memory space are by default defined as the Reset and Interrupt Vectors. The complete list of vectors is shown in “Interrupts” on page 48. The list also determines the priority levels of the different interrupts. The lower the address the higher is the priority level. RESET has the highest priority, and next is INT0 – the External Interrupt Request 0.

When an interrupt occurs, the Global Interrupt Enable I-bit is cleared and all interrupts are disabled. The user soft- ware can write logic one to the I-bit to enable nested interrupts. All enabled interrupts can then interrupt the current interrupt routine. The I-bit is automatically set when a Return from Interrupt instruction – RETI – is executed.

There are basically two types of interrupts. The first type is triggered by an event that sets the Interrupt Flag. For these interrupts, the Program Counter is vectored to the actual Interrupt Vector in order to execute the interrupt handling routine, and hardware clears the corresponding Interrupt Flag. Interrupt Flags can also be cleared by writing a logic one to the flag bit position(s) to be cleared. If an interrupt condition occurs while the corresponding interrupt enable bit is cleared, the Interrupt Flag will be set and remembered until the interrupt is enabled, or the flag is cleared by software. Similarly, if one or more interrupt conditions occur while the Global Interrupt Enable bit is cleared, the corresponding Interrupt Flag(s) will be set and remembered until the Global Interrupt Enable bit is set, and will then be executed by order of priority.

The second type of interrupts will trigger as long as the interrupt condition is present. These interrupts do not nec- essarily have Interrupt Flags. If the interrupt condition disappears before the interrupt is enabled, the interrupt will not be triggered.

When the AVR exits from an interrupt, it will always return to the main program and execute one more instruction before any pending interrupt is served.

Note that the Status Register is not automatically stored when entering an interrupt routine, nor restored when returning from an interrupt routine. This must be handled by software.

When using the CLI instruction to disable interrupts, the interrupts will be immediately disabled. No interrupt will be executed after the CLI instruction, even if it occurs simultaneously with the CLI instruction. The following example shows how this can be used to avoid interrupts during the timed EEPROM write sequence.

Assembly Code Example

in r16, SREG        ; store SREG value

cli        ; disable interrupts during timed sequence

sbi EECR, EEMPE        ; start EEPROM write

sbi EECR, EEPE

out SREG, r16        ; restore SREG value (I-bit)

C Code Example
char cSREG;

cSREG = SREG; / store SREG value /

/ disable interrupts during timed sequence /

_CLI();

EECR |= (1<<EEMPE); / start EEPROM write /

EECR |= (1<<EEPE);

SREG = cSREG; / restore SREG value (I-bit) /

When using the SEI instruction to enable interrupts, the instruction following SEI will be executed before any pend- ing interrupts, as shown in this example.

Assembly Code Example

sei        ; set Global Interrupt Enable

sleep; enter sleep, waiting for interrupt

; note: will enter sleep before any pending

; interrupt(s)

C Code Example
_SEI(); / set Global Interrupt Enable /

_SLEEP(); / enter sleep, waiting for interrupt /

/ note: will enter sleep before any pending interrupt(s) /

Interrupt Response Time

The interrupt execution response for all the enabled AVR interrupts is four clock cycles minimum. After four clock cycles the Program Vector address for the actual interrupt handling routine is executed. During this four clock cycle period, the Program Counter is pushed onto the Stack. The vector is normally a jump to the interrupt routine, and this jump takes three clock cycles. If an interrupt occurs during execution of a multi-cycle instruction, this instruction is completed before the interrupt is served. If an interrupt occurs when the MCU is in sleep mode, the interrupt execution response time is increased by four clock cycles. This increase comes in addition to the start- up time from the selected sleep mode.

A return from an interrupt handling routine takes four clock cycles. During these four clock cycles, the Program Counter (two bytes) is popped back from the Stack, the Stack Pointer is incremented by two, and the I-bit in SREG is set.

AVR Memories

This section describes the different memories in the ATtiny25/45/85. The AVR architecture has two main memory spaces, the Data memory and the Program memory space. In addition, the ATtiny25/45/85 features an EEPROM Memory for data storage. All three memory spaces are linear and regular.

In-System Re-programmable Flash Program Memory

The ATtiny25/45/85 contains 2/4/8K bytes On-chip In-System Reprogrammable Flash memory for program stor- age. Since all AVR instructions are 16 or 32 bits wide, the Flash is organized as 1024/2048/4096 x 16.

The Flash memory has an endurance of at least 10,000 write/erase cycles. The ATtiny25/45/85 Program Counter (PC) is 10/11/12 bits wide, thus addressing the 1024/2048/4096 Program memory locations. “Memory Program- ming” on page 147 contains a detailed description on Flash data serial downloading using the SPI pins.

Constant tables can be allocated within the entire Program memory address space (see the LPM – Load Program memory instruction description).

Figure 5-1.        Program Memory Map

SRAM Data Memory

Figure 5-2 shows how the ATtiny25/45/85 SRAM Memory is organized.

The lower 224/352/607 Data memory locations address both the Register File, the I/O memory and the internal data SRAM. The first 32 locations address the Register File, the next 64 locations the standard I/O memory, and the last 128/256/512 locations address the internal data SRAM.

The five different addressing modes for the Data memory cover: Direct, Indirect with Displacement, Indirect, Indi- rect with Pre-decrement, and Indirect with Post-increment. In the Register File, registers R26 to R31 feature the indirect addressing pointer registers.

The direct addressing reaches the entire data space.

The Indirect with Displacement mode reaches 63 address locations from the base address given by the Y- or Z- register.

When using register indirect addressing modes with automatic pre-decrement and post-increment, the address registers X, Y, and Z are decremented or incremented.

The 32 general purpose working registers, 64 I/O Registers, and the 128/256/512 bytes of internal data SRAM in the ATtiny25/45/85 are all accessible through all these addressing modes. The Register File is described in “Gen- eral Purpose Register File” on page 10.

Figure 5-2.        Data Memory Map Memory map 2

Data Memory Access Times

This section describes the general access timing concepts for internal memory access. The internal data SRAM access is performed in two clkCPU cycles as described in Figure 5-3.

Figure 5-3.        On-chip Data SRAM Access CyclesOn chip
data EEPROM Data Memory

The ATtiny25/45/85 contains 128/256/512 bytes of data EEPROM memory. It is organized as a separate data space, in which single bytes can be read and written. The EEPROM has an endurance of at least 100,000 write/erase cycles. The access between the EEPROM and the CPU is described in the following, specifying the EEPROM Address Registers, the EEPROM Data Register, and the EEPROM Control Register. For details see “Serial Downloading” on page 151.

EEPROM Read/Write Access

The EEPROM Access Registers are accessible in the I/O space.

The write access times for the EEPROM are given in Table 5-1 on page 21. A self-timing function, however, lets the user software detect when the next byte can be written. If the user code contains instructions that write the EEPROM, some precautions must be taken. In heavily filtered power supplies, VCC  is likely to rise or fall slowly on

Power-up/down. This causes the device for some period of time to run at a voltage lower than specified as minimum for the clock frequency used. See“Preventing EEPROM Corruption” on page 19 for details on how to avoid problems in these situations.

In order to prevent unintentional EEPROM writes, a specific write procedure must be followed. Refer to “Atomic Byte Programming” on page 17 and “Split Byte Programming” on page 17 for details on this.

When the EEPROM is read, the CPU is halted for four clock cycles before the next instruction is executed. When the EEPROM is written, the CPU is halted for two clock cycles before the next instruction is executed.

Atomic Byte Programming

Using Atomic Byte Programming is the simplest mode. When writing a byte to the EEPROM, the user must write the address into the EEAR Register and data into EEDR Register. If the EEPMn bits are zero, writing EEPE (within four cycles after EEMPE is written) will trigger the erase/write operation. Both the erase and write cycle are done in one operation and the total programming time is given in Table 5-1 on page 21. The EEPE bit remains set until the erase and write operations are completed. While the device is busy with programming, it is not possible to do any other EEPROM operations.

Split Byte Programming

It is possible to split the erase and write cycle in two different operations. This may be useful if the system requires short access time for some limited period of time (typically if the power supply voltage falls). In order to take advan- tage of this method, it is required that the locations to be written have been erased before the write operation. But since the erase and write operations are split, it is possible to do the erase operations when the system allows doing time-critical operations (typically after Power-up).

Erase

To erase a byte, the address must be written to EEAR. If the EEPMn bits are 0b01, writing the EEPE (within four cycles after EEMPE is written) will trigger the erase operation only (programming time is given in Table 5-1 on page 21). The EEPE bit remains set until the erase operation completes. While the device is busy programming, it is not possible to do any other EEPROM operations.

Write

To write a location, the user must write the address into EEAR and the data into EEDR. If the EEPMn bits are 0b10, writing the EEPE (within four cycles after EEMPE is written) will trigger the write operation only (program- ming time is given in Table 5-1 on page 21). The EEPE bit remains set until the write operation completes. If the location to be written has not been erased before write, the data that is stored must be considered as lost. While the device is busy with programming, it is not possible to do any other EEPROM operations.

The calibrated Oscillator is used to time the EEPROM accesses. Make sure the Oscillator frequency is within the requirements described in “OSCCAL – Oscillator Calibration Register” on page 31.

The following code examples show one assembly and one C function for erase, write, or atomic write of the EEPROM. The examples assume that interrupts are controlled (e.g., by disabling interrupts globally) so that no interrupts will occur during execution of these functions.

Assembly Code Example

EEPROM_write:

; Wait for completion of previous write

sbic EECR,EEPE

rjmp EEPROM_write

; Set Programming mode

ldi        r16, (0<<EEPM1)|(0<<EEPM0)

out        EECR, r16

; Set up address (r18:r17) in address register

out  EEARH, r18

out  EEARL, r17

; Write data (r19) to data register

out EEDR, r19

; Write logical one to EEMPE

sbi EECR,EEMPE

; Start eeprom write by setting EEPE

sbi EECR,EEPE

ret

C Code Example
void EEPROM_write(unsigned char ucAddress, unsigned char ucData)

{

/ Wait for completion of previous write / while(EECR & (1<<EEPE))

;

/ Set Programming mode /

EECR = (0<<EEPM1)|(0<<EEPM0);

/ Set up address and data registers / EEAR = ucAddress;

EEDR = ucData;

/ Write logical one to EEMPE /

EECR |= (1<<EEMPE);

/ Start eeprom write by setting EEPE /

EECR |= (1<<EEPE);

}

The next code examples show assembly and C functions for reading the EEPROM. The examples assume that interrupts are controlled so that no interrupts will occur during execution of these functions.

Assembly Code Example

EEPROM_read:

; Wait for completion of previous write

sbic EECR,EEPE

rjmp EEPROM_read

; Set up address (r18:r17) in address register

out  EEARH, r18

out  EEARL, r17

; Start eeprom read by writing EERE

sbi EECR,EERE

; Read data from data register

in        r16,EEDR

ret

C Code Example
unsigned char EEPROM_read(unsigned char ucAddress)

{

/ Wait for completion of previous write /

while(EECR & (1<<EEPE))

;

/ Set up address register / EEAR = ucAddress;

/ Start eeprom read by writing EERE /

EECR |= (1<<EERE);

/ Return data from data register /

return EEDR;

}

Preventing EEPROM Corruption

During periods of low VCC, the EEPROM data can be corrupted because the supply voltage is too low for the CPU and the EEPROM to operate properly. These issues are the same as for board level systems using EEPROM, and the same design solutions should be applied.

An EEPROM data corruption can be caused by two situations when the voltage is too low. First, a regular write sequence to the EEPROM requires a minimum voltage to operate correctly. Secondly, the CPU itself can execute instructions incorrectly, if the supply voltage is too low.

EEPROM data corruption can easily be avoided by following this design recommendation:

Keep the AVR RESET active (low) during periods of insufficient power supply voltage. This can be done by enabling the internal Brown-out Detector (BOD). If the detection level of the internal BOD does not match the

needed detection level, an external low VCC reset protection circuit can be used. If a reset occurs while a write operation is in progress, the write operation will be completed provided that the power supply voltage is sufficient.

I/O Memory

The I/O space definition of the ATtiny25/45/85 is shown in “Register Summary” on page 200.

All ATtiny25/45/85 I/Os and peripherals are placed in the I/O space. All I/O locations may be accessed by the LD/LDS/LDD and ST/STS/STD instructions, transferring data between the 32 general purpose working registers and the I/O space. 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. Refer to the instruction set section for more details. When using the I/O specific commands IN and OUT, the I/O addresses 0x00 – 0x3F must be used. When addressing I/O Registers as data space using LD and ST instructions, 0x20 must be added to these addresses.

For compatibility with future devices, reserved bits should be written to zero if accessed. Reserved I/O memory addresses should never be written.

Some of the Status Flags are cleared by writing a logical one to them. Note that the CBI and SBI instructions will only operate on 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.

The I/O and Peripherals Control Registers are explained in later sections.

Register Description

EEARH – EEPROM Address Register

Bit 7 6 5 4 3 2 1 0

0x1F| –| –| –| –| –| –| –| EEAR8| EEARH
Read/Write| R| R| R| R| R| R| R| R/W
Initial Value| 0| 0| 0| 0| 0| 0| 0| X/0

Bits 7:1 – Res: Reserved Bits

These bits are reserved for future use and will always read as zero.

Bits 0 – EEAR8: EEPROM Address

This is the most significant EEPROM address bit of ATtiny85. In devices with less EEPROM, i.e.  ATtiny25/ATtiny45, this bit is reserved and will always read zero. The initial value of the EEPROM Address Regis- ter (EEAR) is undefined and a proper value must therefore be written before the EEPROM is accessed.

EEARL – EEPROM Address Register

Bit

0x1E EEAR7 EEAR6 EEAR5 EEAR4 EEAR3 EEAR2 EEAR1 EEAR0 EEARL
Rear/Write R/W R/W R/W R/W R/W R/W R/W R/W
Initial Value X X X X X X X X

Bit 7 – EEAR7: EEPROM Address

This is the most significant EEPROM address bit of ATtiny45. In devices with less EEPROM, i.e. ATtiny25, this bit is reserved and will always read zero. The initial value of the EEPROM Address Register (EEAR) is undefined and a proper value must therefore be written before the EEPROM is accessed.

Bits 6:0 – EEAR[6:0]: EEPROM Address

These are the (low) bits of the EEPROM Address Register. The EEPROM data bytes are addressed linearly in the range 0…(128/256/512-1). The initial value of EEAR is undefined and a proper value must be therefore be written before the EEPROM may be accessed.

EEDR – EEPROM Data Register

Bit 7 6 5 4 3 2 1 0
0x1D EEDR7 EEDR6 EEDR5 EEDR4 EEDR3 EEDR2 EEDR1 EEDR0
Read/Write R/W R/W R/W R/W R/W R/W R/W R/W
Initial Value 0 0 0 0 0 0 0 0

For the EEPROM write operation the EEDR Register contains the data to be written to the EEPROM in the address given by the EEAR Register. For the EEPROM read operation, the EEDR contains the data read out from the

EEPROM at the address given by EEAR.

5.5.4        EECR – EEPROM Control Register

|
---|---
Bit        7        6        5| 4| 3| 2| 1| 0|
0x1C –| –| EEPM1| | EEPM0| EERIE| EEMPE| EEPE| EERE| EECR
Read/Write        R        R        R/W| R/W| R/W| R/W| R/W| R/W|
Initial Value        0        0        X| X| 0| 0| X| 0|

Bit 7 – Res: Reserved Bit

This bit is reserved for future use and will always read as 0 in ATtiny25/45/85. For compatibility with future AVR devices, always write this bit to zero. After reading, mask out this bit.

Bit 6 – Res: Reserved Bit

This bit is reserved in the ATtiny25/45/85 and will always read as zero.

Bits 5:4 – EEPM[1:0]: EEPROM Programming Mode Bits

The EEPROM Programming mode bits setting defines which programming action that will be triggered when writ- ing EEPE. It is possible to program data in one atomic operation (erase the old value and program the new value) or to split the Erase and Write operations in two different operations. The Programming times for the different modes are shown in Table 5-1. While EEPE is set, any write to EEPMn will be ignored. During reset, the EEPMn bits will be reset to 0b00 unless the EEPROM is busy programming.

Table 5-1. EEPROM Mode Bits

EEPM1 EEPM0 Programming Time Operation
0 0 3.4 ms Erase and Write in one operation (Atomic Operation)
0 1 1.8 ms Erase Only
1 0 1.8 ms Write Only
1 1 Reserved for future use

Bit 3 – EERIE: EEPROM Ready Interrupt Enable

Writing EERIE to one enables the EEPROM Ready Interrupt if the I-bit in SREG is set. Writing EERIE to zero dis- ables the interrupt. The EEPROM Ready Interrupt generates a constant interrupt when Non-volatile memory is ready for programming.

Bit 2 – EEMPE: EEPROM Master Program Enable

The EEMPE bit determines whether writing EEPE to one will have effect or not.

When EEMPE is set, setting EEPE within four clock cycles will program the EEPROM at the selected address. If EEMPE is zero, setting EEPE will have no effect. When EEMPE has been written to one by software, hardware clears the bit to zero after four clock cycles.

Bit 1 – EEPE: EEPROM Program Enable

The EEPROM Program Enable Signal EEPE is the programming enable signal to the EEPROM. When EEPE is written, the EEPROM will be programmed according to the EEPMn bits setting. The EEMPE bit must be written to one before a logical one is written to EEPE, otherwise no EEPROM write takes place. When the write access time has elapsed, the EEPE bit is cleared by hardware. When EEPE has been set, the CPU is halted for two cycles before the next instruction is executed.

Bit 0 – EERE: EEPROM Read Enable

The EEPROM Read Enable Signal – EERE – is the read strobe to the EEPROM. When the correct address is set up in the EEAR Register, the EERE bit must be written to one to trigger the EEPROM read. The EEPROM read access takes one instruction, and the requested data is available immediately. When the EEPROM is read, the CPU is halted for four cycles before the next instruction is executed. The user should poll the EEPE bit before start- ing the read operation. If a write operation is in progress, it is neither possible to read the EEPROM, nor to change the EEAR Register.

System Clock and Clock Options

Clock Systems and their Distribution

Clock distribution

CPU Clock

The CPU clock is routed to parts of the system concerned with operation of the AVR core. Examples of such mod- ules are the General Purpose Register File, the Status Register and the Data memory holding the Stack Pointer. Halting the CPU clock inhibits the core from performing general operations and calculations.

I/O Clock – clkI/O

The I/O clock is used by the majority of the I/O modules, like Timer/Counter. The I/O clock is also used by the External Interrupt module, but note that some external interrupts are detected by asynchronous logic, allowing such interrupts to be detected even if the I/O clock is halted.

Flash Clock – clkFLASH

The Flash clock controls operation of the Flash interface. The Flash clock is usually active simultaneously with the CPU clock.

ADC Clock – clkADC

The ADC is provided with a dedicated clock domain. This allows halting the CPU and I/O clocks in order to reduce noise generated by digital circuitry. This gives more accurate ADC conversion results.

Internal PLL for Fast Peripheral Clock Generation – clkPCK

The internal PLL in ATtiny25/45/85 generates a clock frequency that is 8x multiplied from a source input. By default, the PLL uses the output of the internal, 8.0 MHz RC oscillator as source. Alternatively, if bit LSM of PLLCSR is set the PLL will use the output of the RC oscillator divided by two. Thus the output of the PLL, the fast peripheral clock is 64 MHz. The fast peripheral clock, or a clock prescaled from that, can be selected as the clock source for Timer/Counter1 or as a system clock. See Figure 6-2. The frequency of the fast peripheral clock is divided by two when LSM of PLLCSR is set, resulting in a clock frequency of 32 MHz. Note, that LSM can not be set if PLLCLK is used as system clock.

Figure 6-2.     PCK Clocking System. PCK clocking

The PLL is locked on the RC oscillator and adjusting the RC oscillator via OSCCAL register will adjust the fast peripheral clock at the same time. However, even if the RC oscillator is taken to a higher frequency than 8 MHz, the fast peripheral clock frequency saturates at 85 MHz (worst case) and remains oscillating at the maximum fre- quency. It should be noted that the PLL in this case is not locked any longer with the RC oscillator clock. Therefore, it is recommended not to take the OSCCAL adjustments to a higher frequency than 8 MHz in order to keep the PLL in the correct operating range.

The internal PLL is enabled when:

The PLLE bit in the register PLLCSR is set.

The CKSEL fuse is programmed to ‘0001’.

The CKSEL fuse is programmed to ‘0011’.

The PLLCSR bit PLOCK is set when PLL is locked. Both internal RC oscillator and PLL are switched off in power down and stand-by sleep modes.

Internal PLL in ATtiny15 Compatibility Mode

Since ATtiny25/45/85 is a migration device for ATtiny15 users there is an ATtiny15 compatibility mode for back- ward compatibility. The ATtiny15 compatibility mode is selected by programming the CKSEL fuses to ‘0011’.

In the ATtiny15 compatibility mode the frequency of the internal RC oscillator is calibrated down to 6.4 MHz and the multiplication factor of the PLL is set to 4x. See Figure 6-3. With these adjustments the clocking system is ATtiny15-compatible and the resulting fast peripheral clock has a frequency of 25.6 MHz (same as in ATtiny15).

Figure 6-3.        PCK Clocking System in ATtiny15 Compatibility Mode. Clocking system

Clock Sources

The device has the following clock source options, selectable by Flash Fuse bits as shown below. The clock from the selected source is input to the AVR clock generator, and routed to the appropriate modules.

Table 6-1.  Device Clocking Options Select

Device Clocking Option| CKSEL[3:0](1)
---|---
External Clock (see page 26)| 0000
High Frequency PLL Clock (see page 26)| 0001
Calibrated Internal Oscillator (see page 27)| 0010(2)
Calibrated Internal Oscillator (see page 27)| 0011(3)
Internal 128 kHz Oscillator (see page 28)| 0100
Low-Frequency Crystal Oscillator (see page 29)| 0110
Crystal Oscillator / Ceramic Resonator (see page 29)| 1000 – 1111
Reserved| 0101, 0111

For all fuses “1” means unprogrammed while “0” means programmed.

The device is shipped with this option selected.

This will select ATtiny15 Compatibility Mode, where system clock is divided by four, resulting in a 1.6 MHz clock fre- quency. For more inormation, see “Calibrated Internal Oscillator” on page 27.

The various choices for each clocking option is given in the following sections. When the CPU wakes up from Power-down, the selected clock source is used to time the start-up, ensuring stable Oscillator operation before instruction execution starts. When the CPU starts from reset, there is an additional delay allowing the power to reach a stable level before commencing normal operation. The Watchdog Oscillator is used for timing this real-time part of the start-up time. The number of WDT Oscillator cycles used for each time-out is shown in Table 6-2.

Table 6-2.        Number of Watchdog Oscillator Cycles

Typ Time-out Number of Cycles
4 ms 512
64 ms 8K (8,192)

External Clock

To drive the device from an external clock source, CLKI should be driven as shown in Figure 6-4. To run the device on an external clock, the CKSEL Fuses must be programmed to “00”.

Figure 6-4.        External Clock Drive Configuration

Fig6.4

When this clock source is selected, start-up times are determined by the SUT Fuses as shown in Table 6-3.

Table 6-3.        Start-up Times for the External Clock Selection

SUT[1:0]| Start-up Time from Power-down| Additional Delay from Reset| Recommended Usage
---|---|---|---
00| 6 CK| 14CK| BOD enabled
01| 6 CK| 14CK + 4 ms| Fast rising power
10| 6 CK| 14CK + 64 ms| Slowly rising power
11| Reserved

When applying an external clock, it is required to avoid sudden changes in the applied clock frequency to ensure stable operation of the MCU. A variation in frequency of more than 2% from one clock cycle to the next can lead to unpredictable behavior. It is required to ensure that the MCU is kept in Reset during such changes in the clock frequency.

Note that the System Clock Presale can be used to implement run-time changes of the internal clock frequency while still ensuring stable operation. Refer to “System Clock Prescaler” on page 31 for details.

High Frequency PLL Clock

There is an internal PLL that provides nominally 64 MHz clock rate locked to the RC Oscillator for the use of the Peripheral Timer/Counter1 and for the system clock source. When selected as a system clock source, by program- ming the CKSEL fuses to ‘0001’, it is divided by four like shown in Table 6-4.

Table 6-4.        High Frequency PLL Clock Operating Modes

CKSEL[3:0] Nominal Frequency
0001 16 MHz

When this clock source is selected, start-up times are determined by the SUT fuses as shown in Table 6-5.

Table 6-5.        Start-up Times for the High Frequency PLL Clock

SUT[1:0]| Start-up Time from Power Down| Additional Delay from Power-On Reset (VCC = 5.0V)| Recommended usage
---|---|---|---
00| 14CK + 1K (1024) CK + 4 ms| 4 ms| BOD enabled

Table 6-5. Start-up Times for the High Frequency PLL Clock

SUT[1:0]| Start-up Time from Power Down| Additional Delay from Power-On Reset (VCC = 5.0V)| Recommended usage
---|---|---|---
01| 14CK + 16K (16384) CK + 4 ms| 4 ms| Fast rising power
10| 14CK + 1K (1024) CK + 64 ms| 4 ms| Slowly rising power
11| 14CK + 16K (16384) CK + 64 ms| 4 ms| Slowly rising power

Calibrated Internal Oscillator

By default, the Internal RC Oscillator provides an approximate 8.0 MHz clock. Though voltage and temperature dependent, this clock can be very accurately calibrated by the user. See “Calibrated Internal RC Oscillator Accu- racy” on page 164 and “Internal Oscillator Speed” on page 192 for more details. The device is shipped with the CKDIV8 Fuse programmed. See “System Clock Prescaler” on page 31 for more details.

This clock may be selected as the system clock by programming the CKSEL Fuses as shown in Table 6-6 on page

27. If selected, it will operate with no external components. During reset, hardware loads the pre-programmed calibration value into the OSCCAL Register and thereby automatically calibrates the RC Oscillator. The accuracy of this calibration is shown as Factory calibration in Table 21-2 on page 164.

By changing the OSCCAL register from SW, see “OSCCAL – Oscillator Calibration Register” on page 31, it is possible to get a higher calibration accuracy than by using the factory calibration. The accuracy of this calibration is shown as User calibration in Table 21-2 on page 164.

When this Oscillator is used as the chip clock, the Watchdog Oscillator will still be used for the Watchdog Timer and for the Reset Time-out. For more information on the pre-programmed calibration value, see the section “Cali- bration Bytes” on page 150.

The internal oscillator can also be set to provide a 6.4 MHz clock by writing CKSEL fuses to “0011”, as shown in Table 6-6 below. This setting is reffered to as ATtiny15 Compatibility Mode and is intended to provide a calibrated clock source at 6.4 MHz, as in ATtiny15. In ATtiny15 Compatibility Mode the PLL uses the internal oscillator running at 6.4 MHz to generate a 25.6 MHz peripheral clock signal for Timer/Counter1 (see “8-bit Timer/Counter1 in ATtiny15 Mode” on page 95). Note that in this mode of operation the 6.4 MHz clock signal is always divided by four, providing a 1.6 MHz system clock.

Table 6-6. Internal Calibrated RC Oscillator Operating Modes

CKSEL[3:0] Nominal Frequency

0010(1)| 8.0 MHz
0011(2)| 6.4 MHz

The device is shipped with this option selected.

This setting will select ATtiny15 Compatibility Mode, where system clock is divided by four, resulting in a 1.6 MHz clock frequency.

When the calibrated 8 MHz internal oscillator is selected as clock source the start-up times are determined by the SUT Fuses as shown in Table 6-7 below.

Table 6-7.        Start-up Times for Internal Calibrated RC Oscillator Clock

SUT[1:0]| Start-up Time from Power-down| Additional Delay from Reset (VCC = 5.0V)| Recommended Usage
---|---|---|---
00| 6 CK| 14CK(1)| BOD enabled
01| 6 CK| 14CK + 4 ms| Fast rising power
10(2)| 6 CK| 14CK + 64 ms| Slowly rising power
11| Reserved

1. If the RSTDISBL fuse is programmed, this start-up time will be increased to 14CK + 4 ms to ensure programming mode can be entered.
2. The device is shipped with this option selected.

In ATtiny15 Compatibility Mode start-up times are determined by SUT fuses as shown in Table 6-8 below.

Table 6-8.        Start-up Times for Internal Calibrated RC Oscillator Clock (in ATtiny15 Mode)

SUT[1:0]| Start-up Time from Power-down| Additional Delay from Reset (VCC = 5.0V)| Recommended Usage
---|---|---|---
00| 6 CK| 14CK + 64 ms|
01| 6 CK| 14CK + 64 ms|
10| 6 CK| 14CK + 4 ms|
11| 1 CK| 14CK(1)|

Note:   If the RSTDISBL fuse is programmed, this start-up time will be increased to 14CK + 4 ms to ensure programming mode can be entered.

In summary, more information on ATtiny15 Compatibility Mode can be found in sections “Port B (PB5:PB0)” on page 2, “Internal PLL in ATtiny15 Compatibility Mode” on page 24, “8-bit Timer/Counter1 in ATtiny15 Mode” on page 95, “Limitations of debugWIRE” on page 140, “Calibration Bytes” on page 150 and in table “Clock Prescaler Select” on page 33.

Internal 128 kHz Oscillator

The 128 kHz internal Oscillator is a low power Oscillator providing a clock of 128 kHz. The frequency is nominal at 3V and 25°C. This clock may be select as the system clock by programming the CKSEL Fuses to “0100”.

When this clock source is selected, start-up times are determined by the SUT Fuses as shown in Table 6-9.

Table 6-9.        Start-up Times for the 128 kHz Internal Oscillator

SUT[1:0]| Start-up Time from Power-down| Additional Delay from Reset| Recommended Usage
---|---|---|---
00| 6 CK| 14CK(1)| BOD enabled
01| 6 CK| 14CK + 4 ms| Fast rising power
10| 6 CK| 14CK + 64 ms| Slowly rising power
11| Reserved

Note:    If the RSTDISBL fuse is programmed, this start-up time will be increased to 14CK + 4 ms to ensure programming mode can be entered.

Low-Frequency Crystal Oscillator

To use a 32.768 kHz watch crystal as the clock source for the device, the Low- frequency Crystal Oscillator must be selected by setting CKSEL fuses to ‘0110’. The crystal should be connected as shown in Figure 6-5. To find suit- able load capacitance for a 32.768 kHz crysal, please consult the manufacturer’s datasheet.

When this oscillator is selected, start-up times are determined by the SUT fuses as shown in Table 6-10.

Table 6-10. Start-up Times for the Low Frequency Crystal Oscillator Clock Selection

SUT[1:0]| Start-up Time from Power Down| Additional Delay from Reset (VCC = 5.0V)| Recommended usage
---|---|---|---
00| 1K (1024) CK(1)| 4 ms| Fast rising power or BOD enabled
01| 1K (1024) CK(1)| 64 ms| Slowly rising power
10| 32K (32768) CK| 64 ms| Stable frequency at start-up
11| Reserved

Note: These options should be used only if frequency stability at start-up is not important.

The Low-frequency Crystal Oscillator provides an internal load capacitance, see Table 6-11 at each TOSC pin.

Table 6-11.        Capacitance of Low-Frequency Crystal Oscillator

Device 32 kHz Osc. Type Cap (Xtal1/Tosc1) Cap (Xtal2/Tosc2)
ATtiny25/45/85 System Osc. 16 pF 6 pF

Crystal Oscillator / Ceramic Resonator

XTAL1 and XTAL2 are input and output, respectively, of an inverting amplifier which can be configured for use as an On-chip Oscillator, as shown in Figure 6-5. Either a quartz crystal or a ceramic resonator may be used.

C1 and C2 should always be equal for both crystals and resonators. The optimal value of the capacitors depends on the crystal or resonator in use, the amount of stray capacitance, and the electromagnetic noise of the environment. Some initial guidelines for choosing capacitors for use with crystals are given in Table 6-12 below. For ceramic resonators, the capacitor values given by the manufacturer should be used.

Table 6-12.        Crystal Oscillator Operating Modes

CKSEL[3:1]| Frequency Range (MHz)| Recommended Range for Capacitors C1 and C2 for Use with Crystals (pF)
---|---|---
100(1)| 0.4 – 0.9| –
101| 0.9 – 3.0| 12 – 22
110| 3.0 – 8.0| 12 – 22
111| 8.0 –| 12 – 22

Notes:  This option should not be used with crystals, only with ceramic resonators.

The Oscillator can operate in three different modes, each optimized for a specific frequency range. The operating mode is selected by the fuses CKSEL[3:1] as shown in Table 6-12.

The CKSEL0 Fuse together with the SUT[1:0] Fuses select the start-up times as shown in Table 6-13.

Table 6-13.        Start-up Times for the Crystal Oscillator Clock Selection

CKSEL0| SUT[1:0]| Start-up Time from Power-down| Additional Delay from Reset| Recommended Usage
---|---|---|---|---
0| 00| 258 CK(1)| 14CK + 4 ms| Ceramic resonator, fast rising power
0| 01| 258 CK(1)| 14CK + 64 ms| Ceramic resonator, slowly rising power
0| 10| 1K (1024) CK(2)| 14CK| Ceramic resonator, BOD enabled
0| 11| 1K (1024)CK(2)| 14CK + 4 ms| Ceramic resonator, fast rising power
1| 00| 1K (1024)CK(2)| 14CK + 64 ms| Ceramic resonator, slowly rising power
1| 01| 16K (16384) CK| 14CK| Crystal Oscillator, BOD enabled
1| 10| 16K (16384) CK| 14CK + 4 ms| Crystal Oscillator, fast rising power
1| 11| 16K (16384) CK| 14CK + 64 ms| Crystal Oscillator, slowly rising power

Notes

These options should only be used when not operating close to the maximum frequency of the device, and only if frequency stability at start-up is not important for the application. These options are not suitable for crystals.

These options are intended for use with ceramic resonators and will ensure frequency stability at start-up. They can also be used with crystals when not operating close to the maximum frequency of the device, and if frequency sta- bility at start-up is not important for the application.

Default Clock Source

The device is shipped with CKSEL = “0010”, SUT = “10”, and CKDIV8 programmed. The default clock source set- ting is therefore the Internal RC Oscillator running at 8 MHz with longest start-up time and an initial system clock prescaling of 8, resulting in 1.0 MHz system clock. This default setting ensures that all users can make their desired clock source setting using an In-System or High-voltage Programmer.

System Clock Prescaler

The ATtiny25/45/85 system clock can be divided by setting the “CLKPR – Clock Prescale Register” on page 32. This feature can be used to decrease power consumption when the requirement for processing power is low. This can be used with all clock source options, and it will affect the clock frequency of the CPU and all synchronous peripherals. clkI/O, clkADC, clkCPU, and clkFLASH are divided by a factor as shown in Table 6-15 on page 33.

Switching Time

When switching between prescaler settings, the System Clock Prescaler ensures that no glitches occur in the clock system and that no intermediate frequency is higher than neither the clock frequency corresponding to the previous setting, nor the clock frequency corresponding to the new setting.

The ripple counter that implements the prescaler runs at the frequency of the undivided clock, which may be faster than the CPU’s clock frequency. Hence, it is not possible to determine the state of the prescaler – even if it were readable, and the exact time it takes to switch from one clock division to another cannot be exactly predicted.

From the time the CLKPS values are written, it takes between T1 + T2 and T1 + 2*T2 before the new clock fre- quency is active. In this interval, 2 active clock edges are produced. Here, T1 is the previous clock period, and T2 is the period corresponding to the new prescaler setting.

Clock Output Buffer

The device can output the system clock on the CLKO pin (when not used as XTAL2 pin). To enable the output, the CKOUT Fuse has to be programmed. This mode is suitable when the chip clock is used to drive other circuits on the system. Note that the clock will not be output during reset and that the normal operation of the I/O pin will be overridden when the fuse is programmed. Internal RC Oscillator, WDT Oscillator, PLL, and external clock (CLKI) can be selected when the clock is output on CLKO. Crystal oscillators (XTAL1, XTAL2) can not be used for clock output on CLKO. If the System Clock Prescaler is used, it is the divided system clock that is output.

Register Description

OSCCAL – Oscillator Calibration Register

Bit| 7| 6| 5| 4| 3| 2| 1| 0|
---|---|---|---|---|---|---|---|---|---
0x31| CAL7| CAL6| CAL5| CAL4| CAL3| CAL2| CAL1| CAL0| OSCCAL
Read/Write| R/W| R/W| R/W| R/W| R/W| R/W| R/W| R/W|

Bits 7:0 – CAL[7:0]: Oscillator Calibration Value

The Oscillator Calibration Register is used to trim the Calibrated Internal RC Oscillator to remove process varia- tions from the oscillator frequency. A pre-programmed calibration value is automatically written to this register during chip reset, giving the Factory calibrated frequency as specified in Table 21-2 on page 164. The application software can write this register to change the oscillator frequency. The oscillator can be calibrated to frequencies as specified in Table 21-2 on page 164. Calibration outside that range is not guaranteed.

Note that this oscillator is used to time EEPROM and Flash write accesses, and these write times will be affected accordingly. If the EEPROM or Flash are written, do not calibrate to more than 8.8 MHz. Otherwise, the EEPROM or Flash write may fail.

The CAL7 bit determines the range of operation for the oscillator. Setting this bit to 0 gives the lowest frequency range, setting this bit to 1 gives the highest frequency range. The two frequency ranges are overlapping, in other words a setting of OSCCAL = 0x7F gives a higher frequency than OSCCAL = 0x80.

The CAL[6:0] bits are used to tune the frequency within the selected range. A setting of 0x00 gives the lowest fre- quency in that range, and a setting of 0x7F gives the highest frequency in the range.

To ensure stable operation of the MCU the calibration value should be changed in small. A variation in frequency of more than 2% from one cycle to the next can lead to unpredicatble behavior. Changes in OSCCAL should not exceed 0x20 for each calibration. It is required to ensure that the MCU is kept in Reset during such changes in the clock frequency

Table 6-14. Internal RC Oscillator Frequency Range

OSCCAL Value| Typical Lowest  Frequency with Respect to Nominal Frequency| Typical Highest Frequency with Respect to Nominal Frequency
---|---|---
0x00| 50%| 100%
0x3F| 75%| 150%
0x7F| 100%| 200%

CLKPR – Clock Prescale Register

Bit| 7| 6| 5| 4| 3| 2| 1| 0|
---|---|---|---|---|---|---|---|---|---
0x26| CLKPCE| –| –| –| CLKPS3| CLKPS2| CLKPS1| CLKPS0| CLKPR
Read/Write| R/W| R| R| R| R/W| R/W| R/W| R/W|

Initial Value        0        0        0        0        See Bit Description

Bit 7 – CLKPCE: Clock Prescaler Change Enable

The CLKPCE bit must be written to logic one to enable change of the CLKPS bits. The CLKPCE bit is only updated when the other bits in CLKPR are simultaniosly written to zero. CLKPCE is cleared by hardware four cycles after it is written or when the CLKPS bits are written. Rewriting the CLKPCE bit within this time-out period does neither extend the time-out period, nor clear the CLKPCE bit.

Bits 6:4 – Res: Reserved Bits

These bits are reserved bits in the ATtiny25/45/85 and will always read as zero.

Bits 3:0 – CLKPS[3:0]: Clock Prescaler Select Bits 3 – 0

These bits define the division factor between the selected clock source and the internal system clock. These bits can be written run-time to vary the clock frequency to suit the application requirements. As the divider divides the master clock input to the MCU, the speed of all synchronous peripherals is reduced when a division factor is used. The division factors are given in Table 6-15.

To avoid unintentional changes of clock frequency, a special write procedure must be followed to change the CLKPS bits:

Write the Clock Prescaler Change Enable (CLKPCE) bit to one and all other bits in CLKPR to zero.

Within four cycles, write the desired value to CLKPS while writing a zero to CLKPCE.

Interrupts must be disabled when changing prescaler setting to make sure the write procedure is not interrupted.

The CKDIV8 Fuse determines the initial value of the CLKPS bits. If CKDIV8 is unprogrammed, the CLKPS bits will be reset to “0000”. If CKDIV8 is programmed, CLKPS bits are reset to “0011”, giving a division factor of eight at start up. This feature should be used if the selected clock source has a higher frequency than the maximum frequency of the device at the present operating conditions. Note that any value can be written to the CLKPS bits regardless of the CKDIV8 Fuse setting. The Application software must ensure that a sufficient division factor is

chosen if the selected clock source has a higher frequency than the maximum frequency of the device at the present operating conditions. The device is shipped with the CKDIV8 Fuse programmed.

Table 6-15.        Clock Prescaler Select

CLKPS3 CLKPS2 CLKPS1 CLKPS0 Clock Division Factor
0 0 0 0 1
0 0 0 1 2
0 0 1 0 4
0 0 1 1 8
0 1 0 0 16
0 1 0 1 32
0 1 1 0 64
0 1 1 1 128
1 0 0 0 256
1 0 0 1 Reserved
1 0 1 0 Reserved
1 0 1 1 Reserved
1 1 0 0 Reserved
1 1 0 1 Reserved
1 1 1 0 Reserved
1 1 1 1 Reserved

Note:        The prescaler is disabled in ATtiny15 compatibility mode and neither writing to CLKPR, nor programming the CKDIV8 fuse has any effect on the system clock (which will always be 1.6 MHz).

Power Management and Sleep Modes

The high performance and industry leading code efficiency makes the AVR microcontrollers an ideal choice for low power applications. In addition, sleep modes enable the application to shut down unused modules in the MCU, thereby saving power. The AVR provides various sleep modes allowing the user to tailor the power consumption to the application’s requirements.

Sleep Modes

Figure 6-1 on page 23 presents the different clock systems and their distribution in ATtiny25/45/85. The figure is helpful in selecting an appropriate sleep mode. Table 7-1 shows the different sleep modes and their wake up sources.

Table 7-1. Active Clock Domains and Wake-up Sources in the Different Sleep Modes

| Active Clock Domains| Oscillators| Wake-up Sources
---|---|---|---
Sleep Mode| clkCPU| clkFLASH| clkIO| clkADC| clkPCK| Main Clock Source Enabled| INT0 and Pin Change| SPM/EEPROM

Ready

|

USI Start Condition

| ADC| Other I/O| Watchdog Interrupt
Idle| | | X| X| X| X| X| X| X| X| X| X
ADC Noise Reduction| | | | X| | X| X(1)| X| X| X| | X
Power-down| | | | | | | X(1)| | X| | | X

Note: For INT0, only level interrupt.

To enter any of the three sleep modes, the SE bit in MCUCR must be written to logic one and a SLEEP instruction must be executed. The SM[1:0] bits in the MCUCR Register select which sleep mode (Idle, ADC Noise Reduction or Power- down) will be activated by the SLEEP instruction. See Table 7-2 for a summary.

If an enabled interrupt occurs while the MCU is in a sleep mode, the MCU wakes up. The MCU is then halted for four cycles in addition to the start-up time, executes the interrupt routine, and resumes execution from the instruction following SLEEP. The contents of the Register File and SRAM are unaltered when the device wakes up from sleep. If a reset occurs during sleep mode, the MCU wakes up and executes from the Reset Vector.

Note: that if a level triggered interrupt is used for wake-up the changed level must be held for some time to wake up the MCU (and for the MCU to enter the interrupt service routine). See “External Interrupts” on page 49 for details.

Idle Mode

When the SM[1:0] bits are written to 00, the SLEEP instruction makes the MCU enter Idle mode, stopping the CPU but allowing Analog Comparator, ADC, USI, Timer/Counter, Watchdog, and the interrupt system to continue oper- ating. This sleep mode basically halts clkCPU and clkFLASH, while allowing the other clocks to run.

Idle mode enables the MCU to wake up from external triggered interrupts as well as internal ones like the Timer Overflow. If wake-up from the Analog Comparator interrupt is not required, the Analog Comparator can be powered down by setting the ACD bit in “ACSR – Analog Comparator Control and Status Register” on page 120. This will reduce power consumption in Idle mode. If the ADC is enabled, a conversion starts automatically when this mode is entered.

ADC Noise Reduction Mode

When the SM[1:0] bits are written to 01, the SLEEP instruction makes the MCU enter ADC Noise Reduction mode, stopping the CPU but allowing the ADC, the external interrupts, and the Watchdog to continue operating (if enabled). This sleep mode halts clkI/O, clkCPU, and clkFLASH, while allowing the other clocks to run.

This improves the noise environment for the ADC, enabling higher resolution measurements. If the ADC is enabled, a conversion starts automatically when this mode is entered. Apart form the ADC Conversion Complete interrupt, only an External Reset, a Watchdog Reset, a Brown-out Reset, an SPM/EEPROM ready interrupt, an external level interrupt on INT0 or a pin change interrupt can wake up the MCU from ADC Noise Reduction mode.

Power-down Mode

When the SM[1:0] bits are written to 10, the SLEEP instruction makes the MCU enter Power-down mode. In this mode, the Oscillator is stopped, while the external interrupts, the USI start condition detection and the Watchdog continue operating (if enabled). Only an External Reset, a Watchdog Reset, a Brown-out Reset, USI start condition interrupt, an external level interrupt on INT0 or a pin change interrupt can wake up the MCU. This sleep mode halts all generated clocks, allowing operation of asynchronous modules only.

Software BOD Disable

When the Brown-out Detector (BOD) is enabled by BODLEVEL fuses (see Table 20-4 on page 148), the BOD is actively monitoring the supply voltage during a sleep period. In some devices it is possible to save power by dis- abling the BOD by software in Power-Down sleep mode. The sleep mode power consumption will then be at the same level as when BOD is globally disabled by fuses.

If BOD is disabled by software, the BOD function is turned off immediately after entering the sleep mode. Upon wake-up from sleep, BOD is automatically enabled again. This ensures safe operation in case the VCC level has dropped during the sleep period.

When the BOD has been disabled, the wake-up time from sleep mode will be the same as that for wakening up from RESET. The user must manually configure the wake up times such that the bandgap reference has time to start and the BOD is working correctly before the MCU continues executing code. See SUT[1:0] and CKSEL[3:0] fuse bits in table “Fuse Low Byte” on page 149

BOD disable is controlled by the BODS (BOD Sleep) bit of MCU Control Register, see “MCUCR – MCU Control Register” on page 37. Writing this bit to one turns off BOD in Power-Down, while writing a zero keeps the BOD active. The default setting is zero, i.e. BOD active.

Writing to the BODS bit is controlled by a timed sequence and an enable bit, see “MCUCR – MCU Control Regis- ter” on page 37.

Limitations

BOD disable functionality has been implemented in the following devices, only:

ATtiny25, revision E, and newer

ATtiny45, revision D, and newer

ATtiny85, revision C, and newer

Revisions are marked on the device package and can be located as follows:

Bottom side of packages 8P3 and 8S2

Top side of package 20M1

Power Reduction Register

The Power Reduction Register (PRR), see “PRR – Power Reduction Register” on page 38, provides a method to reduce power consumption by stopping the clock to individual peripherals. The current state of the peripheral is frozen and the I/O registers can not be read or written. Resources used by the peripheral when stopping the clock will remain occupied, hence the peripheral should in most cases be disabled before stopping the clock. Waking up a module, which is done by clearing the bit in PRR, puts the module in the same state as before shutdown.

Module shutdown can be used in Idle mode and Active mode to significantly reduce the overall power consumption. In all other sleep modes, the clock is already stopped. See “Supply Current of I/O modules” on page 177 for examples.

Minimizing Power Consumption

There are several issues to consider when trying to minimize the power consumption in an AVR controlled system. In general, sleep modes should be used as much as possible, and the sleep mode should be selected so that as few as possible of the device’s functions are operating. All functions not needed should be disabled. In particular, the following modules may need special consideration when trying to achieve the lowest possible power consumption.

Analog to Digital Converter

If enabled, the ADC will be enabled in all sleep modes. To save power, the ADC should be disabled before entering any sleep mode. When the ADC is turned off and on again, the next conversion will be an extended conversion. Refer to “Analog to Digital Converter” on page 122 for details on ADC operation.

Analog Comparator

When entering Idle mode, the Analog Comparator should be disabled if not used. When entering ADC Noise Reduction mode, the Analog Comparator should be disabled. In the other sleep modes, the Analog Comparator is automatically disabled. However, if the Analog Comparator is set up to use the Internal Voltage Reference as input, the Analog Comparator should be disabled in all sleep modes. Otherwise, the Internal Voltage Reference will be enabled, independent of sleep mode. Refer to “Analog Comparator” on page 119 for details on how to configure the Analog Comparator.

Brown-out Detector

If the Brown-out Detector is not needed in the application, this module should be turned off. If the Brown-out Detector is enabled by the BODLEVEL Fuses, it will be enabled in all sleep modes, and hence, always consume power. In the deeper sleep modes, this will contribute significantly to the total current consumption. See “Brown-out Detec- tion” on page 41 and “Software BOD Disable” on page 35 for details on how to configure the Brown- out Detector.

Internal Voltage Reference

The Internal Voltage Reference will be enabled when needed by the Brown-out Detection, the Analog Comparator or the ADC. If these modules are disabled as described in the sections above, the internal voltage reference will be disabled and it will not be consuming power. When turned on again, the user must allow the reference to start up before the output is used. If the reference is kept on in sleep mode, the output can be used immediately. Refer to “Internal Voltage Reference” on page 42 for details on the start-up time.

Watchdog Timer

If the Watchdog Timer is not needed in the application, this module should be turned off. If the Watchdog Timer is enabled, it will be enabled in all sleep modes, and hence, always consume power. In the deeper sleep modes, this will contribute significantly to the total current consumption. Refer to “Watchdog Timer” on page 42 for details on how to configure the Watchdog Timer.

Port Pins

When entering a sleep mode, all port pins should be configured to use minimum power. The most important thing is then to ensure that no pins drive resistive loads. In sleep modes where both the I/O clock (clkI/O) and the ADC clock (clkADC) are stopped, the input buffers of the device will be disabled. This ensures that no power is consumed

by the input logic when not needed. In some cases, the input logic is needed for detecting wake-up conditions, and

it will then be enabled. Refer to the section “Digital Input Enable and Sleep Modes” on page 57 for details on which pins are enabled. If the input buffer is enabled and the input signal is left floating or has an analog signal level close to VCC/2, the input buffer will use excessive power.

For analog input pins, the digital input buffer should be disabled at all times. An analog signal level close to VCC/2 on an input pin can cause significant current even in active mode. Digital input buffers can be disabled by writing to the Digital Input Disable Register (DIDR0). Refer to “DIDR0 – Digital Input Disable Register 0” on page 121 for details.

Register Description

MCUCR – MCU Control Register

The MCU Control Register contains control bits for power management.

Bit 7 6 5 4 3 2 1 0

0x35| BODS| PUD| SE| SM1| SM0| BODSE| ISC01| ISC00| MCUCR
Read/Write| R| R/W| R/W| R/W| R/W| R| R/W| R/W
Initial Value| 0| 0| 0| 0| 0| 0| 0| 0

Bit 7 – BODS: BOD Sleep

BOD disable functionality is available in some devices, only. See “Limitations” on page 36.

In order to disable BOD during sleep (see Table 7-1 on page 34) the BODS bit must be written to logic one. This is controlled by a timed sequence and the enable bit, BODSE in MCUCR. First, both BODS and BODSE must be set to one. Second, within four clock cycles, BODS must be set to one and BODSE must be set to zero. The BODS bit is active three clock cycles after it is set. A sleep instruction must be executed while BODS is active in order to turn off the BOD for the actual sleep mode. The BODS bit is automatically cleared after three clock cycles.

In devices where Sleeping BOD has not been implemented this bit is unused and will always read zero.

Bit 5 – SE: Sleep Enable

The SE bit must be written to logic one to make the MCU enter the sleep mode when the SLEEP instruction is exe- cuted. To avoid the MCU entering the sleep mode unless it is the programmer’s purpose, it is recommended to write the Sleep Enable (SE) bit to one just before the execution of the SLEEP instruction and to clear it immediately after waking up.

Bits 4:3 – SM[1:0]: Sleep Mode Select Bits 1 and 0

These bits select between the three available sleep modes as shown in Table 7-2.

Table 7-2.        Sleep Mode Select

SM1 SM0 Sleep Mode
0 0 Idle
0 1 ADC Noise Reduction
1 0 Power-down
1 1 Reserved

Bit 2 – BODSE: BOD Sleep Enable

BOD disable functionality is available in some devices, only. See “Limitations” on page 36.

The BODSE bit enables setting of BODS control bit, as explained on BODS bit description. BOD disable is con- trolled by a timed sequence.

This bit is unused in devices where software BOD disable has not been implemented and will read as zero in those devices.

PRR – Power Reduction Register

The Power Reduction Register provides a method to reduce power consumption by allowing peripheral clock sig- nals to be disabled.

Bit 7 6 5 4 3 2 1 0

0x20| –| –| –| –| PRTIM1| PRTIM0| PRUSI| PRADC| PRR
Read/Write| R| R| R| R| R/W| R/W| R/W| R/W
Initial Value| 0| 0| 0| 0| 0| 0| 0| 0

Bits 7:4 – Res: Reserved Bits

These bits are reserved bits in the ATtiny25/45/85 and will always read as zero.

Bit 3 – PRTIM1: Power Reduction Timer/Counter1

Writing a logic one to this bit shuts down the Timer/Counter1 module. When the Timer/Counter1 is enabled, opera- tion will continue like before the shutdown.

Bit 2 – PRTIM0: Power Reduction Timer/Counter0

Writing a logic one to this bit shuts down the Timer/Counter0 module. When the Timer/Counter0 is enabled, opera- tion will continue like before the shutdown.

Bit 1 – PRUSI: Power Reduction USI

Writing a logic one to this bit shuts down the USI by stopping the clock to the module. When waking up the USI again, the USI should be re initialized to ensure proper operation.

Bit 0 – PRADC: Power Reduction ADC

Writing a logic one to this bit shuts down the ADC. The ADC must be disabled before shut down. Note that the ADC clock is also used by some parts of the analog comparator, which means that the analogue comparator can not be used when this bit is high.

System Control and Reset

Resetting the AVR

During reset, all I/O Registers are set to their initial values, and the program starts execution from the Reset Vec- tor. The instruction placed at the Reset Vector must be a RJMP – Relative Jump – instruction to the reset handling routine. If the program never enables an interrupt source, the Interrupt Vectors are not used, and regular program code can be placed at these locations. The circuit diagram in Figure 8-1 shows the reset logic. Electrical parame- ters of the reset circuitry are given in “System and Reset Characteristics” on page 165.

Figure 8-1  Reset Logic Reset-logic

The I/O ports of the AVR are immediately reset to their initial state when a reset source goes active. This does not require any clock source to be running.

After all reset sources have gone inactive, a delay counter is invoked, stretching the internal reset. This allows the power to reach a stable level before normal operation starts. The time-out period of the delay counter is defined by the user through the SUT and CKSEL Fuses. The different selections for the delay period are presented in “Clock Sources” on page 25.

Reset Sources

The ATtiny25/45/85 has four sources of reset:

Power-on Reset. The MCU is reset when the supply voltage is below the Power-on Reset threshold (VPOT).

External Reset. The MCU is reset when a low level is present on the RESET pin for longer than the minimum pulse length.

Watchdog Reset. The MCU is reset when the Watchdog Timer period expires and the Watchdog is enabled.

Brown-out Reset. The MCU is reset when the supply voltage VCC is below the Brown-out Reset threshold (VBOT) and the Brown-out Detector is enabled.

Power-on Reset

A Power-on Reset (POR) pulse is generated by an On-chip detection circuit. The detection level is defined in “Sys- tem and Reset Characteristics” on page 165. The POR is activated whenever VCC is below the detection level. The POR circuit can be used to trigger the Start-up Reset, as well as to detect a failure in supply voltage.

A Power-on Reset (POR) circuit ensures that the device is reset from Power-on. Reaching the Power-on Reset threshold voltage invokes the delay counter, which determines how long the device is kept in RESET after VCC rise. The RESET signal is activated again, without any delay, when VCC decreases below the detection level.

Figure 8-2. MCU Start-up, RESET Tied to VCC

INTERNAL RESET

Figure 8-3.        MCU Start-up, RESET Extended Externally

External Reset

An External Reset is generated by a low level on the RESET pin if enabled. Reset pulses longer than the minimum pulse width (see “System and Reset Characteristics” on page 165) will generate a reset, even if the clock is not running. Shorter pulses are not guaranteed to generate a reset. When the applied signal reaches the Reset Threshold Voltage – VRST – on its positive edge, the delay counter starts the MCU after the Time-out period has expired.

Figure 8-4.        External Reset During Operation Fig8.4

Brown-out Detection

ATtiny25/45/85 has an On-chip Brown-out Detection (BOD) circuit for monitoring the VCC level during operation by comparing it to a fixed trigger level. The trigger level for the BOD can be selected by the BODLEVEL Fuses. The trigger level has a hysteresis to ensure spike free Brown-out Detection. The hysteresis on the detection level should be interpreted as VBOT+ = VBOT + VHYST/2 and VBOT- = VBOT – VHYST/2.

When the BOD is enabled, and VCC decreases to a value below the trigger level (VBOT- in Figure 8-5), the Brown- out Reset is immediately activated. When VCC increases above the trigger level (VBOT+ in Figure 8-5), the delay counter starts the MCU after the Time-out period tTOUT has expired.

The BOD circuit will only detect a drop in VCC if the voltage stays below the trigger level for longer than tBOD given in “System and Reset Characteristics” on page 165. Fig8.5

Watchdog Reset

When the Watchdog times out, it will generate a short reset pulse of one CK cycle duration. On the falling edge of this pulse, the delay timer starts counting the Time-out period tTOUT. Refer to “Watchdog Timer” on page 42 for details on operation of the Watchdog Timer.

Voltage Reference Enable Signals and Start-up Time

The voltage reference has a start-up time that may influence the way it should be used. The start-up time is given in “System and Reset Characteristics” on page 165. To save power, the reference is not always turned on. The ref- erence is on during the following situations:

When the BOD is enabled (by programming the BODLEVEL[2:0] Fuse Bits).

When the bandgap reference is connected to the Analog Comparator (by setting the ACBG bit in ACSR).

When the ADC is enabled.

Thus, when the BOD is not enabled, after setting the ACBG bit or enabling the ADC, the user must always allow the reference to start up before the output from the Analog Comparator or ADC is used. To reduce power con- sumption in Power-down mode, the user can avoid the three conditions above to ensure that the reference is turned off before entering Power-down mode.

Watchdog Timer

The Watchdog Timer is clocked from an On-chip Oscillator which runs at 128 kHz. By controlling the Watchdog Timer prescaler, the Watchdog Reset interval can be adjusted as shown in Table 8-3 on page 46. The WDR – Watchdog Reset – instruction resets the Watchdog Timer. The Watchdog Timer is also reset when it is disabled and when a Chip Reset occurs. Ten different clock cycle periods can be selected to determine the reset period. If the reset period expires without another Watchdog Reset, the ATtiny25/45/85 resets and executes from the Reset Vector. For timing details on the Watchdog Reset, refer to Table 8-3 on page 46.

The Watchdog Timer can also be configured to generate an interrupt instead of a reset. This can be very helpful when using the Watchdog to wake-up from Power-down.

To prevent unintentional disabling of the Watchdog or unintentional change of time-out period, two different safety levels are selected by the fuse WDTON as shown in Table 8-1 Refer to “Timed Sequences for Changing the Con- figuration of the Watchdog Timer” on page 43 for details.

Table 8-1. WDT Configuration as a Function of the Fuse Settings of WDTON

WDTON| Safety Level| WDT Initial State| How to Disable the WDT| How to Change Time- out
---|---|---|---|---
Unprogrammed| 1| Disabled| Timed sequence| No limitations
Programmed| 2| Enabled| Always enabled| Timed sequence

Figure 8-7. Watchdog Timer Watchdog

Timed Sequences for Changing the Configuration of the Watchdog Timer

The sequence for changing configuration differs slightly between the two safety levels. Separate procedures are described for each level.

Safety Level 1:  In this mode, the Watchdog Timer is initially disabled, but can be enabled by writing the WDE bit to one without any restriction. A timed sequence is needed when disabling an enabled Watchdog Timer. To disable an enabled Watchdog Timer, the following procedure must be followed:

In the same operation, write a logic one to WDCE and WDE. A logic one must be written to WDE regard- less of the previous value of the WDE bit.

Within the next four clock cycles, in the same operation, write the WDE and WDP bits as desired, but with the WDCE bit cleared.

Safety Level 2: In this mode, the Watchdog Timer is always enabled, and the WDE bit will always read as one. A timed sequence is needed when changing the Watchdog Time-out period. To change the Watchdog Time-out, the following proce- dure must be followed:

In the same operation, write a logical one to WDCE and WDE. Even though the WDE always is set, the WDE must be written to one to start the timed sequence.

Within the next four clock cycles, in the same operation, write the WDP bits as desired, but with the WDCE bit cleared. The value written to the WDE bit is irrelevant.

Code Example

The following code example shows one assembly and one C function for turning off the WDT. The example assumes that interrupts are controlled (e.g., by disabling interrupts globally) so that no interrupts will occur during execution of these functions.

Assembly Code Example(1)

WDT_off:

wdr

; Clear WDRF in MCUSR

ldi        r16, (0<<WDRF)

out        MCUSR, r16

; Write logical one to WDCE and WDE

; Keep old prescaler setting to prevent unintentional Watchdog Reset

in        r16, WDTCR

ori r16, (1<<WDCE)|(1<<WDE)

out  WDTCR, r16

; Turn off WDT

ldi r16, (0<<WDE)

out WDTCR, r16

ret

C Code Example(1)
void WDT_off(void)

{

_WDR();

/ Clear WDRF in MCUSR / MCUSR = 0x00

/ Write logical one to WDCE and WDE / WDTCR |= (1<<WDCE) | (1<<WDE);

/ Turn off WDT / WDTCR = 0x00;

}

Note: 1. See “Code Examples” on page 6.

Register Description

MCUSR – MCU Status Register

The MCU Status Register provides information on which reset source caused an MCU Reset.

Bit| 7| 6| 5| 4| 3| 2| 1| 0|
---|---|---|---|---|---|---|---|---|---
0x34| –| –| –| –| WDRF| BORF| EXTRF| PORF| MCUSR
Read/Write| R| R| R| R| R/W| R/W| R/W| R/W|

Initial Value        0        0        0        0        See Bit Description

Bits 7:4 – Res: Reserved Bits

These bits are reserved bits in the ATtiny25/45/85 and will always read as zero.

Bit 3 – WDRF: Watchdog Reset Flag

This bit is set if a Watchdog Reset occurs. The bit is reset by a Power-on Reset, or by writing a logic zero to the flag.

Bit 2 – BORF: Brown-out Reset Flag

This bit is set if a Brown-out Reset occurs. The bit is reset by a Power-on Reset, or by writing a logic zero to the flag.

Bit 1 – EXTRF: External Reset Flag

This bit is set if an External Reset occurs. The bit is reset by a Power-on Reset, or by writing a logic zero to the flag.

Bit 0 – PORF: Power-on Reset Flag

This bit is set if a Power-on Reset occurs. The bit is reset only by writing a logic zero to the flag.

To make use of the Reset Flags to identify a reset condition, the user should read and then reset the MCUSR as early as possible in the program. If the register is cleared before another reset occurs, the source of the reset can be found by examining the Reset Flags.

WDTCR – Watchdog Timer Control Register

Bit 7 6 5 4 3 2 1 0

0x21| WDIF| WDIE| WDP3| WDCE| WDE| WDP2| WDP1| WDP0| WDTCR
Read/Write| R/W| R/W| R/W| R/W| R/W| R/W| R/W| R/W
Initial Value| 0| 0| 0| 0| X| 0| 0| 0

Bit 7 – WDIF: Watchdog Timeout Interrupt Flag

This bit is set when a time-out occurs in the Watchdog Timer and the Watchdog Timer is configured for interrupt. WDIF is cleared by hardware when executing the corresponding interrupt handling vector. Alternatively, WDIF is cleared by writing a logic one to the flag. When the I-bit in SREG and WDIE are set, the Watchdog Time-out Interrupt is executed.

Bit 6 – WDIE: Watchdog Timeout Interrupt Enable

When this bit is written to one, WDE is cleared, and the I-bit in the Status Register is set, the Watchdog Time-out Interrupt is enabled. In this mode the corresponding interrupt is executed instead of a reset if a timeout in the Watchdog Timer occurs.

If WDE is set, WDIE is automatically cleared by hardware when a time-out occurs. This is useful for keeping the Watchdog Reset security while using the interrupt. After the WDIE bit is cleared, the next time-out will generate a reset. To avoid the Watchdog Reset, WDIE must be set after each interrupt.

Table 8-2.        Watchdog Timer Configuration

WDE WDIE Watchdog Timer State Action on Time-out
0 0 Stopped None
0 1 Running Interrupt
1 0 Running Reset
1 1 Running Interrupt

Bit 4 – WDCE: Watchdog Change Enable

This bit must be set when the WDE bit is written to logic zero. Otherwise, the Watchdog will not be disabled. Once written to one, hardware will clear this bit after four clock cycles. Refer to the description of the WDE bit for a Watchdog disable procedure. This bit must also be set when changing the prescaler bits. See “Timed Sequences for Changing the Configuration of the Watchdog Timer” on page 43.

Bit 3 – WDE: Watchdog Enable

When the WDE is written to logic one, the Watchdog Timer is enabled, and if the WDE is written to logic zero, the Watchdog Timer function is disabled. WDE can only be cleared if the WDCE bit has logic level one. To disable an enabled Watchdog Timer, the following procedure must be followed:

In the same operation, write a logic one to WDCE and WDE. A logic one must be written to WDE even though it is set to one before the disable operation starts.

Within the next four clock cycles, write a logic 0 to WDE. This disables the Watchdog.

In safety level 2, it is not possible to disable the Watchdog Timer, even with the algorithm described above. See “Timed Sequences for Changing the Configuration of the Watchdog Timer” on page 43.

In safety level 1, WDE is overridden by WDRF in MCUSR. See “MCUSR – MCU Status Register” on page 44 for description of WDRF. This means that WDE is always set when WDRF is set. To clear WDE, WDRF must be cleared before disabling the Watchdog with the procedure described above. This feature ensures multiple resets during conditions causing failure, and a safe start-up after the failure.

Note:        If the watchdog timer is not going to be used in the application, it is important to go through a watchdog disable procedure in the initialization of the device. If the Watchdog is accidentally enabled, for example by a runaway pointer or brown-out condition, the device will be reset, which in turn will lead to a new watchdog reset. To avoid this situation, the application software should always clear the WDRF flag and the WDE control bit in the initialization routine.

Bits 5, 2:0 – WDP[3:0]: Watchdog Timer Prescaler 3, 2, 1, and 0

The WDP[3:0] bits determine the Watchdog Timer prescaling when the Watchdog Timer is enabled. The different prescaling values and their corresponding Timeout Periods are shown in Table 8-3.

Table 8-3. Watchdog Timer Prescale Select

WDP3| WDP2| WDP1| WDP0| Number of WDT Oscillator Cycles| Typical Time-out at VCC = 5.0V
---|---|---|---|---|---
0| 0| 0| 0| 2K (2048) cycles| 16 ms
0| 0| 0| 1| 4K (4096) cycles| 32 ms
0| 0| 1| 0| 8K (8192) cycles| 64 ms
0| 0| 1| 1| 16K (16384) cycles| 0.125 s
0| 1| 0| 0| 32K (32764) cycles| 0.25 s
0| 1| 0| 1| 64K (65536) cycles| 0.5 s
0| 1| 1| 0| 128K (131072) cycles| 1.0 s
0| 1| 1| 1| 256K (262144) cycles| 2.0 s
1| 0| 0| 0| 512K (524288) cycles| 4.0 s
1| 0| 0| 1| 1024K (1048576) cycles| 8.0 s

Table 8-3.        Watchdog Timer Prescale Select (Continued)

WDP3| WDP2| WDP1| WDP0| Number of WDT Oscillator Cycles| Typical Time-out at VCC = 5.0V
---|---|---|---|---|---
1| 0| 1| 0| Reserved(1)
1| 0| 1| 1
1| 1| 0| 0
1| 1| 0| 1
1| 1| 1| 0
1| 1| 1| 1

Note:        1. If selected, one of the valid settings below 0b1010 will be used.

Interrupts

This section describes the specifics of the interrupt handling as performed in ATtiny25/45/85. For a general expla- nation of the AVR interrupt handling, refer to “Reset and Interrupt Handling” on page 12.

Interrupt Vectors in ATtiny25/45/85

The interrupt vectors of ATtiny25/45/85 are described in Table 9-1below.

Table 9-1.        Reset and Interrupt Vectors

Vector No. Program Address Source Interrupt Definition
1 0x0000 RESET External Pin, Power-on Reset, Brown-out Reset, Watchdog

Reset
2| 0x0001| INT0| External Interrupt Request 0
3| 0x0002| PCINT0| Pin Change Interrupt Request 0
4| 0x0003| TIMER1_COMPA| Timer/Counter1 Compare Match A
5| 0x0004| TIMER1_OVF| Timer/Counter1 Overflow
6| 0x0005| TIMER0_OVF| Timer/Counter0 Overflow
7| 0x0006| EE_RDY| EEPROM Ready
8| 0x0007| ANA_COMP| Analog Comparator
9| 0x0008| ADC| ADC Conversion Complete
10| 0x0009| TIMER1_COMPB| Timer/Counter1 Compare Match B
11| 0x000A| TIMER0_COMPA| Timer/Counter0 Compare Match A
12| 0x000B| TIMER0_COMPB| Timer/Counter0 Compare Match B
13| 0x000C| WDT| Watchdog Time-out
14| 0x000D| USI_START| USI START
15| 0x000E| USI_OVF| USI Overflow

If the program never enables an interrupt source, the Interrupt Vectors are not used, and regular program code can be placed at these locations.

A typical and general setup for interrupt vector addresses in ATtiny25/45/85 is shown in the program example below.

Assembly Code Example

.org 0x0000| ;Set address of next| statement
rjmp RESET| ; Address 0x0000|
rjmp INT0_ISR| ; Address 0x0001|
rjmp PCINT0_ISR| ; Address 0x0002|
rjmp TIM1_COMPA_ISR| ; Address 0x0003|
rjmp TIM1_OVF_ISR| ; Address 0x0004|
rjmp TIM0_OVF_ISR| ; Address 0x0005|
rjmp EE_RDY_ISR| ; Address 0x0006|
rjmp ANA_COMP_ISR| ; Address 0x0007|
rjmp ADC_ISR| ; Address 0x0008|
rjmp TIM1_COMPB_ISR| ; Address 0x0009|
rjmp TIM0_COMPA_ISR| ; Address 0x000A|
rjmp TIM0_COMPB_ISR| ; Address 0x000B|
rjmp WDT_ISR| ; Address 0x000C|
rjmp USI_START_ISR| ; Address 0x000D|
rjmp USI_OVF_ISR| ; Address 0x000E|
RESET:| ; Main program start|

| ; Address 0x000F| …| |

Note: See “Code Examples” on page 6.

External Interrupts

The External Interrupts are triggered by the INT0 pin or any of the PCINT[5:0] pins. Observe that, if enabled, the interrupts will trigger even if the INT0 or PCINT[5:0] pins are configured as outputs. This feature provides a way of generating a software interrupt. Pin change interrupts PCI will trigger if any enabled PCINT[5:0] pin toggles. The PCMSK Register control which pins contribute to the pin change interrupts. Pin change interrupts on PCINT[5:0] are detected asynchronously. This implies that these interrupts can be used for waking the part also from sleep modes other than Idle mode.

The INT0 interrupts can be triggered by a falling or rising edge or a low level. This is set up as indicated in the specification for the MCU Control Register – MCUCR. When the INT0 interrupt is enabled and is configured as level triggered, the interrupt will trigger as long as the pin is held low. Note that recognition of falling or rising edge interrupts on INT0 requires the presence of an I/O clock, described in “Clock Systems and their Distribution” on page 23.

Low Level Interrupt

A low level interrupt on INT0 is detected asynchronously. This implies that this interrupt can be used for waking the part also from sleep modes other than Idle mode. The I/O clock is halted in all sleep modes except Idle mode.

Note that if a level triggered interrupt is used for wake-up from Power-down, the required level must be held long enough for the MCU to complete the wake- up to trigger the level interrupt. If the level disappears before the end of the Start-up Time, the MCU will still wake up, but no interrupt will be generated. The start-up time is defined by the SUT and CKSEL Fuses as described in “System Clock and Clock Options” on page 23.

If the low level on the interrupt pin is removed before the device has woken up then program execution will not be diverted to the interrupt service routine but continue from the instruction following the SLEEP command.

Pin Change Interrupt Timing

An example of timing of a pin change interrupt is shown in Figure 9-1.

Register Description

MCUCR – MCU Control Register

The External Interrupt Control Register A contains control bits for interrupt sense control.

Bit 7 6 5 4 3 2 1 0

0x35| BODS| PUD| SE| SM1| SM0| BODSE| ISC01| ISC00| MCUCR
Read/Write| R| R/W| R/W| R/W| R/W| R| R/W| R/W
Initial Value| 0| 0| 0| 0| 0| 0| 0| 0

Bits 1:0 – ISC0[1:0]: Interrupt Sense Control 0 Bit 1 and Bit 0

The External Interrupt 0 is activated by the external pin INT0 if the SREG I-flag and the corresponding interrupt mask are set. The level and edges on the external INT0 pin that activate the interrupt are defined in Table 9-2. The value on the INT0 pin is sampled before detecting edges. If edge or toggle interrupt is selected, pulses that last lon- ger than one clock period will generate an interrupt. Shorter pulses are not guaranteed to generate an interrupt. If low level interrupt is selected, the low level must be held until the completion of the currently executing instruction to generate an interrupt.

Table 9-2.        Interrupt 0 Sense Control

ISC01 ISC00 Description
0 0 The low level of INT0 generates an interrupt request.
0 1 Any logical change on INT0 generates an interrupt request.
1 0 The falling edge of INT0 generates an interrupt request.
1 1 The rising edge of INT0 generates an interrupt request.

GIMSK – General Interrupt Mask Register

Bit 7 6 5 4 3 2 1 0
0x3B INT0 PCIE
Read/Write R R/W R/W R R R R R
Initial Value 0 0 0 0 0 0 0 0

Bits 7, 4:0 – Res: Reserved Bits

These bits are reserved bits in the ATtiny25/45/85 and will always read as zero.

Bit 6 – INT0: External Interrupt Request 0 Enable

When the INT0 bit is set (one) and the I-bit in the Status Register (SREG) is set (one), the external pin interrupt is enabled. The Interrupt Sense Control0 bits 1/0 (ISC01 and ISC00) in the MCU Control Register (MCUCR) define whether the external interrupt is activated on rising and/or falling edge of the INT0 pin or level sensed. Activity on the pin will cause an interrupt request even if INT0 is configured as an output. The corresponding interrupt of Exter- nal Interrupt Request 0 is executed from the INT0 Interrupt Vector.

Bit 5 – PCIE: Pin Change Interrupt Enable

When the PCIE bit is set (one) and the I-bit in the Status Register (SREG) is set (one), pin change interrupt is enabled. Any change on any enabled PCINT[5:0] pin will cause an interrupt. The corresponding interrupt of Pin Change Interrupt Request is executed from the PCI Interrupt Vector. PCINT[5:0] pins are enabled individually by the PCMSK0 Register.

GIFR – General Interrupt Flag Register

Bit 7 6 5 4 3 2 1 0
0x3A INTF0 PCIF
Read/Write R R/W R/W R R R R R
Initial Value 0 0 0 0 0 0 0 0

Bits 7, 4:0 – Res: Reserved Bits

These bits are reserved bits in the ATtiny25/45/85 and will always read as zero.

Bit 6 – INTF0: External Interrupt Flag 0

When an edge or logic change on the INT0 pin triggers an interrupt request, INTF0 becomes set (one). If the I-bit in SREG and the INT0 bit in GIMSK are set (one), the MCU will jump to the corresponding Interrupt Vector. The flag is cleared when the interrupt routine is executed. Alternatively, the flag can be cleared by writing a logical one to it. This flag is always cleared when INT0 is configured as a level interrupt.

Bit 5 – PCIF: Pin Change Interrupt Flag

When a logic change on any PCINT[5:0] pin triggers an interrupt request, PCIF becomes set (one). If the I-bit in SREG and the PCIE bit in GIMSK are set (one), the MCU will jump to the corresponding Interrupt Vector. The flag is cleared when the interrupt routine is executed. Alternatively, the flag can be cleared by writing a logical one to it.

PCMSK – Pin Change Mask Register

Bit 7 6 5 4 3 2 1 0

0x15| –| –| PCINT5| PCINT4| PCINT3| PCINT2| PCINT1| PCINT0| PCMSK
Read/Write| R| R| R/W| R/W| R/W| R/W| R/W| R/W
Initial Value| 0| 0| 0| 0| 0| 0| 0| 0

Bits 7:6 – Res: Reserved Bits

These bits are reserved bits in the ATtiny25/45/85 and will always read as zero.

Bits 5:0 – PCINT[5:0]: Pin Change Enable Mask 5:0

Each PCINT[5:0] bit selects whether pin change interrupt is enabled on the corresponding I/O pin. If PCINT[5:0] is set and the PCIE bit in GIMSK is set, pin change interrupt is enabled on the corresponding I/O pin. If PCINT[5:0] is cleared, pin change interrupt on the corresponding I/O pin is disabled.

I/O Ports

Introduction

All AVR ports have true Read-Modify-Write functionality when used as general digital I/O ports. This means that the direction of one port pin can be changed without unintentionally changing the direction of any other pin with the SBI and CBI instructions. The same applies when changing drive value (if configured as output) or enabling/disabling of pull-up resistors (if configured as input). Each output buffer has symmetrical drive characteristics with both high sink and source capability. The pin driver is strong enough to drive LED displays directly. All port pins have individually selectable pull- up resistors with a supply-voltage invariant resistance. All I/O pins have protection diodes to both VCC and Ground as indicated in Figure 10-1. Refer to “Electrical Characteristics” on page 161 for a complete list of parameters.

Figure 10-1. I/O Pin Equivalent Schematic

Fig10

All registers and bit references in this section are written in general form. A lower case “x” represents the number- ing letter for the port, and a lower case “n” represents the bit number. However, when using the register or bit defines in a program, the precise form must be used. For example, PORTB3 for bit no. 3 in Port B, here docu- mented generally as PORTxn. The physical I/O Registers and bit locations are listed in “Register Description” on page 64.

Three I/O memory address locations are allocated for each port, one each for the Data Register – PORTx, Data Direction Register – DDRx, and the Port Input Pins – PINx. The Port Input Pins I/O location is read only, while the Data Register and the Data Direction Register are read/write. However, writing a logic one to a bit in the PINx Reg- ister, will result in a toggle in the corresponding bit in the Data Register. In addition, the Pull-up Disable – PUD bit in MCUCR disables the pull-up function for all pins in all ports when set.

Using the I/O port as General Digital I/O is described in “Ports as General Digital I/O” on page 53. Most port pins are multiplexed with alternate functions for the peripheral features on the device. How each alternate function inter- feres with the port pin is described in “Alternate Port Functions” on page 57. Refer to the individual module sections for a full description of the alternate functions.

Note that enabling the alternate function of some of the port pins does not affect the use of the other pins in the port as general digital I/O.

Ports as General Digital I/O

The ports are bi-directional I/O ports with optional internal pull-ups. Figure 10-2 shows a functional description of one I/O-port pin, here generically called Pxn.

Figure 10-2. General Digital I/O(1)

Fig10

Configuring the Pin

Each port pin consists of three register bits: DDxn, PORTxn, and PINxn. As shown in “Register Description” on page 64, the DDxn bits are accessed at the DDRx I/O address, the PORTxn bits at the PORTx I/O address, and the PINxn bits at the PINx I/O address.

The DDxn bit in the DDRx Register selects the direction of this pin. If DDxn is written logic one, Pxn is configured as an output pin. If DDxn is written logic zero, Pxn is configured as an input pin.

If PORTxn is written logic one when the pin is configured as an input pin, the pull-up resistor is activated. To switch the pull-up resistor off, PORTxn has to be written logic zero or the pin has to be configured as an output pin. The port pins are tri-stated when reset condition becomes active, even if no clocks are running.

If PORTxn is written logic one when the pin is configured as an output pin, the port pin is driven high (one). If PORTxn is written logic zero when the pin is configured as an output pin, the port pin is driven low (zero).

Toggling the Pin

Writing a logic one to PINxn toggles the value of PORTxn, independent on the value of DDRxn. Note that the SBI instruction can be used to toggle one single bit in a port.

Switching Between Input and Output

When switching between tri-state ({DDxn, PORTxn} = 0b00) and output high ({DDxn, PORTxn} = 0b11), an inter- mediate state with either pull-up enabled {DDxn, PORTxn} = 0b01) or output low ({DDxn, PORTxn} = 0b10) must occur. Normally, the pull-up enabled state is fully acceptable, as a high-impedant environment will not notice the difference between a strong high driver and a pull-up. If this is not the case, the PUD bit in the MCUCR Register can be set to disable all pull-ups in all ports.

Switching between input with pull-up and output low generates the same problem. The user must use either the tri- state ({DDxn, PORTxn} = 0b00) or the output high state ({DDxn, PORTxn} = 0b10) as an intermediate step.

Table 10-1 summarizes the control signals for the pin value.

Table 10-1.        Port Pin Configurations

DDxn| PORTxn| PUD

(in MCUCR)

| I/O| Pull-up| Comment
---|---|---|---|---|---
0| 0| X| Input| No| Tri-state (Hi-Z)
0| 1| 0| Input| Yes| Pxn will source current if ext. pulled low.
0| 1| 1| Input| No| Tri-state (Hi-Z)
1| 0| X| Output| No| Output Low (Sink)
1| 1| X| Output| No| Output High (Source)

Reading the Pin Value

Independent of the setting of Data Direction bit DDxn, the port pin can be read through the PINxn Register bit. As shown in Figure 10-2, the PINxn Register bit and the preceding latch constitute a synchronizer. This is needed to avoid metastability if the physical pin changes value near the edge of the internal clock, but it also introduces a delay. Figure 10-3 shows a timing diagram of the synchronization when reading an externally applied pin value. The maximum and minimum propagation delays are denoted tpd,max and tpd,min respectively.

Consider the clock period starting shortly after the first falling edge of the system clock. The latch is closed when the clock is low, and goes transparent when the clock is high, as indicated by the shaded region of the “SYNC LATCH” signal. The signal value is latched when the system clock goes low. It is clocked into the PINxn Register at the succeeding positive clock edge. As indicated by the two arrows tpd,max and tpd,min, a single signal transition on the pin will be delayed between ½ and 1½ system clock period depending upon the time of assertion.

When reading back a software assigned pin value, a nop instruction must be inserted as indicated in Figure 10-4. The out instruction sets the “SYNC LATCH” signal at the positive edge of the clock. In this case, the delay tpd through the synchronizer is one system clock period.

The following code example shows how to set port B pins 0 and 1 high, 2 and 3 low, and define the port pins from 4 to 5 as input with a pull-up assigned to port pin 4. The resulting pin values are read back again, but as previously discussed, a nop instruction is included to be able to read back the value recently assigned to some of the pins.

Assembly Code Example(1)

; Define pull-ups and set outputs high

; Define directions for port pins

ldi        r16,(1<<PB4)|(1<<PB1)|(1<<PB0)

ldi        r17,(1<<DDB3)|(1<<DDB2)|(1<<DDB1)|(1<<DDB0)

out        PORTB,r16

out        DDRB,r17

; Insert nop for synchronization

nop

; Read port pins

in        r16,PINB

Note: For the assembly program, two temporary registers are used to minimize the time from pull-ups are set on pins 0, 1 and 4, until the direction bits are correctly set, defining bit 2 and 3 as low and redefining bits 0 and 1 as strong high drivers.

C Code Example

unsigned char i;

/ Define pull-ups and set outputs high /

/ Define directions for port pins / PORTB = (1<<PB4)|(1<<PB1)|(1<<PB0);

DDRB = (1<<DDB3)|(1<<DDB2)|(1<<DDB1)|(1<<DDB0);

/ Insert nop for synchronization/

_NOP();

/ Read port pins / i = PINB;

Digital Input Enable and Sleep Modes

As shown in Figure 10-2, the digital input signal can be clamped to ground at the input of the schmitt-trigger. The signal denoted SLEEP in the figure, is set by the MCU Sleep Controller in Power-down mode to avoid high power consumption if some input signals are left floating, or have an analog signal level close to VCC/2.

SLEEP is overridden for port pins enabled as external interrupt pins. If the external interrupt request is not enabled, SLEEP is active also for these pins. SLEEP is also overridden by various other alternate functions as described in “Alternate Port Functions” on page 57.

If a logic high level (“one”) is present on an asynchronous external interrupt pin configured as “Interrupt on Rising Edge, Falling Edge, or Any Logic Change on Pin” while the external interrupt is not enabled, the corresponding External Interrupt Flag will be set when resuming from the above mentioned Sleep mode, as the clamping in these sleep mode produces the requested logic change.

Unconnected Pins

If some pins are unused, it is recommended to ensure that these pins have a defined level. Even though most of the digital inputs are disabled in the deep sleep modes as described above, floating inputs should be avoided to reduce current consumption in all other modes where the digital inputs are enabled (Reset, Active mode and Idle mode).

The simplest method to ensure a defined level of an unused pin, is to enable the internal pull-up. In this case, the pull-up will be disabled during reset. If low power consumption during reset is important, it is recommended to use an external pull-up or pulldown. Connecting unused pins directly to VCC or GND is not recommended, since this may cause excessive currents if the pin is accidentally configured as an output.

Alternate Port Functions

Most port pins have alternate functions in addition to being general digital I/Os. Figure 10-5 shows how the port pin control signals from the simplified Figure 10-2 can be overridden by alternate functions. The overriding signals may not be present in all port pins, but the figure serves as a generic description applicable to all port pins in the AVR microcontroller family.

Table 10-2. Generic Description of Overriding Signals for Alternate Functions

Signal Name Full Name Description
PUOE Pull-up Override Enable If this signal is set, the pull-up enable is

controlled by the PUOV signal. If this signal is cleared, the pull-up is enabled when

{DDxn, PORTxn, PUD} = 0b010.

PUOV| Pull-up Override Value| If PUOE is set, the pull-up is enabled/disabled when PUOV is set/cleared, regardless of the setting of the DDxn, PORTxn, and PUD Register bits.
DDOE| Data Direction Override Enable| If this signal is set, the Output Driver Enable is controlled by the DDOV signal. If this signal is cleared, the Output driver is enabled by the DDxn Register bit.
DDOV| Data Direction Override Value| If DDOE is set, the Output Driver is enabled/disabled when DDOV is set/cleared, regardless of the setting of the DDxn Register bit.
PVOE| Port Value Override Enable| If this signal is set and the Output Driver is enabled, the port value is controlled by the PVOV signal. If PVOE is cleared, and the Output Driver is enabled, the port Value is controlled by the PORTxn Register bit.
PVOV| Port Value Override Value| If PVOE is set, the port value is set to PVOV, regardless of the setting of the PORTxn Register bit.
PTOE| Port Toggle Override Enable| If PTOE is set, the PORTxn Register bit is inverted.
DIEOE| Digital Input Enable Override Enable| If this bit is set, the Digital Input Enable is controlled by the DIEOV signal. If this signal is cleared, the Digital Input Enable is determined by MCU state (Normal mode, sleep mode).
DIEOV| Digital Input Enable Override Value| If DIEOE is set, the Digital Input is enabled/disabled when DIEOV is set/cleared, regardless of the MCU state (Normal mode, sleep mode).
DI| Digital Input| This is the Digital Input to alternate functions. In the figure, the signal is connected to the output of the schmitt-trigger but before the synchronizer. Unless the Digital Input is used as a clock source, the module with the alternate function will use its own synchronizer.
AIO| Analog Input/Output| This is the Analog Input/Output to/from alternate functions. The signal is connected directly to the pad, and can be used bi- directionally.

The following subsections shortly describe the alternate functions for each port, and relate the overriding signals to the alternate function. Refer to the alternate function description for further details.

Alternate Functions of Port B

The Port B pins with alternate function are shown in Table 10-3.

Table 10-3.        Port B Pins Alternate Functions

Port Pin Alternate Function
PB5

RESET: Reset Pin

dW:        debugWIRE I/O ADC0: ADC Input Channel 0

PCINT5: Pin Change Interrupt, Source 5

PB4| XTAL2: Crystal Oscillator Output CLKO: System Clock Output ADC2: ADC Input Channel 2

OC1B: Timer/Counter1 Compare Match B Output PCINT4: Pin Change Interrupt 0, Source 4

PB3| XTAL1: Crystal Oscillator Input CLKI:        External Clock Input ADC3: ADC Input Channel 3

OC1B: Complementary Timer/Counter1 Compare Match B Output PCINT3: Pin Change Interrupt 0, Source 3

PB2| SCK:        Serial Clock Input ADC1: ADC Input Channel 1

T0:        Timer/Counter0 Clock Source USCK: USI Clock (Three Wire Mode) SCL : USI Clock (Two Wire Mode) INT0:        External Interrupt 0 Input PCINT2: Pin Change Interrupt 0, Source 2

PB1| MISO:        SPI Master Data Input / Slave Data Output AIN1: Analog Comparator, Negative Input OC0B: Timer/Counter0 Compare Match B Output OC1A: Timer/Counter1 Compare Match A Output DO:        USI Data Output (Three Wire Mode) PCINT1:Pin Change Interrupt 0, Source 1
PB0| MOSI:: SPI Master Data Output / Slave Data Input AIN0:        Analog Comparator, Positive Input

OC0A: Timer/Counter0 Compare Match A output

OC1A: Complementary Timer/Counter1 Compare Match A Output DI:        USI Data Input (Three Wire Mode)

SDA:        USI Data Input (Two Wire Mode) AREF: External Analog Reference PCINT0: Pin Change Interrupt 0, Source 0

Port B, Bit 5 – RESET/dW/ADC0/PCINT5

RESET: External Reset input is active low and enabled by unprogramming (“1”) the RSTDISBL Fuse. Pullup is activated and output driver and digital input are deactivated when the pin is used as the RESET pin.

dW: When the debugWIRE Enable (DWEN) Fuse is programmed and Lock bits are unprogrammed, the debugWIRE system within the target device is activated. The RESET port pin is configured as a wire-AND (open-drain) bi-directional I/O pin with pull-up enabled and becomes the communication gateway between target and emulator.

ADC0: Analog to Digital Converter, Channel 0.

PCINT5: Pin Change Interrupt source 5.

Port B, Bit 4 – XTAL2/CLKO/ADC2/OC1B/PCINT4

XTAL2: Chip Clock Oscillator pin 2. Used as clock pin for all chip clock sources except internal calibrateble RC Oscillator and external clock. When used as a clock pin, the pin can not be used as an I/O pin. When using internal calibratable RC Oscillator or External clock as a Chip clock sources, PB4 serves as an ordinary I/O pin.

CLKO: The devided system clock can be output on the pin PB4. The divided system clock will be output if the CKOUT Fuse is programmed, regardless of the PORTB4 and DDB4 settings. It will also be output during reset.

ADC2: Analog to Digital Converter, Channel 2.

OC1B: Output Compare Match output: The PB4 pin can serve as an external output for the Timer/Counter1 Compare Match B when configured as an output (DDB4 set). The OC1B pin is also the output pin for the PWM mode timer function.

PCINT4: Pin Change Interrupt source 4.

Port B, Bit 3 – XTAL1/CLKI/ADC3/OC1B/PCINT3

XTAL1: Chip Clock Oscillator pin 1. Used for all chip clock sources except internal calibrateble RC oscillator. When used as a clock pin, the pin can not be used as an I/O pin.

CLKI: Clock Input from an external clock source, see “External Clock” on page 26.

ADC3: Analog to Digital Converter, Channel 3.

OC1B: Inverted Output Compare Match output: The PB3 pin can serve as an external output for the Timer/Counter1 Compare Match B when configured as an output (DDB3 set). The OC1B pin is also the inverted output pin for the PWM mode timer function.

PCINT3: Pin Change Interrupt source 3.

Port B, Bit 2 – SCK/ADC1/T0/USCK/SCL/INT0/PCINT2

SCK: Master Clock output, Slave Clock input pin for SPI channel. When the SPI is enabled as a Slave, this pin is configured as an input regardless of the setting of DDB2. When the SPI is enabled as a Master, the data direction of this pin is controlled by DDPB2. When the pin is forced by the SPI to be an input, the pull-up can still be controlled by the PORTB2 bit.

ADC1: Analog to Digital Converter, Channel 1.

T0: Timer/Counter0 counter source.

USCK: Three-wire mode Universal Serial Interface Clock.

SCL: Two-wire mode Serial Clock for USI Two-wire mode.

INT0: External Interrupt source 0.

PCINT2: Pin Change Interrupt source 2.

Port B, Bit 1 – MISO/AIN1/OC0B/OC1A/DO/PCINT1

MISO: Master Data input, Slave Data output pin for SPI channel. When the SPI is enabled as a Master, this pin is configured as an input regardless of the setting of DDB1. When the SPI is enabled as a Slave, the data direction of this pin is controlled by DDB1. When the pin is forced by the SPI to be an input, the pull-up can still be controlled by the PORTB1 bit.

AIN1: Analog Comparator Negative Input. Configure the port pin as input with the internal pull-up switched off to avoid the digital port function from interfering with the function of the Analog Comparator.

OC0B: Output Compare Match output. The PB1 pin can serve as an external output for the Timer/Counter0 Compare Match B. The PB1 pin has to be configured as an output (DDB1 set (one)) to serve this function. The OC0B pin is also the output pin for the PWM mode timer function.

OC1A: Output Compare Match output: The PB1 pin can serve as an external output for the Timer/Counter1 Compare Match B when configured as an output (DDB1 set). The OC1A pin is also the output pin for the PWM mode timer function.

DO: Three-wire mode Universal Serial Interface Data output. Three-wire mode Data output overrides PORTB1 value and it is driven to the port when data direction bit DDB1 is set (one). PORTB1 still enables the pull-up, if the direction is input and PORTB1 is set (one).

PCINT1: Pin Change Interrupt source 1.

Port B, Bit 0 – MOSI/AIN0/OC0A/OC1A/DI/SDA/AREF/PCINT0

MOSI: SPI Master Data output, Slave Data input for SPI channel. When the SPI is enabled as a Slave, this pin is configured as an input regardless of the setting of DDB0. When the SPI is enabled as a Master, the data direction of this pin is controlled by DDB0. When the pin is forced by the SPI to be an input, the pull-up can still be controlled by the PORTB0 bit.

AIN0: Analog Comparator Positive Input. Configure the port pin as input with the internal pull-up switched off to avoid the digital port function from interfering with the function of the Analog Comparator.

OC0A: Output Compare Match output. The PB0 pin can serve as an external output for the Timer/Counter0 Compare Match A when configured as an output (DDB0 set (one)). The OC0A pin is also the output pin for the PWM mode timer function.

OC1A: Inverted Output Compare Match output: The PB0 pin can serve as an external output for the Timer/Counter1 Compare Match B when configured as an output (DDB0 set). The OC1A pin is also the inverted output pin for the PWM mode timer function.

SDA: Two-wire mode Serial Interface Data.

AREF: External Analog Reference for ADC. Pullup and output driver are disabled on PB0 when the pin is used as an external reference or Internal Voltage Reference with external capacitor at the AREF pin.

DI: Data Input in USI Three-wire mode. USI Three-wire mode does not override normal port functions, so pin must be configure as an input for DI function.

PCINT0: Pin Change Interrupt source 0.

Table 10-4 and Table 10-5 relate the alternate functions of Port B to the overriding signals shown in Figure 10-5 on page 58.

Table 10-4.        Overriding Signals for Alternate Functions in PB[5:3]

Signal Name| PB5/RESET/ ADC0/PCINT5| PB4/ADC2/XTAL2/ OC1B/PCINT4| PB3/ADC3/XTAL1/ OC1B/PCINT3
---|---|---|---
PUOE|

RSTDISBL(1) • DWEN(1)

| 0| 0
PUOV| 1| 0| 0
DDOE| RSTDISBL(1) • DWEN(1)| 0| 0
DDOV| debugWire Transmit| 0| 0
PVOE| 0| OC1B Enable|

OC1B Enable

PVOV| 0| OC1B| OC1B
PTOE| 0| 0| 0
DIEOE|

RSTDISBL(1) + (PCINT5 • PCIE + ADC0D)

| PCINT4 • PCIE + ADC2D| PCINT3 • PCIE + ADC3D
DIEOV| ADC0D| ADC2D| ADC3D
DI| PCINT5 Input| PCINT4 Input| PCINT3 Input
AIO| RESET Input, ADC0 Input| ADC2 Input| ADC3 Input

Note:     when the Fuse is “0” (Programmed).

Table 10-5.        Overriding Signals for Alternate Functions in PB[2:0]

Signal Name| PB2/SCK/ADC1/T0/ USCK/SCL/INT0/PCINT2| PB1/MISO/DO/AIN1/ OC1A/OC0B/PCINT1| PB0/MOSI/DI/SDA/AIN0/AR EF/OC1A/OC0A/

PCINT0

---|---|---|---
PUOE| USI_TWO_WIRE| 0| USI_TWO_WIRE
PUOV| 0| 0| 0
DDOE| USI_TWO_WIRE| 0| USI_TWO_WIRE
DDOV| (USI_SCL_HOLD + PORTB2) • DDB2| 0|

(SDA + PORTB0) • DDB0

PVOE| USI_TWO_WIRE • DDB2| OC0B Enable + OC1A Enable + USI_THREE_WIRE|

OC0A Enable + OC1A Enable + (USI_TWO_WIRE

DDB0)

PVOV| 0| OC0B + OC1A + DO|

OC0A + OC1A

PTOE| USITC| 0| 0
DIEOE| PCINT2 • PCIE + ADC1D + USISIE| PCINT1 • PCIE + AIN1D| PCINT0 • PCIE + AIN0D + USISIE
DIEOV| ADC1D| AIN1D| AIN0D
DI| T0/USCK/SCL/INT0/

PCINT2 Input

| PCINT1 Input| DI/SDA/PCINT0 Input
AIO| ADC1 Input| Analog Comparator Negative Input| Analog Comparator Positive Input

Register Description

MCUCR – MCU Control Register

Bit 7 6 5 4 3 2 1 0

0x35| BODS| PUD| SE| SM1| SM0| BODSE| ISC01| ISC00| MCUCR
Read/Write| R| R/W| R/W| R/W| R/W| R| R/W| R/W
Initial Value| 0| 0| 0| 0| 0| 0| 0| 0

Bit 6 – PUD: Pull-up Disable

When this bit is written to one, the pull-ups in the I/O ports are disabled even if the DDxn and PORTxn Registers are configured to enable the pull-ups ({DDxn, PORTxn} = 0b01). See “Configuring the Pin” on page 54 for more details about this feature.

PORTB – Port B Data Register

Bit 7 6 5 4 3 2 1 0

0x18| –| –| PORTB5| PORTB4| PORTB3| PORTB2| PORTB1| PORTB0| PORTB
Read/Write| R| R| R/W| R/W| R/W| R/W| R/W| R/W
Initial Value| 0| 0| 0| 0| 0| 0| 0| 0

DDRB – Port B Data Direction Register

Bit 7 6 5 4 3 2 1 0

0x17| –| –| DDB5| DDB4| DDB3| DDB2| DDB1| DDB0| DDRB
Read/Write| R| R| R/W| R/W| R/W| R/W| R/W| R/W
Initial Value| 0| 0| 0| 0| 0| 0| 0| 0

PINB – Port B Input Pins Address

Bit 7 6 5 4 3 2 1 0
0x16 PINB5 PINB4 PINB3 PINB2 PINB1 PINB0
Read/Write R R R/W R/W R/W R/W R/W R/W
Initial Value 0 0 N/A N/A N/A N/A N/A N/A

8-bit Timer/Counter0 with PWM

Features

Two Independent Output Compare Units

Double Buffered Output Compare Registers

Clear Timer on Compare Match (Auto Reload)

Glitch Free, Phase Correct Pulse Width Modulator (PWM)

Variable PWM Period

Frequency Generator

Three Independent Interrupt Sources (TOV0, OCF0A, and OCF0B)

Overview

Timer/Counter0 is a general purpose 8-bit Timer/Counter module, with two independent Output Compare Units, and with PWM support. It allows accurate program execution timing (event management) and wave generation.

A simplified block diagram of the 8-bit Timer/Counter is shown in Figure 11-1. For the actual placement of I/O pins, refer to “Pinout ATtiny25/45/85” on page 2. CPU accessible I/O Registers, including I/O bits and I/O pins, are shown in bold. The device-specific I/O Register and bit locations are listed in the “Register Description” on page 77.

The Timer/Counter (TCNT0) and Output Compare Registers (OCR0A and OCR0B) are 8-bit registers. Interrupt request (abbreviated to Int.Req. in the figure) signals are all visible in the Timer Interrupt Flag Register (TIFR). All interrupts are individually masked with the Timer Interrupt Mask Register (TIMSK). TIFR and TIMSK are not shown in the figure.

The Timer/Counter can be clocked internally, via the prescaler, or by an external clock source on the T0 pin. The Clock Select logic block controls which clock source and edge the Timer/Counter uses to increment (or decrement) its value. The Timer/Counter is inactive when no clock source is selected. The output from the Clock Select logic is referred to as the timer clock (clkT0).

The double buffered Output Compare Registers (OCR0A and OCR0B) is compared with the Timer/Counter value at all times. The result of the compare can be used by the Waveform Generator to generate a PWM or variable fre- quency output on the Output Compare pins (OC0A and OC0B). See “Output Compare Unit” on page 69. for details. The Compare Match event will also set the Compare Flag (OCF0A or OCF0B) which can be used to generate an Output Compare interrupt request.

Definitions

Many register and bit references in this section are written in general form. A lower case “n” replaces the Timer/Counter number, in this case 0. A lower case “x” replaces the Output Compare Unit, in this case Compare Unit A or Compare Unit B. However, when using the register or bit defines in a program, the precise form must be used, i.e., TCNT0 for accessing Timer/Counter0 counter value and so on.

The definitions in Table 11-1 are also used extensively throughout the document.

Table 11-1.  Definitions

Constant Description
BOTTOM The counter reaches BOTTOM when it becomes 0x00
MAX The counter reaches its MAXimum when it becomes 0xFF (decimal 255)
TOP The counter reaches the TOP when it becomes equal to the highest value in

the count sequence. The TOP value can be assigned to be the fixed value 0xFF (MAX) or the value stored in the OCR0A Register. The assignment depends on the mode of operation

Timer/Counter Prescaler and Clock Sources

The Timer/Counter can be clocked by an internal or an external clock source. The clock source is selected by the Clock Select logic which is controlled by the Clock Select (c) bits located in the Timer/Counter0 Control Register (TCCR0B).

Internal Clock Source with Prescaler

Timer/Counter0 can be clocked directly by the system clock (by setting the CS0[2:0] = 1). This provides the fastest operation, with a maximum timer/counter clock frequency equal to system clock frequency (fCLK_I/O). Alternatively, one of four taps from the prescaler can be used as a clock source. The prescaled clock has a frequency of either

Prescaler Reset

The prescaler is free running, i.e. it operates independently of the Clock Select logic of Timer/Counter0. Since the prescaler is not affected by the timer/counter’s clock select, the state of the prescaler will have implications for situ- ations where a prescaled clock is used. One example of a prescaling artifact is when the timer/counter is enabled and clocked by the prescaler (6 > CS0[2:0] > 1). The number of system clock cycles from when the timer is enabled to the first count occurs can be from 1 to N+1 system clock cycles, where N equals the prescaler divisor (8, 64, 256, or 1024).

It is possible to use the Prescaler Reset for synchronizing the Timer/Counter to program execution.

External Clock Source

An external clock source applied to the T0 pin can be used as timer/counter clock (clkT0). The T0 pin is sampled once every system clock cycle by the pin synchronization logic. The synchronized (sampled) signal is then passed

through the edge detector. Figure 11-2 shows a functional equivalent block diagram of the T0 synchronization and edge detector logic. The registers are clocked at the positive edge of the internal system clock (clkI/O). The latch is transparent in the high period of the internal system clock.

The edge detector generates one clkT0 pulse for each positive (CS0[2:0] = 7) or negative (CS0[2:0] = 6) edge it detects.

The OCR0x Registers are double buffered when using any of the Pulse Width Modulation (PWM) modes. For the normal and Clear Timer on Compare (CTC) modes of operation, the double buffering is disabled. The double buff- ering synchronizes the update of the OCR0x Compare Registers to either top or bottom of the counting sequence. The synchronization prevents the occurrence of odd- length, non-symmetrical PWM pulses, thereby making the output glitch-free.

The OCR0x Register access may seem complex, but this is not case. When the double buffering is enabled, the CPU has access to the OCR0x Buffer Register, and if double buffering is disabled the CPU will access the OCR0x directly.

Force Output Compare

In non-PWM waveform generation modes, the match output of the comparator can be forced by writing a one to the Force Output Compare (FOC0x) bit. Forcing Compare Match will not set the OCF0x Flag or reload/clear the timer, but the OC0x pin will be updated as if a real Compare Match had occurred (the COM0x[1:0] bits settings define whether the OC0x pin is set, cleared or toggled).

Compare Match Blocking by TCNT0 Write

All CPU write operations to the TCNT0 Register will block any Compare Match that occur in the next timer clock cycle, even when the timer is stopped. This feature allows OCR0x to be initialized to the same value as TCNT0 without triggering an interrupt when the Timer/Counter clock is enabled.

Using the Output Compare Unit

Since writing TCNT0 in any mode of operation will block all Compare Matches for one timer clock cycle, there are risks involved when changing TCNT0 when using the Output Compare Unit, independently of whether the Timer/Counter is running or not. If the value written to TCNT0 equals the OCR0x value, the Compare Match will be missed, resulting in incorrect waveform generation. Similarly, do not write the TCNT0 value equal to BOTTOM when the counter is down-counting.

The setup of the OC0x should be performed before setting the Data Direction Register for the port pin to output. The easiest way of setting the OC0x value is to use the Force Output Compare (FOC0x) strobe bits in Normal mode. The OC0x Registers keep their values even when changing between Waveform Generation modes.

Be aware that the COM0x[1:0] bits are not double buffered together with the compare value. Changing the COM0x[1:0] bits will take effect immediately.

Compare Match Output Unit

The Compare Output mode (COM0x[1:0]) bits have two functions. The Waveform Generator uses the COM0x[1:0] bits for defining the Output Compare (OC0x) state at the next Compare Match. Also, the COM0x[1:0] bits control the OC0x pin output source. Figure 11-6 shows a simplified schematic of the logic affected by the COM0x[1:0] bit setting. The I/O Registers, I/O bits, and I/O pins in the figure are shown in bold. Only the parts of the general I/O Port Control Registers (DDR and PORT) that are affected by the COM0x[1:0] bits are shown. When referring to the OC0x state, the reference is for the internal OC0x Register, not the OC0x pin. If a system reset occur, the OC0x Register is reset to “0”.

When OC0A/OC0B is connected to the I/O pin, the function of the COM0A[1:0]/COM0B[1:0] bits depend on the WGM0[2:0] bit setting. Table 11-2 shows the COM0x[1:0] bit functionality when the WGM0[2:0] bits are set to a normal or CTC mode (non-PWM).

Table 11-2.        Compare Output Mode, non-PWM Mode

COM0A1 COM0B1 COM0A0 COM0B0 Description
0 0 Normal port operation, OC0A/OC0B disconnected.
0 1 Toggle OC0A/OC0B on Compare Match
1 0 Clear OC0A/OC0B on Compare Match
1 1 Set OC0A/OC0B on Compare Match

Table 11-3 shows the COM0x[1:0] bit functionality when the WGM0[2:0] bits are set to fast PWM mode.

Table 11-3.        Compare Output Mode, Fast PWM Mode(1)

COM0A1 COM0B1 COM0A0 COM0B0 Description
0 0 Normal port operation, OC0A/OC0B disconnected.
0 1 Reserved
1 0 Clear OC0A/OC0B on Compare Match, set OC0A/OC0B at BOTTOM (non-inverting

mode)
1| 1| Set OC0A/OC0B on Compare Match, clear OC0A/OC0B at BOTTOM (inverting mode)

Note:       A special case occurs when OCR0A or OCR0B equals TOP and COM0A1/COM0B1 is set. In this case, the com- pare match is ignored, but the set or clear is done at BOTTOM. See “Fast PWM Mode” on page 73 for more details.

Table 11-4 shows the COM0x[1:0] bit functionality when the WGM0[2:0] bits are set to phase correct PWM mode.

Table 11-4.        Compare Output Mode, Phase Correct PWM Mode(1)

COM0A1 COM0B1 COM0A0 COM0B0 Description
0 0 Normal port operation, OC0A/OC0B disconnected.
0 1 Reserved
1 0 Clear OC0A/OC0B on Compare Match when up-counting. Set OC0A/OC0B on

Compare Match when down-counting.
1| 1| Set OC0A/OC0B on Compare Match when up-counting. Clear OC0A/OC0B on Compare Match when down-counting.

Note:        1. A special case occurs when OCR0A or OCR0B equals TOP and COM0A1/COM0B1 is set. In this case, the Com- pare Match is ignored, but the set or clear is done at TOP. See “Phase Correct PWM Mode” on page 74 for more details.

Bits 3:2 – Res: Reserved Bits

These bits are reserved bits in the ATtiny25/45/85 and will always read as zero.

Bits 1:0 – WGM0[1:0]: Waveform Generation Mode

Combined with the WGM02 bit found in the TCCR0B Register, these bits control the counting sequence of the counter, the source for maximum (TOP) counter value, and what type of waveform generation to be used, see Table 11-5. Modes of operation supported by the Timer/Counter unit are: Normal mode (counter), Clear Timer on Compare Match (CTC) mode, and two types of Pulse Width Modulation (PWM) modes (see “Modes of Operation” on page 71).

Table 11-5.        Waveform Generation Mode Bit Description

Mode| WGM 02| WGM 01| WGM 00| Timer/Counter Mode of Operation| TOP| Update of OCRx at| TOV Flag Set on
---|---|---|---|---|---|---|---
0| 0| 0| 0| Normal| 0xFF| Immediate| MAX(1)
1| 0| 0| 1| PWM, Phase Correct| 0xFF| TOP| BOTTOM(2)
2| 0| 1| 0| CTC| OCRA| Immediate| MAX(1)
3| 0| 1| 1| Fast PWM| 0xFF| BOTTOM(2)| MAX(1)
4| 1| 0| 0| Reserved| –| –| –
5| 1| 0| 1| PWM, Phase Correct| OCRA| TOP| BOTTOM(2)
6| 1| 1| 0| Reserved| –| –| –
7| 1| 1| 1| Fast PWM| OCRA| BOTTOM(2)| TOP

Bit 7 – FOC0A: Force Output Compare A

The FOC0A bit is only active when the WGM bits specify a non-PWM mode.

However, for ensuring compatibility with future devices, this bit must be set to zero when TCCR0B is written when operating in PWM mode. When writing a logical one to the FOC0A bit, an immediate Compare Match is forced on the Waveform Generation unit. The OC0A output is changed according to its COM0A[1:0] bits setting. Note that the FOC0A bit is implemented as a strobe. Therefore it is the value present in the COM0A[1:0] bits that determines the effect of the forced compare.

A FOC0A strobe will not generate any interrupt, nor will it clear the timer in CTC mode using OCR0A as TOP. The FOC0A bit is always read as zero.

Bit 6 – FOC0B: Force Output Compare B

The FOC0B bit is only active when the WGM bits specify a non-PWM mode.

However, for ensuring compatibility with future devices, this bit must be set to zero when TCCR0B is written when operating in PWM mode. When writing a logical one to the FOC0B bit, an immediate Compare Match is forced on the Waveform Generation unit. The OC0B output is changed according to its COM0B[1:0] bits setting. Note that the FOC0B bit is implemented as a strobe. Therefore it is the value present in the COM0B[1:0] bits that determines the effect of the forced compare.

A FOC0B strobe will not generate any interrupt, nor will it clear the timer in CTC mode using OCR0B as TOP.

The FOC0B bit is always read as zero.

Bits 5:4 – Res: Reserved Bits

These bits are reserved bits in the ATtiny25/45/85 and will always read as zero.

Bit 3 – WGM02: Waveform Generation Mode

See the description in the “TCCR0A – Timer/Counter Control Register A” on page 77.

Bits 2:0 – CS0[2:0]: Clock Select

The three Clock Select bits select the clock source to be used by the Timer/Counter.

Table 11-6.        Clock Select Bit Description

CS02 CS01 CS00 Description
0 0 0 No clock source (Timer/Counter stopped)
0 0 1 clkI/O/(No prescaling)
0 1 0 clkI/O/8 (From prescaler)
0 1 1 clkI/O/64 (From prescaler)
1 0 0 clkI/O/256 (From prescaler)
1 0 1 clkI/O/1024 (From prescaler)
1 1 0 External clock source on T0 pin. Clock on falling edge.
1 1 1 External clock source on T0 pin. Clock on rising edge.

If external pin modes are used for the Timer/Counter0, transitions on the T0 pin will clock the counter even if the pin is configured as an output. This feature allows software control of the counting.

Counter and Compare Units

The Timer/Counter1 general operation is described in the asynchronous mode and the operation in the synchro- nous mode is mentioned only if there are differences between these two modes. Figure 12-2 shows Timer/Counter 1 synchronization register block diagram and synchronization delays in between registers. Note that all clock gat- ing details are not shown in the figure. The Timer/Counter1 register values go through the internal synchronization registers, which cause the input synchronization delay, before affecting the counter operation. The registers TCCR1, GTCCR, OCR1A, OCR1B, and OCR1C can be read back right after writing the register. The read back values are delayed for the Timer/Counter1 (TCNT1) register and flags (OCF1A, OCF1B, and TOV1), because of the input and output synchronization.

The Timer/Counter1 features a high resolution and a high accuracy usage with the lower prescaling opportunities. It can also support two accurate, high speed, 8-bit Pulse Width Modulators using clock speeds up to 64 MHz (or 32 MHz in Low Speed Mode). In this mode, Timer/Counter1 and the output compare registers serve as dual stand- alone PWMs with non-overlapping non-inverted and inverted outputs. Refer to page 86 for a detailed description on this function. Similarly, the high prescaling opportunities make this unit useful for lower speed functions or exact timing functions with infrequent actions.

Figure 12-2. Timer/Counter 1 Synchronization Register Block Diagram.

Timer/Counter1 and the prescaler allow running the CPU from any clock source while the prescaler is operating on the fast 64 MHz (or 32 MHz in Low Speed Mode) PCK clock in the asynchronous mode.

Note that the system clock frequency must be lower than one third of the PCK frequency. The synchronization mechanism of the asynchronous Timer/Counter1 needs at least two edges of the PCK when the system clock is high. If the frequency of the system clock is too high, it is a risk that data or control values are lost.

The following Figure 12-3 shows the block diagram for Timer/Counter1.

Table 12-1. Compare Mode Select in PWM Mode

COM1x1 COM1x0 Effect on Output Compare Pins
0 0 OC1x not connected. OC1x not connected.
0 1 OC1x cleared on compare match. Set whenTCNT1 = $00. OC1x set on compare

match. Cleared when TCNT1 = $00.
1| 0| OC1x cleared on compare match. Set when TCNT1 = $00. OC1x not connected.
1| 1| OC1x Set on compare match. Cleared when TCNT1= $00. OC1x not connected.

ADC Characteristics

Table 21-8.        ADC Characteristics, Single Ended Channels. TA = -40°C to +85°C

Symbol Parameter Condition Min Typ Max Units
Resolution 10 Bits
Absolute accuracy (Including INL, DNL, and Quantization, Gain and Offset
errors) VREF = 4V, VCC = 4V,

ADC clock = 200 kHz

| | 2| | LSB
VREF = 4V, VCC = 4V,

ADC clock = 1 MHz

| | 3| | LSB
VREF = 4V, VCC = 4V,

ADC clock = 200 kHz

Noise Reduction Mode

| | 1.5| | LSB
VREF = 4V, VCC = 4V,

ADC clock = 1 MHz

Noise Reduction Mode

| | 2.5| | LSB
| Integral Non-linearity (INL) (Accuracy after offset and gain calibration)| VREF = 4V, VCC = 4V,

ADC clock = 200 kHz

| | 1| | LSB
| Differential Non-linearity (DNL)| VREF = 4V, VCC = 4V,

ADC clock = 200 kHz

| | 0.5| | LSB
| Gain Error| VREF = 4V, VCC = 4V,

ADC clock = 200 kHz

| | 2.5| | LSB
| Offset Error| VREF = 4V, VCC = 4V,

ADC clock = 200 kHz

| | 1.5| | LSB
| Conversion Time| Free Running Conversion| 14| | 280| µs
| Clock Frequency| | 50| | 1000| kHz
VIN| Input Voltage| | GND| | VREF| V
| Input Bandwidth| | | 38.4| | kHz
AREF| External Reference Voltage| | 2.0| | VCC| V
VINT| Internal Voltage Reference| | 1.0| 1.1| 1.2| V
Internal 2.56V Reference (1)| VCC > 3.0V| 2.3| 2.56| 2.8| V
RREF| | | | 32| | kΩ
RAIN| Analog Input Resistance| | | 100| | MΩ
| ADC Output| | 0| | 1023| LSB

Note:        1. Values are guidelines only.

Table 21-9.        ADC Characteristics, Differential Channels (Unipolar Mode). TA = -40°C to +85°C

Symbol Parameter Condition Min Typ Max Units
Resolution Gain = 1x 10 Bits
Gain = 20x 10 Bits
Absolute accuracy (Including INL, DNL, and

Quantization, Gain and Offset Errors)

| Gain = 1x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 10.0| | LSB
Gain = 20x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 20.0| | LSB
| Integral Non-Linearity (INL) (Accuracy after Offset and Gain Calibration)| Gain = 1x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 4.0| | LSB
Gain = 20x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 10.0| | LSB
| Gain Error| Gain = 1x| | 10.0| | LSB
Gain = 20x| | 15.0| | LSB
| Offset Error| Gain = 1x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 3.0| | LSB
Gain = 20x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 4.0| | LSB
| Conversion Time| Free Running Conversion| 70| | 280| µs
| Clock Frequency| | 50| | 200| kHz
VIN| Input Voltage| | GND| | VCC| V
VDIFF| Input Differential Voltage| | | | VREF/Gain| V
| Input Bandwidth| | | 4| | kHz
AREF| External Reference Voltage| | 2.0| | VCC – 1.0| V
VINT| Internal Voltage Reference| | 1.0| 1.1| 1.2| V
Internal 2.56V Reference (1)| VCC > 3.0V| 2.3| 2.56| 2.8| V
RREF| Reference Input Resistance| | | 32| | kΩ
RAIN| Analog Input Resistance| | | 100| | MΩ
| ADC Conversion Output| | 0| | 1023| LSB

Note:         Values are guidelines only.

Table 21-10. ADC Characteristics, Differential Channels (Bipolar Mode). TA = -40°C to +85°C

Symbol Parameter Condition Min Typ Max Units
Resolution Gain = 1x 10 Bits
Gain = 20x 10 Bits
Absolute accuracy (Including INL, DNL, and

Quantization, Gain and Offset Errors)

| Gain = 1x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 8.0| | LSB
Gain = 20x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 8.0| | LSB
| Integral Non-Linearity (INL) (Accuracy after Offset and Gain Calibration)| Gain = 1x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 4.0| | LSB
Gain = 20x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 5.0| | LSB
| Gain Error| Gain = 1x| | 4.0| | LSB
Gain = 20x| | 5.0| | LSB
| Offset Error| Gain = 1x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 3.0| | LSB
Gain = 20x

VREF = 4V, VCC = 5V

ADC clock = 50 – 200 kHz

| | 4.0| | LSB
| Conversion Time| Free Running Conversion| 70| | 280| µs
| Clock Frequency| | 50| | 200| kHz
VIN| Input Voltage| | GND| | VCC| V
VDIFF| Input Differential Voltage| | | | VREF/Gain| V
| Input Bandwidth| | | 4| | kHz
AREF| External Reference Voltage| | 2.0| | VCC – 1.0| V
VINT| Internal Voltage Reference| | 1.0| 1.1| 1.2| V
Internal 2.56V Reference (1)| VCC > 3.0V| 2.3| 2.56| 2.8| V
RREF| Reference Input Resistance| | | 32| | kΩ
RAIN| Analog Input Resistance| | | 100| | MΩ
| ADC Conversion Output| | -512| | 511| LSB

Instruction Set Summary

Mnemonics Operands Description Operation Flags #Clocks

ARITHMETIC AND LOGIC INSTRUCTIONS
ADD| Rd, Rr| Add two Registers| Rd ← Rd + Rr| Z,C,N,V,H| 1
ADC| Rd, Rr| Add with Carry two Registers| Rd ← Rd + Rr + C| Z,C,N,V,H| 1
ADIW| Rdl,K| Add Immediate to Word| Rdh:Rdl ← Rdh:Rdl + K| Z,C,N,V,S| 2
SUB| Rd, Rr| Subtract two Registers| Rd ← Rd – Rr| Z,C,N,V,H| 1
SUBI| Rd, K| Subtract Constant from Register| Rd ← Rd – K| Z,C,N,V,H| 1
SBC| Rd, Rr| Subtract with Carry two Registers| Rd ← Rd – Rr – C| Z,C,N,V,H| 1
SBCI| Rd, K| Subtract with Carry Constant from Reg.| Rd ← Rd – K – C| Z,C,N,V,H| 1
SBIW| Rdl,K| Subtract Immediate from Word| Rdh:Rdl ← Rdh:Rdl – K| Z,C,N,V,S| 2
AND| Rd, Rr| Logical AND Registers| Rd ← Rd ∙ Rr| Z,N,V| 1
ANDI| Rd, K| Logical AND Register and Constant| Rd ← Rd ∙ K| Z,N,V| 1
OR| Rd, Rr| Logical OR Registers| Rd ← Rd v Rr| Z,N,V| 1
ORI| Rd, K| Logical OR Register and Constant| Rd ← Rd v K| Z,N,V| 1
EOR| Rd, Rr| Exclusive OR Registers| Rd ← Rd ⊕ Rr| Z,N,V| 1
COM| Rd| One’s Complement| Rd ← 0xFF − Rd| Z,C,N,V| 1
NEG| Rd| Two’s Complement| Rd ← 0x00 − Rd| Z,C,N,V,H| 1
SBR| Rd,K| Set Bit(s) in Register| Rd ← Rd v K| Z,N,V| 1
CBR| Rd,K| Clear Bit(s) in Register| Rd ← Rd ∙ (0xFF – K)| Z,N,V| 1
INC| Rd| Increment| Rd ← Rd + 1| Z,N,V| 1
DEC| Rd| Decrement| Rd ← Rd − 1| Z,N,V| 1
TST| Rd| Test for Zero or Minus| Rd ← Rd ∙ Rd| Z,N,V| 1
CLR| Rd| Clear Register| Rd ← Rd ⊕ Rd| Z,N,V| 1
SER| Rd| Set Register| Rd ← 0xFF| None| 1
BRANCH INSTRUCTIONS
RJMP| k| Relative Jump| PC ← PC + k + 1| None| 2
IJMP| | Indirect Jump to (Z)| PC ← Z| None| 2
RCALL| k| Relative Subroutine Call| PC ← PC + k + 1| None| 3
ICALL| | Indirect Call to (Z)| PC ← Z| None| 3
RET| | Subroutine Return| PC ← STACK| None| 4
RETI| | Interrupt Return| PC ← STACK| I| 4
CPSE| Rd,Rr| Compare, Skip if Equal| if (Rd = Rr) PC ← PC + 2 or 3| None| 1/2/3
CP| Rd,Rr| Compare| Rd − Rr| Z, N,V,C,H| 1
CPC| Rd,Rr| Compare with Carry| Rd − Rr − C| Z, N,V,C,H| 1
CPI| Rd,K| Compare Register with Immediate| Rd − K| Z, N,V,C,H| 1
SBRC| Rr, b| Skip if Bit in Register Cleared| if (Rr(b)=0) PC ← PC + 2 or 3| None| 1/2/3
SBRS| Rr, b| Skip if Bit in Register is Set| if (Rr(b)=1) PC ← PC + 2 or 3| None| 1/2/3
SBIC| P, b| Skip if Bit in I/O Register Cleared| if (P(b)=0) PC ← PC + 2 or 3| None| 1/2/3
SBIS| P, b| Skip if Bit in I/O Register is Set| if (P(b)=1) PC ← PC + 2 or 3| None| 1/2/3
BRBS| s, k| Branch if Status Flag Set| if (SREG(s) = 1) then PC←PC+k + 1| None| 1/2
BRBC| s, k| Branch if Status Flag Cleared| if (SREG(s) = 0) then PC←PC+k + 1| None| 1/2
BREQ| k| Branch if Equal| if (Z = 1) then PC ← PC + k + 1| None| 1/2
BRNE| k| Branch if Not Equal| if (Z = 0) then PC ← PC + k + 1| None| 1/2
BRCS| k| Branch if Carry Set| if (C = 1) then PC ← PC + k + 1| None| 1/2
BRCC| k| Branch if Carry Cleared| if (C = 0) then PC ← PC + k + 1| None| 1/2
BRSH| k| Branch if Same or Higher| if (C = 0) then PC ← PC + k + 1| None| 1/2
BRLO| k| Branch if Lower| if (C = 1) then PC ← PC + k + 1| None| 1/2
BRMI| k| Branch if Minus| if (N = 1) then PC ← PC + k + 1| None| 1/2
BRPL| k| Branch if Plus| if (N = 0) then PC ← PC + k + 1| None| 1/2
BRGE| k| Branch if Greater or Equal, Signed| if (N ⊕ V= 0) then PC ← PC + k + 1| None| 1/2
BRLT| k| Branch if Less Than Zero, Signed| if (N ⊕ V= 1) then PC ← PC + k + 1| None| 1/2
BRHS| k| Branch if Half Carry Flag Set| if (H = 1) then PC ← PC + k + 1| None| 1/2
BRHC| k| Branch if Half Carry Flag Cleared| if (H = 0) then PC ← PC + k + 1| None| 1/2
BRTS| k| Branch if T Flag Set| if (T = 1) then PC ← PC + k + 1| None| 1/2
BRTC| k| Branch if T Flag Cleared| if (T = 0) then PC ← PC + k + 1| None| 1/2
BRVS| k| Branch if Overflow Flag is Set| if (V = 1) then PC ← PC + k + 1| None| 1/2
BRVC| k| Branch if Overflow Flag is Cleared| if (V = 0) then PC ← PC + k + 1| None| 1/2
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
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
Mnemonics| Operands| Description| Operation| Flags| #Clocks
---|---|---|---|---|---
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| | |
Speed (MHz) (1)| Supply Voltage (V)| Temperature Range| Package (2)| Ordering Code (3)
---|---|---|---|---
10| 1.8 – 5.5| Industrial

(-40°C to +85°C) (4)

| 8P3| ATtiny45V-10PU
8S2| ATtiny45V-10SU ATtiny45V-10SUR ATtiny45V-10SH ATtiny45V-10SHR
8X| ATtiny45V-10XU ATtiny45V-10XUR
20M1| ATtiny45V-10MU ATtiny45V-10MUR
20| 2.7 – 5.5| Industrial

(-40°C to +85°C) (4)

| 8P3| ATtiny45-20PU
8S2| ATtiny45-20SU ATtiny45-20SUR

ATtiny45-20SH ATtiny45-20SHR

8X| ATtiny45-20XU ATtiny45-20XUR
20M1| ATtiny45-20MU ATtiny45-20MUR

Notes:        1. For speed vs. supply voltage, see section 21.3 “Speed” on page 163.

All packages are Pb-free, halide-free and fully green and they comply with the European directive for Restriction of Hazard- ous Substances (RoHS).

Code indicators

H: NiPdAu lead finish

U: matte tin

R: tape & reel

These devices can also be supplied in wafer form. Please contact your local Atmel sales office for detailed ordering informa- tion and minimum quantities.

Errata

Errata ATtiny25

The revision letter in this section refers to the revision of the ATtiny25 device.

Rev D – F

No known errata.

Rev B – C

EEPROM read may fail at low supply voltage / low clock frequency

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 1MHz and supply voltage is below 2V. If operating fre- quency can not be raised above 1MHz then supply voltage should be more than 2V. Similarly, if supply voltage can not be raised above 2V then operating frequency should be more than 1MHz.

This feature is known to be temperature dependent but it has not been characterised. Guidelines are given for room temperature, only.

Rev A

Not sampled.

Errata ATtiny45

The revision letter in this section refers to the revision of the ATtiny45 device.

Rev F – G

No known errata

Rev D – E

EEPROM read may fail at low supply voltage / low clock frequency

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 1MHz and supply voltage is below 2V. If operating fre- quency can not be raised above 1MHz then supply voltage should be more than 2V. Similarly, if supply voltage can not be raised above 2V then operating frequency should be more than 1MHz.

This feature is known to be temperature dependent but it has not been characterized. Guidelines are given for room temperature, only.

Rev B – C

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

Timer Counter 1 PWM output generation on OC1B- XOC1B does not work correctly

PLL not locking

When at frequencies below 6.0 MHz, the PLL will not lock

Problem fix / Workaround

When using the PLL, run at 6.0 MHz or higher.

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.

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 1MHz and supply voltage is below 2V. If operating fre- quency can not be raised above 1MHz then supply voltage should be more than 2V. Similarly, if supply voltage can not be raised above 2V then operating frequency should be more than 1MHz.

This feature is known to be temperature dependent but it has not been characterised. Guidelines are given for room temperature, only.

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 out- put works correctly.

Problem Fix/Work around

The only workaround is to use same control setting on COM1A[1:0] and COM1B[1:0] control bits, see table 14- 4 in the data sheet. The problem has been fixed for Tiny45 rev D.

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

Too high power down power consumption

Three situations will lead to a too high power down power consumption. These are:

An external clock is selected by fuses, but the I/O PORT is still enabled as an output.

The EEPROM is read before entering power down.

VCC is 4.5 volts or higher.

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 THE ATMEL TERMS AND CONDITIONS OF SALES LOCATED ON THE ATMEL WEBSITE, 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 INCIDENTAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS AND 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 products 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 products are not intended, authorized, or warranted for use as components in applications intended to support or sustain life.

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

Atmel User Manuals

Related Manuals