8-Bit AVR Microcontroller ATmega32A DATASHEET COMPLETE Introduction (R) The Atmel ATmega32A is a low-power CMOS 8-bit microcontroller based (R) on the AVR enhanced RISC architecture. By executing powerful instructions in a single clock cycle, the ATmega32A achieves throughputs close to 1MIPS per MHz. This empowers system designer to optimize the device for power consumption versus processing speed. Features * * * * * High-performance, Low-power Atmel AVR 8-bit Microcontroller Advanced RISC Architecture - 131 Powerful Instructions - Most Single-clock Cycle Execution - 32 x 8 General Purpose Working Registers - Fully Static Operation - Up to 16MIPS Throughput at 16MHz - On-chip 2-cycle Multiplier High Endurance Non-volatile Memory segments - 32Kbytes of In-System Self-programmable Flash program memory - 1024Bytes EEPROM - 2Kbytes Internal SRAM - Write/Erase cycles: 10,000 Flash/100,000 EEPROM - Data retention: 20 years at 85C/100 years at 25C(1) - Optional Boot Code Section with Independent Lock Bits * In-System Programming by On-chip Boot Program * True Read-While-Write Operation - Programming Lock for Software Security JTAG (IEEE std. 1149.1 Compliant) Interface - Boundary-scan Capabilities According to the JTAG Standard - Extensive On-chip Debug Support - Programming of Flash, EEPROM, Fuses and Lock Bits through the JTAG Interface Atmel QTouch(R) library support Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 * - Capacitive touch buttons, sliders and wheels - Atmel QTouch and QMatrix acquisition - Up to 64 sense channels Peripheral Features - Two 8-bit Timer/Counters with Separate Prescalers and Compare Modes - One 16-bit Timer/Counter with Separate Prescaler, Compare Mode, and Capture Mode - Real Time Counter with Separate Oscillator - Four PWM Channels - * * * * * 8-channel, 10-bit ADC * 8 Single-ended Channels * 7 Differential Channels in TQFP Package Only * 2 Differential Channels with Programmable Gain at 1x, 10x, or 200x - Byte-oriented Two-wire Serial Interface - Programmable Serial USART - Master/Slave SPI Serial Interface - Programmable Watchdog Timer with On-chip Oscillator - On-chip Analog Comparator Special Microcontroller Features - Power-on Reset and Programmable Brown-out Detection - Internal Calibrated RC Oscillator - External and Internal Interrupt Sources - Six Sleep Modes: Idle, ADC Noise Reduction, Power-save, Power-down, Standby, and Extended Standby I/O and Packages - 32 Programmable I/O Lines - 40-pin PDIP, 44-lead TQFP, and 44-pad QFN/MLF Operating Voltages - 2.7 - 5.5V Speed Grades - 0 - 16MHz Power Consumption at 1MHz, 3V, 25C - Active: 0.6mA - Idle Mode: 0.2mA - Power-down Mode: < 1A Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 2 Table of Contents Introduction......................................................................................................................1 Features.......................................................................................................................... 1 1. Description.................................................................................................................9 2. Configuration Summary........................................................................................... 10 3. Ordering Information................................................................................................ 11 4. Block Diagram......................................................................................................... 12 5. Pin Configurations................................................................................................... 13 5.1. 5.2. 5.3. 5.4. 5.5. 5.6. 5.7. 5.8. 5.9. 5.10. 5.11. VCC............................................................................................................................................. 14 GND............................................................................................................................................14 PortA (PA7:PA0)......................................................................................................................... 14 Port B (PB7:PB0)........................................................................................................................15 Port C (PC7:PC0).......................................................................................................................15 Port D (PD7:PD0).......................................................................................................................15 RESET........................................................................................................................................15 XTAL1.........................................................................................................................................16 XTAL2.........................................................................................................................................16 AVCC........................................................................................................................................... 16 AREF..........................................................................................................................................16 6. Resources................................................................................................................17 7. Data Retention.........................................................................................................18 8. About Code Examples............................................................................................. 19 9. Capacitive Touch Sensing....................................................................................... 20 10. AVR CPU Core........................................................................................................ 21 10.1. Overview.....................................................................................................................................21 10.2. ALU - Arithmetic Logic Unit........................................................................................................22 10.3. Status Register...........................................................................................................................22 10.4. 10.5. 10.6. 10.7. General Purpose Register File................................................................................................... 24 Stack Pointer.............................................................................................................................. 25 Instruction Execution Timing...................................................................................................... 26 Reset and Interrupt Handling..................................................................................................... 27 11. AVR Memories.........................................................................................................29 11.1. 11.2. 11.3. 11.4. Overview.....................................................................................................................................29 In-System Reprogrammable Flash Program Memory................................................................ 29 SRAM Data Memory...................................................................................................................30 EEPROM Data Memory............................................................................................................. 31 11.5. I/O Memory.................................................................................................................................32 11.6. Register Description................................................................................................................... 32 12. System Clock and Clock Options............................................................................ 39 12.1. Clock Systems and their Distribution..........................................................................................39 12.2. Clock Sources............................................................................................................................ 40 12.3. Default Clock Source..................................................................................................................41 12.4. Crystal Oscillator........................................................................................................................ 41 12.5. Low-frequency Crystal Oscillator................................................................................................42 12.6. External RC Oscillator................................................................................................................ 43 12.7. Calibrated Internal RC Oscillator................................................................................................43 12.8. External Clock............................................................................................................................ 44 12.9. Timer/Counter Oscillator.............................................................................................................45 12.10. Register Description...................................................................................................................45 13. Power Management and Sleep Modes................................................................... 47 13.1. 13.2. 13.3. 13.4. 13.5. 13.6. 13.7. 13.8. 13.9. Sleep Modes...............................................................................................................................47 Idle Mode....................................................................................................................................48 ADC Noise Reduction Mode.......................................................................................................48 Power-down Mode......................................................................................................................48 Power-save Mode.......................................................................................................................48 Standby Mode............................................................................................................................ 49 Extended Standby Mode............................................................................................................ 49 Minimizing Power Consumption................................................................................................. 49 Register Description................................................................................................................... 51 14. System Control and Reset.......................................................................................53 14.1. 14.2. 14.3. 14.4. 14.5. Resetting the AVR...................................................................................................................... 53 Reset Sources............................................................................................................................53 Internal Voltage Reference.........................................................................................................57 Watchdog Timer......................................................................................................................... 57 Register Description................................................................................................................... 58 15. Interrupts................................................................................................................. 62 15.1. Interrupt Vectors in ATmega32A.................................................................................................62 15.2. Register Description................................................................................................................... 66 16. External Interrupts................................................................................................... 69 16.1. Register Description................................................................................................................... 69 17. I/O Ports.................................................................................................................. 74 17.1. 17.2. 17.3. 17.4. Overview.....................................................................................................................................74 Ports as General Digital I/O........................................................................................................75 Alternate Port Functions.............................................................................................................78 Register Description................................................................................................................... 88 18. Timer/Counter0 and Timer/Counter1 Prescalers................................................... 102 18.1. Overview...................................................................................................................................102 18.2. Internal Clock Source............................................................................................................... 102 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 4 18.3. Prescaler Reset........................................................................................................................102 18.4. External Clock Source..............................................................................................................102 18.5. Register Description................................................................................................................. 103 19. 16-bit Timer/Counter1............................................................................................105 19.1. Features................................................................................................................................... 105 19.2. Overview...................................................................................................................................105 19.3. Accessing 16-bit Registers.......................................................................................................107 19.4. Timer/Counter Clock Sources...................................................................................................110 19.5. Counter Unit..............................................................................................................................110 19.6. Input Capture Unit.....................................................................................................................111 19.7. Output Compare Units.............................................................................................................. 113 19.8. Compare Match Output Unit..................................................................................................... 115 19.9. Modes of Operation.................................................................................................................. 116 19.10. Timer/Counter Timing Diagrams.............................................................................................. 123 19.11. Register Description................................................................................................................. 124 20. 8-bit Timer/Counter2 with PWM and Asynchronous Operation............................. 140 20.1. Features................................................................................................................................... 140 20.2. Overview...................................................................................................................................140 20.3. Timer/Counter Clock Sources.................................................................................................. 141 20.4. Counter Unit............................................................................................................................. 141 20.5. Output Compare Unit................................................................................................................142 20.6. Compare Match Output Unit.....................................................................................................144 20.7. Modes of Operation..................................................................................................................145 20.8. Timer/Counter Timing Diagrams...............................................................................................149 20.9. Asynchronous Operation of the Timer/Counter........................................................................ 150 20.10. Timer/Counter Prescaler.......................................................................................................... 152 20.11. Register Description................................................................................................................. 152 21. 8-bit Timer/Counter0 with PWM.............................................................................162 21.1. 21.2. 21.3. 21.4. 21.5. 21.6. 21.7. 21.8. 21.9. Features................................................................................................................................... 162 Overview...................................................................................................................................162 Timer/Counter Clock Sources.................................................................................................. 163 Counter Unit............................................................................................................................. 163 Output Compare Unit................................................................................................................164 Compare Match Output Unit.....................................................................................................166 Modes of Operation..................................................................................................................167 Timer/Counter Timing Diagrams...............................................................................................171 Register Description................................................................................................................. 172 22. SPI - Serial Peripheral Interface........................................................................... 180 22.1. 22.2. 22.3. 22.4. 22.5. Features................................................................................................................................... 180 Overview...................................................................................................................................180 SS Pin Functionality................................................................................................................. 183 Data Modes.............................................................................................................................. 184 Register Description................................................................................................................. 185 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 5 23. USART - Universal Synchronous and Asynchronous serial Receiver and Transmitter.............................................................................................................190 23.1. Features................................................................................................................................... 190 23.2. Overview...................................................................................................................................190 23.3. Clock Generation......................................................................................................................192 23.4. Frame Formats.........................................................................................................................195 23.5. USART Initialization..................................................................................................................196 23.6. Data Transmission - The USART Transmitter......................................................................... 197 23.7. Data Reception - The USART Receiver.................................................................................. 199 23.8. Asynchronous Data Reception.................................................................................................203 23.9. Multi-Processor Communication Mode.....................................................................................205 23.10. Accessing UBRRH/UCSRC Registers..................................................................................... 206 23.11. Register Description................................................................................................................. 208 23.12. Examples of Baud Rate Setting............................................................................................... 217 24. TWI - Two-wire Serial Interface............................................................................. 221 24.1. 24.2. 24.3. 24.4. 24.5. 24.6. 24.7. 24.8. Features................................................................................................................................... 221 Overview...................................................................................................................................221 Two-Wire Serial Interface Bus Definition..................................................................................223 Data Transfer and Frame Format.............................................................................................224 Multi-master Bus Systems, Arbitration and Synchronization....................................................227 Using the TWI...........................................................................................................................228 Multi-master Systems and Arbitration.......................................................................................245 Register Description................................................................................................................. 246 25. AC - Analog Comparator....................................................................................... 253 25.1. Overview...................................................................................................................................253 25.2. Analog Comparator Multiplexed Input...................................................................................... 253 25.3. Register Description................................................................................................................. 254 26. ADC - Analog to Digital Converter.........................................................................258 26.1. Features................................................................................................................................... 258 26.2. Overview...................................................................................................................................258 26.3. 26.4. 26.5. 26.6. 26.7. 26.8. Starting a Conversion...............................................................................................................260 Prescaling and Conversion Timing...........................................................................................261 Changing Channel or Reference Selection.............................................................................. 264 ADC Noise Canceler................................................................................................................ 265 ADC Conversion Result............................................................................................................269 Register Description................................................................................................................. 271 27. JTAG Interface and On-chip Debug System..........................................................282 27.1. 27.2. 27.3. 27.4. 27.5. 27.6. 27.7. Features................................................................................................................................... 282 Overview...................................................................................................................................282 TAP - Test Access Port............................................................................................................ 283 TAP Controller.......................................................................................................................... 284 Using the Boundary-scan Chain...............................................................................................285 Using the On-chip Debug System............................................................................................ 285 On-chip Debug Specific JTAG Instructions.............................................................................. 286 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 6 27.8. Using the JTAG Programming Capabilities.............................................................................. 286 27.9. Bibliography..............................................................................................................................287 27.10. IEEE 1149.1 (JTAG) Boundary-scan........................................................................................287 27.11. Data Registers..........................................................................................................................288 27.12. Boundry-scan Specific JTAG Instructions................................................................................ 290 27.13. Boundary-scan Chain...............................................................................................................291 27.14. ATmega32A Boundary-scan Order.......................................................................................... 301 27.15. Boundary-scan Description Language Files............................................................................ 307 27.16. Register Description.................................................................................................................308 28. BTLDR - Boot Loader Support - Read-While-Write Self-Programming................ 311 28.1. 28.2. 28.3. 28.4. 28.5. 28.6. 28.7. 28.8. 28.9. Features....................................................................................................................................311 Overview...................................................................................................................................311 Application and Boot Loader Flash Sections............................................................................ 311 Read-While-Write and No Read-While-Write Flash Sections...................................................312 Boot Loader Lock Bits.............................................................................................................. 314 Entering the Boot Loader Program...........................................................................................315 Addressing the Flash During Self-Programming...................................................................... 316 Self-Programming the Flash.....................................................................................................317 Register Description................................................................................................................. 324 29. Memory Programming........................................................................................... 327 29.1. Program and Data Memory Lock Bits.......................................................................................327 29.2. Fuse Bits...................................................................................................................................328 29.3. Signature Bytes........................................................................................................................ 330 29.4. Signature Bytes........................................................................................................................ 330 29.5. Calibration Byte........................................................................................................................ 330 29.6. Parallel Programming Parameters, Pin Mapping, and Commands.......................................... 330 29.7. Parallel Programming...............................................................................................................333 29.8. Serial Downloading...................................................................................................................341 29.9. Serial Programming Pin Mapping.............................................................................................341 29.10. Programming Via the JTAG Interface.......................................................................................345 30. Electrical Characteristics....................................................................................... 359 30.1. 30.2. 30.3. 30.4. 30.5. 30.6. 30.7. DC Characteristics....................................................................................................................359 Speed Grades.......................................................................................................................... 362 Clock Characteristics................................................................................................................362 System and Reset Characteristics........................................................................................... 363 Two-wire Serial Interface Characteristics................................................................................. 363 SPI Timing Characteristics....................................................................................................... 365 ADC Characteristics................................................................................................................. 367 31. Typical Characteristics...........................................................................................371 31.1. 31.2. 31.3. 31.4. 31.5. 31.6. Active Supply Current...............................................................................................................371 Idle Supply Current...................................................................................................................374 Power-down Supply Current.....................................................................................................377 Power-save Supply current...................................................................................................... 378 Standby Supply Current........................................................................................................... 379 Pin Pull-up................................................................................................................................ 379 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 7 31.7. Pin Driver Strength................................................................................................................... 381 31.8. Pin Thresholds and Hysteresis.................................................................................................383 31.9. BOD Thresholds and Analog Comparator Offset..................................................................... 386 31.10. Internal Oscillator Speed..........................................................................................................388 31.11. Current Consumption of Peripheral Units.................................................................................394 31.12. Current Consumption in Reset and Reset Pulsewidth............................................................. 397 32. Register Summary.................................................................................................399 33. Instruction Set Summary....................................................................................... 401 34. Packaging Information...........................................................................................406 34.1. 44-pin TQFP.............................................................................................................................406 34.2. 40-pin PDIP.............................................................................................................................. 407 34.3. 44-pin VQFN.............................................................................................................................408 35. Errata.....................................................................................................................409 35.1. ATmega32A, rev. J to rev. K..................................................................................................... 409 35.2. ATmega32A, rev. G to rev. I......................................................................................................410 36. Datasheet Revision History................................................................................... 412 36.1. 36.2. 36.3. 36.4. 36.5. 36.6. 36.7. 36.8. 36.9. 8155I - 08/2016........................................................................................................................ 412 8155H - 08/2016.......................................................................................................................412 8155G - 10/2015...................................................................................................................... 412 8155F - 08/2015....................................................................................................................... 412 8155E - 02/2014.......................................................................................................................412 8155D - 10/2013......................................................................................................................412 8155C - 02/2011....................................................................................................................... 412 8155B - 07/2009...................................................................................................................... 413 8155A - 06/2008...................................................................................................................... 413 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 8 1. Description The AVR core combines a rich instruction set with 32 general purpose working registers. All the 32 registers are directly connected to the Arithmetic Logic Unit (ALU), allowing two independent registers to be accessed in one single instruction executed in one clock cycle. The resulting architecture is more code efficient while achieving throughputs up to ten times faster than conventional CISC microcontrollers. The ATmega32A provides the following features: 32Kbytes of In-System Programmable Flash Program memory with Read-While-Write capabilities, 1024bytes EEPROM, 2048bytes SRAM, 32 general purpose I/O lines, 32 general purpose working registers, a JTAG interface for Boundary-scan, On-chip Debugging support and programming, three flexible Timer/Counters with compare modes, Internal and External Interrupts, a serial programmable USART, a byte oriented Two-wire Serial Interface, an 8-channel, 10-bit ADC with optional differential input stage with programmable gain (TQFP package only), a programmable Watchdog Timer with Internal Oscillator, an SPI serial port, and six software selectable power saving modes. The Idle mode stops the CPU while allowing the USART, Two-wire interface, A/D Converter, SRAM, Timer/Counters, SPI port, and interrupt system to continue functioning. The Power-down mode saves the register contents but freezes the Oscillator, disabling all other chip functions until the next External Interrupt or Hardware Reset. In Power-save mode, the Asynchronous Timer continues to run, allowing the user to maintain a timer base while the rest of the device is sleeping. The ADC Noise Reduction mode stops the CPU and all I/O modules except Asynchronous Timer and ADC, to minimize switching noise during ADC conversions. In Standby mode, the crystal/resonator Oscillator is running while the rest of the device is sleeping. This allows very fast start-up combined with low-power consumption. In Extended Standby mode, both the main Oscillator and the Asynchronous Timer continue to run. The device is manufactured using Atmel's high density nonvolatile memory technology. The On-chip ISP Flash allows the program memory to be reprogrammed in-system through an SPI serial interface, by a conventional nonvolatile memory programmer, or by an On-chip Boot program running on the AVR core. The boot program can use any interface to download the application program in the Application Flash memory. Software in the Boot Flash section will continue to run while the Application Flash section is updated, providing true Read-While-Write operation. By combining an 8-bit RISC CPU with In-System Self-Programmable Flash on a monolithic chip, the Atmel ATmega32A is a powerful microcontroller that provides a highly-flexible and cost-effective solution to many embedded control applications. The Atmel AVR ATmega32A is supported with a full suite of program and system development tools including: C compilers, macro assemblers, program debugger/simulators, in-circuit emulators, and evaluation kits. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 9 2. Configuration Summary Features ATmega32A Pin count 44 Flash (KB) 32 SRAM (KB) 2 EEPROM (KB) 1 General Purpose I/O pins 32 SPI 1 TWI (I2C) 1 USART 1 ADC 10-bit, up to 76.9ksps (15ksps at max resolution) ADC channels 8 AC propagation delay Typ 400ns 8-bit Timer/Counters 2 16-bit Timer/Counters 1 PWM channels 4 RC Oscillator +/-3% VREF Bandgap Operating voltage 2.7 - 5.5V Max operating frequency 16MHz Temperature range -55C to +125C JTAG Yes Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 10 3. Ordering Information Speed (MHz) 16 Power Supply 2.7 - 5.5V Ordering Code(2) Package(1) ATmega32A-AU ATmega32A-AUR(3) 44A 44A ATmega32A-PU 40P6 ATmega32A-MU 44M1 ATmega32A-MUR(3) 44M1 ATmega32A-AN ATmega32A-ANR(3) 44A 44A ATmega32A-MN 44M1 ATmega32A-MNR(3) 44M1 Operational Range Industrial (-40oC to 85oC) Extended (-40oC to 105oC)(4) Note: 1. This device can also be supplied in wafer form. Please contact your local Atmel sales office for detailed ordering information and minimum quantities. 2. Pb-free packaging complies to the European Directive for Restriction of Hazardous Substances (RoHS directive). Also Halide free and fully Green. 3. Tape and Reel 4. See characterization specifications at 105C Package Type 44A 44-lead, 10 x 10 x 1.0mm, Thin Profile Plastic Quad Flat Package (TQFP) 40P6 40-pin, 0.600" Wide, Plastic Dual Inline Package (PDIP) 44M1 44-pad, 7 x 7 x 1.0mm, Quad Flat No-Lead/Micro Lead Frame Package (QFN/MLF) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 11 4. Block Diagram Figure 4-1. Block Diagram SRAM TCK TMS TDI TDO JTAG OCD PARPROG MOSI MISO SCK CPU FLASH NVM programming EEPROMIF SPIPROG EEPROM Clock generation XTAL1 XTAL2 TOSC1 8MHz Crystal Osc 8MHz Calib RC 12MHz External RC Osc External clock 32.768kHz XOSC 1MHz int osc Power management and clock control D A T A B U S I/O PORTS PA[7:0] PB[7:0] PC[7:0] PD[7:0] TOSC2 ExtInt VCC RESET GND Power Supervision POR/BOD & RESET Watchdog Timer Internal Reference MISO MOSI SCK SS SPI SDA SCL TWI RxD0 TxD0 XCK0 USART 0 ADC AC INT[2:0] ADC[7:0] AREF AIN0 AIN1 ADCMUX TC 0 T0 OC0 TC 1 OC1A/B/C T1 ICP1 (8-bit sync) (16-bit) TC 2 (8-bit async) OC2 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 12 Pin Configurations Figure 5-1. Pinout TQFP ATmega32A PB4 (SS) PB3 (AIN1/OC0) PB2 (AIN0/ INT2) PB1 (T1) PB0 (XCK/T0) GND VCC PA0 (ADC0) PA1 (ADC1) PA2 (ADC2) PA3 (ADC3) 44 43 42 41 40 39 38 37 36 35 34 Power Ground Programming/debug Digital Analog Crystal/Osc GND 6 28 GND XTAL2 7 27 AVCC XTAL1 8 26 PC7 (TOSC2) (RXD) PD0 9 25 PC6 (TOSC1) (TXD) PD1 10 24 PC5 (TDI) (INT0) PD2 11 23 PC4 (TDO) (SDA) PC1 22 AREF (TMS) PC3 29 21 5 (TCK) PC2 VCC 20 PA7 (ADC7) 19 30 (SCL) PC0 4 18 RESET GND PA6 (ADC6) 17 31 VCC 3 16 (SCK) PB7 (OC2) PD7 PA5 (ADC5) 15 32 (ICP1) PD6 2 14 (MISO) PB6 (OC1A) PD5 PA4 (ADC4) 13 33 (OC1B) PD4 1 12 (MOSI) PB5 (INT1) PD3 5. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 13 Figure 5-2. Pinout PDIP ATmega32A AIN0/ INT2 5.1. VCC Digital supply voltage. 5.2. GND Ground. 5.3. PortA (PA7:PA0) Port A serves as the analog inputs to the A/D Converter. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 14 Port A also serves as an 8-bit bi-directional I/O port, if the A/D Converter is not used. Port pins can provide internal pull-up resistors (selected for each bit). The Port A output buffers have symmetrical drive characteristics with both high sink and source capability. When pins PA0 to PA7 are used as inputs and are externally pulled low, they will source current if the internal pull-up resistors are activated. The Port A pins are tristated when a reset condition becomes active, even if the clock is not running. 5.4. Port B (PB7:PB0) Port B is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each bit). The Port B output buffers have symmetrical drive characteristics with both high sink and source capability. As inputs, Port B pins that are externally pulled low will source current if the pull-up resistors are activated. The Port B pins are tristated 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 ATmega32A as listed in Alternate Functions of Port B. Related Links Alternate Functions of Port B on page 81 5.5. Port C (PC7:PC0) Port C is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each bit). The Port C output buffers have symmetrical drive characteristics with both high sink and source capability. As inputs, Port C pins that are externally pulled low will source current if the pull-up resistors are activated. The Port C pins are tri-stated when a reset condition becomes active, even if the clock is not running. If the JTAG interface is enabled, the pull-up resistors on pins PC5(TDI), PC3(TMS) and PC2(TCK) will be activated even if a reset occurs. The TD0 pin is tristated unless TAP states that shift out data are entered. Port C also serves the functions of the JTAG interface and other special features of the ATmega32A as listed in Alternate Functions of Port C. Related Links Alternate Functions of Port C on page 84 5.6. Port D (PD7:PD0) Port D is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each bit). The Port D output buffers have symmetrical drive characteristics with both high sink and source capability. As inputs, Port D pins that are externally pulled low will source current if the pull-up resistors are activated. The Port D pins are tristated when a reset condition becomes active, even if the clock is not running. Port D also serves the functions of various special features of the ATmega32A as listed in Alternate Functions of Port D. Related Links Alternate Functions of Port D on page 86 5.7. 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. The minimum pulse length is given in System and Reset Characteristics. Shorter pulses are not guaranteed to generate a reset. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 15 Related Links System and Reset Characteristics on page 363 5.8. XTAL1 Input to the inverting Oscillator amplifier and input to the internal clock operating circuit. 5.9. XTAL2 Output from the inverting Oscillator amplifier. 5.10. AVCC AVCC is the supply voltage pin for Port A and the A/D Converter. It should be externally connected to VCC, even if the ADC is not used. If the ADC is used, it should be connected to VCC through a low-pass filter. 5.11. AREF AREF is the analog reference pin for the A/D Converter. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 16 6. Resources A comprehensive set of development tools, application notes and datasheets are available for download on http://www.atmel.com/avr. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 17 7. Data Retention Reliability Qualification results show that the projected data retention failure rate is much less than 1 PPM over 20 years at 85C or 100 years at 25C. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 18 8. About Code Examples This datasheet 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. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 19 9. Capacitive Touch Sensing The Atmel QTouch Library provides a simple to use solution to realize touch sensitive interfaces on most (R) Atmel AVR microcontrollers. The QTouch Library includes support for the QTouch and QMatrix acquisition methods. Touch sensing can be added to any application by linking the appropriate Atmel QTouch Library for the AVR Microcontroller. This is done by using a simple set of APIs to define the touch channels and sensors, and then calling the touch sensing API's to retrieve the channel information and determine the touch sensor states. The QTouch Library is FREE and downloadable from the Atmel website at the following location: www.atmel.com/qtouchlibrary. For implementation details and other information, refer to the Atmel QTouch Library User Guide - also available for download from the Atmel website. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 20 10. AVR CPU Core 10.1. Overview This section discusses the Atmel AVR core architecture in general. The main function of the CPU core is to ensure correct program execution. The CPU must therefore be able to access memories, perform calculations, control peripherals, and handle interrupts. Figure 10-1. Block Diagram of the AVR MCU Architecture Register file R31 (ZH) R29 (YH) R27 (XH) R25 R23 R21 R19 R17 R15 R13 R11 R9 R7 R5 R3 R1 R30 (ZL) R28 (YL) R26 (XL) R24 R22 R20 R18 R16 R14 R12 R10 R8 R6 R4 R2 R0 Program counter Flash program memory Instruction register Instruction decode Data memory Stack pointer Status register ALU 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 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 21 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. The 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. Every Program memory address contains a 16- or 32-bit instruction. Program Flash memory space is divided in two sections, the Boot program section and the Application program section. Both sections have dedicated Lock Bits for write and read/write protection. The SPM instruction that writes into the Application Flash memory section must reside in the Boot program section. 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 subroutines 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 Register File, 0x20 - 0x5F. 10.2. ALU - Arithmetic Logic Unit The high-performance Atmel 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. 10.3. 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. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 22 10.3.1. SREG - The AVR Status Register 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 offset addresses. Name: SREG Offset: 0x3F Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x5F Bit Access Reset 7 6 5 4 3 2 1 0 I T H S V N Z C R/W R/W R/W R/W R/W R/W R/W R/W 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 Ibit 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 arithmetics. 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. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 23 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. 10.4. General Purpose Register File The Register File is optimized for the Atmel AVR Enhanced RISC instruction set. In order to achieve the required performance 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. The following figure shows the structure of the 32 general purpose working registers in the CPU. Figure 10-2. AVR CPU General Purpose Working Registers 7 0 Addr. R0 0x00 R1 0x01 R2 0x02 ... R13 0x0D Ge ne ra l R14 0x0E P urpos e R15 0x0F Working R16 0x10 Re gis te rs R17 0x11 ... R26 0x1A X-re gis te r Low Byte R27 0x1B X-re gis te r High Byte R28 0x1C Y-re gis te r Low Byte R29 0x1D Y-re gis te r High Byte R30 0x1E Z-re gis te r Low Byte R31 0x1F Z-re gis te r High Byte Most of the instructions operating on the Register File have direct access to all registers, and most of them are single cycle instructions. As shown in the figure above, 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. 10.4.1. 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 the following figure. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 24 Figure 10-3. The X-, Y- and Z-Registers 15 X-re gis te r XH 7 XL 0 7 R27 (0x1B) 15 Y-re gis te r YL 0 Z-re gis te r ZH 7 0 0 7 R29 (0x1D) 15 0 R26 (0x1A) YH 7 0 0 R28 (0x1C) ZL 7 R31 (0x1F) 0 0 R30 (0x1E) In the different addressing modes these address registers have functions as fixed displacement, automatic increment, and automatic decrement (see the Instruction Set Reference for details). 10.5. 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. Note that the Stack is implemented as growing from higher to lower memory locations. The Stack Pointer Register always points to the top of the Stack. The Stack Pointer points to the data SRAM Stack area where the Subroutine and Interrupt Stacks are located. A Stack PUSH command will decrease the Stack Pointer. The Stack in the data SRAM must be defined by the program before any subroutine calls are executed or interrupts are enabled. Initial Stack Pointer value equals the last address of the internal SRAM and the Stack Pointer must be set to point above start of the SRAM, refer to figure Data Memory Map in SRAM Data Memory. The following table contains Stack Pointer details. Table 10-1. Stack Pointer instructions Instruction Stack pointer Description PUSH Decremented by 1 Data is pushed onto the stack CALL ICALL Decremented by 2 Return address is pushed onto the stack with a subroutine call or interrupt POP Incremented by 1 Data is popped from the stack RET RETI Incremented by 2 Return address is popped from the stack with return from subroutine or return from interrupt RCALL 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. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 25 Figure 10-4. SPH and SPL - Stack Pointer High and Low Register Bit 15 14 13 12 11 10 9 8 0x3E S P15 S P14 S P13 S P12 S P11 S P10 S P9 S P8 S PH 0x3D S P7 S P6 S P5 S P4 S P3 S P2 S P1 S P0 S PL 7 6 5 4 3 2 1 0 R/W R/W R/W R/W R/W R/W R/W R/W R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Re a d/Write Initia l Va lue 0 0 Related Links SRAM Data Memory on page 30 10.6. Instruction Execution Timing This section describes the general access timing concepts for instruction execution. The Atmel 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. The following figure 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 10-5. The Parallel Instruction Fetches and Instruction Executions T1 T2 T3 T4 clkCP U 1s t Ins truction Fe tch 1s t Ins truction Exe cute 2nd Ins truction Fe tch 2nd Ins truction Exe cute 3rd Ins truction Fe tch 3rd Ins truction Exe cute 4th Ins truction Fe tch The next figure shows the internal timing concept for the Register File. In a single clock cycle an ALU operation using two register operands is executed, and the result is stored back to the destination register. Figure 10-6. Single Cycle ALU Operation T1 T2 T3 T4 clkCP U Tota l Exe cution Time Re gis te r Ope ra nds Fe tch ALU Ope ra tion Exe cute Re s ult Write Ba ck Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 26 10.7. Reset and Interrupt Handling The Atmel 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. Depending on the Program Counter value, interrupts may be automatically disabled when Boot Lock Bits BLB02 or BLB12 are programmed. This feature improves software security. See the section Memory Programming for details. 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 . 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. The Interrupt Vectors can be moved to the start of the boot Flash section by setting the Interrupt Vector Select (IVSEL) bit in the General Interrupt Control Register (GICR). Refer to Interrupts for more information. The Reset Vector can also be moved to the start of the boot Flash section by programming the BOOTRST Fuse, see Boot Loader Support - Read-While-Write Self-Programming. When an interrupt occurs, the Global Interrupt Enable I-bit is cleared and all interrupts are disabled. The user software 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 necessarily 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, EEMWE ; start EEPROM write sbi EECR, EEWE out SREG, r16 ; restore SREG value (I-bit) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 27 C Code Example char cSREG; cSREG = SREG; /* store SREG value */ /* disable interrupts during timed sequence */ _CLI(); EECR |= (1< ; $02A :. RESET: :. ; Enable interrupts xxx :. When the BOOTRST fuse is unprogrammed, the Boot section size set to 4 Kbytes and the IVSEL bit in the GICR Register is set before any interrupts are enabled, the most typical and general program setup for the Reset and Interrupt Vector Addresses is: Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 64 Adddress Labels Code Comments $000 RESET: ldi r16,high(RAMEND) ; Main program start $001 out SPH,r16 ; Set stack pointer to top of RAM $0002 ldi r16,low(RAMEND) $0003 out SPL,r16 $0004 sei $0005 xxx $3802 jmp EXT_INT0 ; IRQ0 Handler $3804 jmp EXT_INT1 ; IRQ1 Handler ; Enable interrupts ; .org $3802 :. :.. $3828 : jmp ; SPM_RDY ; Store Program Memory Ready Handler When the BOOTRST fuse is programmed and the Boot section size set to 4K bytes, the most typical and general program setup for the Reset and Interrupt Vector Addresses is: Address Labels Code Comments .org $002 $002 jmp EXT_INT0 ; IRQ0 Handler $004 jmp EXT_INT1 ; IRQ1 Handler :. :.. $028 : ; jmp SPM_RDY ; Store Program Memory Handler ldi r16,high(RAMEND) ; Main program start $3801 out SPH,r16 ; Set stack pointer to top of RAM $3802 ldi r16,low(RAMEND) $3803 out SPL,r16 ; .org $3800 $3800 RESET: Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 65 Address Labels Code Comments $3804 sei ; Enable interrupts $3805 xxx When the BOOTRST fuse is programmed, the Boot section size set to 4K bytes and the IVSEL bit in the GICR Register is set before any interrupts are enabled, the most typical and general program setup for the Reset and Interrupt Vector Addresses is: Address Labels Code Comments .org $3800 $3800 jmp RESET ; Reset handler $3802 jmp EXT_INT0 ; IRQ0 Handler $3804 jmp EXT_INT1 ; IRQ1 Handler :. :.. $3828 : ; jmp SPM_RDY ; Store Program Memory Ready Handler ldi r16,high(RAMEND) ; Main program start $382B out SPH,r16 ; Set Stack Pointer to top of RAM $382C ldi r16,low(RAMEND) $382D out SPL,r16 $382E sei $382F ; $382A RESET: ; Enable interrupts xxx Related Links BTLDR - Boot Loader Support - Read-While-Write Self-Programming on page 311 ATmega32A Boot Loader Parameters on page 323 15.1.1. Moving Interrupts Between Application and Boot Space The General Interrupt Control Register controls the placement of the Interrupt Vector table. 15.2. Register Description Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 66 15.2.1. GICR - General Interrupt Control Register 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 offset addresses. Name: GICR Offset: 0x3B Reset: 0 Property: When addressing I/O Registers as data space the offset address is 0x5B Bit 7 6 5 4 Access Reset 3 2 1 0 IVSEL IVCE R/W R/W 0 0 Bit 1 - IVSEL: Interrupt Vector Select When the IVSEL bit is cleared (zero), the Interrupt Vectors are placed at the start of the Flash memory. When this bit is set (one), the Interrupt Vectors are moved to the beginning of the Boot Loader section of the Flash. The actual address of the start of the boot Flash section is determined by the BOOTSZ Fuses. Refer to the section Boot Loader Support - Read-While-Write Self-Programming for details. To avoid unintentional changes of Interrupt Vector tables, a special write procedure must be followed to change the IVSEL bit: 1. 2. Write the Interrupt Vector Change Enable (IVCE) bit to one. Within four cycles, write the desired value to IVSEL while writing a zero to IVCE. Interrupts will automatically be disabled while this sequence is executed. Interrupts are disabled in the cycle IVCE is set, and they remain disabled until after the instruction following the write to IVSEL. If IVSEL is not written, interrupts remain disabled for four cycles. The I-bit in the Status Register is unaffected by the automatic disabling. Note: 1. If Interrupt Vectors are placed in the Boot Loader section and Boot Lock bit BLB02 is programmed, interrupts are disabled while executing from the Application section. If Interrupt Vectors are placed in the Application section and Boot Lock bit BLB12 is programed, interrupts are disabled while executing from the Boot Loader section. Refer to the section Boot Loader Support - Read-While-Write Self-Programming for details on Boot Lock Bits. Bit 0 - IVCE: Interrupt Vector Change Enable The IVCE bit must be written to logic one to enable change of the IVSEL bit. IVCE is cleared by hardware four cycles after it is written or when IVSEL is written. Setting the IVCE bit will disable interrupts, as explained in the IVSEL description above. See Code Example below. Assembly Code Example Move_interrupts: ; Enable change of Interrupt Vectors ldi r16, (1< CSn2: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. However, care must be taken if the other Timer/Counter that shares the same prescaler also uses prescaling. A prescaler reset will affect the prescaler period for all Timer/Counters it is connected to. 18.4. External Clock Source An external clock source applied to the T1/T0 pin can be used as Timer/Counter clock (clkT1/clkT0). The T1/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. The figure below shows a functional equivalent block diagram of the T1/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 clkT1/clkT0 pulse for each positive (CSn2:0 = 7) or negative (CSn2:0 = 6) edge it detects. Figure 18-1. T1/T0 Pin Sampling Tn D Q D Q Tn_s ync (To Clock S e le ct Logic) D Q LE clk I/O S ynchroniza tion Edge De te ctor Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 102 The synchronization and edge detector logic introduces a delay of 2.5 to 3.5 system clock cycles from an edge has been applied to the T1/T0 pin to the counter is updated. Enabling and disabling of the clock input must be done when T1/T0 has been stable for at least one system clock cycle, otherwise it is a risk that a false Timer/Counter clock pulse is generated. Each half period of the external clock applied must be longer than one system clock cycle to ensure correct sampling. The external clock must be guaranteed to have less than half the system clock frequency (fExtClk < fclk_I/O/2) given a 50/50% duty cycle. Since the edge detector uses sampling, the maximum frequency of an external clock it can detect is half the sampling frequency (Nyquist sampling theorem). However, due to variation of the system clock frequency and duty cycle caused by Oscillator source (crystal, resonator, and capacitors) tolerances, it is recommended that maximum frequency of an external clock source is less than fclk_I/O/2.5. An external clock source can not be prescaled. Figure 18-2. Prescaler for Timer/Counte1 and Timer/Counter0(1) clk I/O 10-BIT T/C PRESCALER CK/1024 CK/256 PSR10 CK/64 CK/8 Clear OFF Tn Synchronization CSn0 CSn1 CSn2 TIMER /COUNTERn CLOCK SOURCE clk Tn Note: 1. The synchronization logic on the input pins (T1/T0) is shown in figure T1/T0 Pin Sampling in this section. 18.5. Register Description Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 103 18.5.1. SFIOR - Special Function IO Register 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 offset addresses. Name: SFIOR Offset: 0x30 Reset: 0 Property: When addressing I/O Registers as data space the offset address is 0x50 Bit 7 6 5 4 3 2 1 0 PSR10 Access Reset R/W 0 Bit 0 - PSR10: Prescaler Reset Timer/Counter1 and Timer/Counter0 When this bit is written to one, the Timer/Counter1 and Timer/Counter0 prescaler will be reset. The bit will be cleared by hardware after the operation is performed. Writing a zero to this bit will have no effect. Note that Timer/Counter1 and Timer/Counter0 share the same prescaler and a reset of this prescaler will affect both timers. This bit will always be read as zero. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 104 19. 16-bit Timer/Counter1 19.1. Features * * * * * * * * * * * 19.2. True 16-bit Design (i.e., allows 16-bit PWM) Two independent Output Compare Units Double Buffered Output Compare Registers One Input Capture Unit Input Capture Noise Canceler Clear Timer on Compare Match (Auto Reload) Glitch-free, Phase Correct Pulse Width Modulator (PWM) Variable PWM Period Frequency Generator External Event Counter Four independent interrupt Sources (TOV1, OCF1A, OCF1B, and ICF1) Overview The 16-bit Timer/Counter unit allows accurate program execution timing (event management), wave generation, and signal timing measurement. Most register and bit references in this section are written in general form. A lower case "n" replaces the Timer/Counter number, and a lower case "x" replaces the Output Compare unit channel. However, when using the register or bit defines in a program, the precise form must be used i.e., TCNT1 for accessing Timer/Counter1 counter value and so on. A simplified block diagram of the 16-bit Timer/Counter is shown in the following figure. For the actual placement of I/O pins, refer to Pin Configurations. 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. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 105 Figure 19-1. 16-bit Timer/Counter Block Diagram(1) Count Clear Direction TOVn (Int.Req.) Control Logic clkTn Clock Select Edge Detector TOP BOTTOM ( From Prescaler ) Timer/Counter TCNTn Tn = =0 OCnA (Int.Req.) Waveform Generation = OCnA DATA BUS OCRnA OCnB (Int.Req.) Fixed TOP Values Waveform Generation = OCRnB OCnB ( From Analog Comparator Ouput ) ICFn (Int.Req.) Edge Detector ICRn Noise Canceler ICPn TCCRnA TCCRnB Note: 1. Refer to Pin Configurations, table Port B Pins Alternate Functions in Alternate Functions of Port B, and table Port D Pins Alternate Functions in Alternate Functions of Port D for Timer/Counter1 pin placement and description. Related Links Pin Configurations on page 13 Alternate Functions of Port B on page 81 Alternate Functions of Port D on page 86 19.2.1. Registers The Timer/Counter (TCNTn), Output Compare Registers (OCRnA/B), and Input Capture Register (ICRn) are all 16-bit registers. Special procedures must be followed when accessing the 16-bit registers. These procedures are described in the section Accessing 16-bit Registers. The Timer/Counter Control Registers (TCCRnA/B) are 8-bit registers and have no CPU access restrictions. Interrupt requests (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 since these registers are shared by other timer units. The Timer/Counter can be clocked internally, via the prescaler, or by an external clock source on the T1 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 (clkTn). The double buffered Output Compare Registers (OCRnA/B) are compared with the Timer/Counter value at all time. The result of the compare can be used by the waveform generator to generate a PWM or variable frequency output on the Output Compare Pin (OCnA/B). See Output Compare Units. The Compare Match event will also set the Compare Match Flag (OCFnA/B) which can be used to generate an Output Compare interrupt request. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 106 The Input Capture Register can capture the Timer/Counter value at a given external (edge triggered) event on either the Input Capture Pin (ICPn) or on the Analog Comparator pins (see Analog Comparator). The Input Capture unit includes a digital filtering unit (Noise Canceler) for reducing the chance of capturing noise spikes. The TOP value, or maximum Timer/Counter value, can in some modes of operation be defined by either the OCRnA Register, the ICRn Register, or by a set of fixed values. When using OCRnA as TOP value in a PWM mode, the OCRnA Register can not be used for generating a PWM output. However, the TOP value will in this case be double buffered allowing the TOP value to be changed in run time. If a fixed TOP value is required, the ICRn Register can be used as an alternative, freeing the OCRnA to be used as PWM output. Related Links AC - Analog Comparator on page 253 19.2.2. Definitions The following definitions are used extensively throughout the document: Table 19-1. Definitions BOTTOM The counter reaches the BOTTOM when it becomes 0x0000. 19.2.3. MAX The counter reaches its MAXimum when it becomes 0xFFFF (decimal 65535). 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 one of the fixed values: 0x00FF, 0x01FF, or 0x03FF, or to the value stored in the OCRnA or ICRn Register. The assignment is dependent of the mode of operation. Compatibility The 16-bit Timer/Counter has been updated and improved from previous versions of the 16-bit AVR Timer/Counter. This 16-bit Timer/Counter is fully compatible with the earlier version regarding: * * * All 16-bit Timer/Counter related I/O Register address locations, including Timer Interrupt Registers. Bit locations inside all 16-bit Timer/Counter Registers, including Timer Interrupt Registers. Interrupt Vectors. The following control bits have changed name, but have same functionality and register location: * * * PWM10 is changed to WGM10. PWM11 is changed to WGM11. CTC1 is changed to WGM12. The following bits are added to the 16-bit Timer/Counter Control Registers: * * FOC1A and FOC1B are added to TCCR1A. WGM13 is added to TCCR1B. The 16-bit Timer/Counter has improvements that will affect the compatibility in some special cases. 19.3. Accessing 16-bit Registers The TCNTn, OCRnA/B, and ICRn are 16-bit registers that can be accessed by the AVR CPU via the 8-bit data bus. A 16-bit register must be byte accessed using two read or write operations. The 16-bit timer has a single 8-bit register for temporary storing of the High byte of the 16-bit access. The same temporary register is shared between all 16-bit registers within the 16-bit timer. Accessing the Low byte triggers the Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 107 16-bit read or write operation. When the Low byte of a 16-bit register is written by the CPU, the High byte stored in the temporary register, and the Low byte written are both copied into the 16-bit register in the same clock cycle. When the Low byte of a 16-bit register is read by the CPU, the High byte of the 16-bit register is copied into the temporary register in the same clock cycle as the Low byte is read. Not all 16-bit accesses uses the temporary register for the High byte. Reading the OCRnA/B 16-bit registers does not involve using the temporary register. To do a 16-bit write, the High byte must be written before the Low byte. For a 16-bit read, the Low byte must be read before the High byte. The following code examples show how to access the 16-bit Timer Registers assuming that no interrupts updates the temporary register. The same principle can be used directly for accessing the OCRnA/B and ICRn Registers. Note that when using "C", the compiler handles the 16-bit access. Assembly Code Example(1) :. ; Set TCNTn to 0x01FF ldi r17,0x01 ldi r16,0xFF out TCNTnH,r17 out TCNTnL,r16 ; Read TCNTn into r17:r16 in r16,TCNTnL in r17,TCNTnH :. C Code Example(1) unsigned int i; :. /* Set TCNTn to 0x01FF */ TCNTn = 0x1FF; /* Read TCNTn into i */ i = TCNTn; :. Note: 1. See About Code Examples. The assembly code example returns the TCNTn value in the r17:r16 Register pair. It is important to notice that accessing 16-bit registers are atomic operations. If an interrupt occurs between the two instructions accessing the 16-bit register, and the interrupt code updates the temporary register by accessing the same or any other of the 16-bit Timer Registers, then the result of the access outside the interrupt will be corrupted. Therefore, when both the main code and the interrupt code update the temporary register, the main code must disable the interrupts during the 16-bit access. The following code examples show how to do an atomic read of the TCNTn Register contents. Reading any of the OCRnA/B or ICRn Registers can be done by using the same principle. Asesmbly Code Example(1) TIM16_ReadTCNTn: ; Save global interrupt flag in r18,SREG ; Disable interrupts cli ; Read TCNTn into r17:r16 in r16,TCNTnL in r17,TCNTnH ; Restore global interrupt flag out SREG,r18 ret Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 108 C Code Example(1) unsigned int TIM16_ReadTCNTn( void ) { unsigned char sreg; unsigned int i; /* Save global interrupt flag */ sreg = SREG; /* Disable interrupts */ _CLI(); /* Read TCNTn into i */ i = TCNTn; /* Restore global interrupt flag */ SREG = sreg; return i; } Note: 1. See About Code Examples. The assembly code example returns the TCNTn value in the r17:r16 Register pair. The following code examples show how to do an atomic write of the TCNTn Register contents. Writing any of the OCRnA/B or ICRn Registers can be done by using the same principle. Assembly Code Example(1) TIM16_WriteTCNTn: ; Save global interrupt flag in r18,SREG ; Disable interrupts cli ; Set TCNTn to r17:r16 out TCNTnH,r17 out TCNTnL,r16 ; Restore global interrupt flag out SREG,r18 ret C Code Example(1) void TIM16_WriteTCNTn( unsigned int i ) { unsigned char sreg; unsigned int i; /* Save global interrupt flag */ sreg = SREG; /* Disable interrupts */ _CLI(); /* Set TCNTn to i */ TCNTn = i; /* Restore global interrupt flag */ SREG = sreg; } Note: 1. See About Code Examples. The assembly code example requires that the r17:r16 Register pair contains the value to be written to TCNTn. Related Links About Code Examples on page 19 19.3.1. Reusing the Temporary High Byte Register If writing to more than one 16-bit register where the High byte is the same for all registers written, then the High byte only needs to be written once. However, note that the same rule of atomic operation described previously also applies in this case. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 109 19.4. Timer/Counter 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 (CSn2:0) bits located in the Timer/Counter Control Register B (TCCRnB). For details on clock sources and prescaler, see Timer/ Counte1 and Timer/Counter0 Prescalers. Related Links Timer/Counter0 and Timer/Counter1 Prescalers on page 102 19.5. Counter Unit The main part of the 16-bit Timer/Counter is the programmable 16-bit bi-directional counter unit. The figure below shows a block diagram of the counter and its surroundings. Figure 19-2. Counter Unit Block Diagram DATA BUS (8-bit) TOVn (Int.Req.) TEMP (8-bit) Clock Select Count TCNTnH (8-bit) TCNTnL (8-bit) TCNTn (16-bit Counter) Clear Direction Control Logic Edge Detector clkTn Tn ( From Prescaler ) TOP BOTTOM Signal description (internal signals): count Increment or decrement TCNTn by 1. direction Select between increment and decrement. clear Clear TCNTn (set all bits to zero). clkTn Timer/Counter clock. TOP Signalize that TCNTn has reached maximum value. BOTTOM Signalize that TCNTn has reached minimum value (zero). The 16-bit counter is mapped into two 8-bit I/O memory locations: counter high (TCNTnH) containing the upper eight bits of the counter, and Counter Low (TCNTnL) containing the lower eight bits. The TCNTnH Register can only be indirectly accessed by the CPU. When the CPU does an access to the TCNTnH I/O location, the CPU accesses the High byte temporary register (TEMP). The temporary register is updated with the TCNTnH value when the TCNTnL is read, and TCNTnH is updated with the temporary register value when TCNTnL is written. This allows the CPU to read or write the entire 16-bit counter value within one clock cycle via the 8-bit data bus. It is important to notice that there are special cases of writing to the TCNTn Register when the counter is counting that will give unpredictable results. The special cases are described in the sections where they are of importance. Depending on the mode of operation used, the counter is cleared, incremented, or decremented at each timer clock (clkTn). The clkTn can be generated from an external or internal clock source, selected by the clock select bits (CSn2:0). When no clock source is selected (CSn2:0 = 0) the timer is stopped. However, Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 110 the TCNTn value can be accessed by the CPU, independent of whether clkTn is present or not. A CPU write overrides (has priority over) all counter clear or count operations. The counting sequence is determined by the setting of the Waveform Generation mode bits (WGMn3:0) located in the Timer/Counter Control Registers A and B (TCCRnA and TCCRnB). There are close connections between how the counter behaves (counts) and how waveforms are generated on the Output Compare Outputs OCnx. For more details about advanced counting sequences and waveform generation, see Modes of Operation. The Timer/Counter Overflow (TOVn) flag is set according to the mode of operation selected by the WGMn3:0 bits. TOVn can be used for generating a CPU interrupt. 19.6. Input Capture Unit The Timer/Counter incorporates an Input Capture unit that can capture external events and give them a timestamp indicating time of occurrence. The external signal indicating an event, or multiple events, can be applied via the ICPn pin or alternatively, via the Analog Comparator unit. The time-stamps can then be used to calculate frequency, duty-cycle, and other features of the signal applied. Alternatively the timestamps can be used for creating a log of the events. The Input Capture unit is illustrated by the block diagram below. The elements of the block diagram that are not directly a part of the Input Capture unit are gray shaded. The small "n" in register and bit names indicates the Timer/Counter number. Figure 19-3. Input Capture Unit Block Diagram DATA BUS (8-bit) TEMP (8-bit) ICRnH (8-bit) WRITE ICRnL (8-bit) TCNTnH (8-bit) ICRn (16-bit Register) ACO* Analog Comparator TCNTnL (8-bit) TCNTn (16-bit Counter) ACIC* ICNC ICES Noise Canceler Edge Detector ICFn (Int.Req.) ICPn When a change of the logic level (an event) occurs on the Input Capture Pin (ICPn), alternatively on the Analog Comparator Output (ACO), and this change confirms to the setting of the edge detector, a capture will be triggered. When a capture is triggered, the 16-bit value of the counter (TCNTn) is written to the Input Capture Register (ICRn). The Input Capture Flag (ICFn) is set at the same system clock as the TCNTn value is copied into ICRn Register. If enabled (TICIEn = 1), the Input Capture Flag generates an Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 111 Input Capture interrupt. The ICFn Flag is automatically cleared when the interrupt is executed. Alternatively the ICFn Flag can be cleared by software by writing a logical one to its I/O bit location. Reading the 16-bit value in the Input Capture Register (ICRn) is done by first reading the Low byte (ICRnL) and then the High byte (ICRnH). When the Low byte is read the High byte is copied into the High byte temporary register (TEMP). When the CPU reads the ICRnH I/O location it will access the TEMP Register. The ICRn Register can only be written when using a Waveform Generation mode that utilizes the ICRn Register for defining the counter's TOP value. In these cases the Waveform Generation mode (WGMn3:0) bits must be set before the TOP value can be written to the ICRn Register. When writing the ICRn Register the High byte must be written to the ICRnH I/O location before the Low byte is written to ICRnL. For more information on how to access the 16-bit registers refer to Accessing 16-bit Registers. 19.6.1. Input Capture Pin Source The main trigger source for the Input Capture unit is the Input Capture Pin (ICPn). Timer/Counter 1 can alternatively use the Analog Comparator Output as trigger source for the Input Capture unit. The Analog Comparator is selected as trigger source by setting the Analog Comparator Input Capture (ACIC) bit in the Analog Comparator Control and Status Register (ACSR). Be aware that changing trigger source can trigger a capture. The Input Capture Flag must therefore be cleared after the change. Both the Input Capture Pin (ICPn) and the Analog Comparator Output (ACO) inputs are sampled using the same technique as for the Tn pin (see figure Tn Pin Sampling in section External Clock Source). The edge detector is also identical. However, when the noise canceler is enabled, additional logic is inserted before the edge detector, which increases the delay by four system clock cycles. Note that the input of the noise canceler and edge detector is always enabled unless the Timer/Counter is set in a Waveform Generation mode that uses ICRn to define TOP. An Input Capture can be triggered by software by controlling the port of the ICPn pin. Related Links External Clock Source on page 102 19.6.2. Noise Canceler The noise canceler improves noise immunity by using a simple digital filtering scheme. The noise canceler input is monitored over four samples, and all four must be equal for changing the output that in turn is used by the edge detector. The noise canceler is enabled by setting the Input Capture Noise Canceler (ICNCn) bit in Timer/Counter Control Register B (TCCRnB). When enabled the noise canceler introduces additional four system clock cycles of delay from a change applied to the input, to the update of the ICRn Register. The noise canceler uses the system clock and is therefore not affected by the prescaler. 19.6.3. Using the Input Capture Unit The main challenge when using the Input Capture unit is to assign enough processor capacity for handling the incoming events. The time between two events is critical. If the processor has not read the captured value in the ICRn Register before the next event occurs, the ICRn will be overwritten with a new value. In this case the result of the capture will be incorrect. When using the Input Capture interrupt, the ICRn Register should be read as early in the interrupt handler routine as possible. Even though the Input Capture interrupt has relatively high priority, the maximum interrupt response time is dependent on the maximum number of clock cycles it takes to handle any of the other interrupt requests. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 112 Using the Input Capture unit in any mode of operation when the TOP value (resolution) is actively changed during operation, is not recommended. Measurement of an external signal's duty cycle requires that the trigger edge is changed after each capture. Changing the edge sensing must be done as early as possible after the ICRn Register has been read. After a change of the edge, the Input Capture Flag (ICFn) must be cleared by software (writing a logical one to the I/O bit location). For measuring frequency only, the clearing of the ICFn Flag is not required (if an interrupt handler is used). 19.7. Output Compare Units The 16-bit comparator continuously compares TCNTn with the Output Compare Register (OCRnx). If TCNT equals OCRnx the comparator signals a match. A match will set the Output Compare Flag (OCFnx) at the next timer clock cycle. If enabled (OCIEnx = 1), the Output Compare Flag generates an Output Compare interrupt. The OCFnx Flag is automatically cleared when the interrupt is executed. Alternatively the OCFnx Flag can be cleared by software by writing a logical one to its I/O bit location. The waveform generator uses the match signal to generate an output according to operating mode set by the Waveform Generation mode (WGMn3:0) bits and Compare Output mode (COMnx1:0) bits. The TOP and BOTTOM signals are used by the waveform generator for handling the special cases of the extreme values in some modes of operation (See Modes of Operation.) A special feature of Output Compare unit A allows it to define the Timer/Counter TOP value (i.e. counter resolution). In addition to the counter resolution, the TOP value defines the period time for waveforms generated by the waveform generator. The figure below shows a block diagram of the Output Compare unit. The small "n" in the register and bit names indicates the device number (n = n for Timer/Counter n), and the "x" indicates Output Compare unit (A/B). The elements of the block diagram that are not directly a part of the Output Compare unit are gray shaded. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 113 Figure 19-4. Output Compare Unit, Block Diagram DATA BUS (8-bit) TEMP (8-bit) OCRnxH Buf. (8-bit) OCRnxL Buf. (8-bit) TCNTnH (8-bit) OCRnx Buffer (16-bit Register) OCRnxH (8-bit) TCNTnL (8-bit) TCNTn (16-bit Counter) OCRnxL (8-bit) OCRnx (16-bit Register) = (16-bit Comparator ) OCFnx (Int.Req.) TOP BOTTOM Waveform Generator WGMn3:0 OCnx COMnx1:0 The OCR1x Register is double buffered when using any of the twelve Pulse Width Modulation (PWM) modes. For the normal and Clear Timer on Compare (CTC) modes of operation, the double buffering is disabled. The double buffering synchronizes the update of the OCRnx Compare Register to either TOP or BOTTOM of the counting sequence. The synchronization prevents the occurrence of odd-length, nonsymmetrical PWM pulses, thereby making the output glitch-free. The OCRnx Register access may seem complex, but this is not case. When the double buffering is enabled, the CPU has access to the OCRnx Buffer Register, and if double buffering is disabled the CPU will access the OCRnx directly. The content of the OCR1x (Buffer or Compare) Register is only changed by a write operation (the Timer/Counter does not update this register automatically as the TCNTn and ICRn Register). Therefore OCRnx is not read via the High byte temporary register (TEMP). However, it is a good practice to read the Low byte first as when accessing other 16-bit registers. Writing the OCRnx Registers must be done via the TEMP Register since the compare of all 16-bit is done continuously. The High byte (OCRnxH) has to be written first. When the High byte I/O location is written by the CPU, the TEMP Register will be updated by the value written. Then when the Low byte (OCRnxL) is written to the lower eight bits, the High byte will be copied into the upper 8-bits of either the OCRnx buffer or OCRnx Compare Register in the same system clock cycle. For more information of how to access the 16-bit registers refer to Accessing 16-bit Registers. 19.7.1. 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 (FOCnx) bit. Forcing Compare Match will not set the OCFnx Flag or reload/clear the timer, but the OCnx pin will be updated as if a real Compare Match had occurred (the COMnx1:0 bits settings define whether the OCnx pin is set, cleared or toggled). Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 114 19.7.2. Compare Match Blocking by TCNTn Write All CPU writes to the TCNTn Register will block any Compare Match that occurs in the next timer clock cycle, even when the timer is stopped. This feature allows OCRnx to be initialized to the same value as TCNTn without triggering an interrupt when the Timer/Counter clock is enabled. 19.7.3. Using the Output Compare Unit Since writing TCNTn in any mode of operation will block all compare matches for one timer clock cycle, there are risks involved when changing TCNTn when using any of the Output Compare channels, independent of whether the Timer/Counter is running or not. If the value written to TCNTn equals the OCRnx value, the Compare Match will be missed, resulting in incorrect waveform generation. Do not write the TCNTn equal to TOP in PWM modes with variable TOP values. The Compare Match for the TOP will be ignored and the counter will continue to 0xFFFF. Similarly, do not write the TCNTn value equal to BOTTOM when the counter is downcounting. The setup of the OCnx should be performed before setting the Data Direction Register for the port pin to output. The easiest way of setting the OCnx value is to use the Force Output Compare (FOCnx) strobe bits in Normal mode. The OCnx Register keeps its value even when changing between Waveform Generation modes. Be aware that the COMnx1:0 bits are not double buffered together with the compare value. Changing the COMnx1:0 bits will take effect immediately. Compare Match Output Unit The Compare Output mode (COMnx1:0) bits have two functions. The waveform generator uses the COMnx1:0 bits for defining the Output Compare (OCnx) state at the next Compare Match. Secondly the COMnx1:0 bits control the OCnx pin output source. The figure below shows a simplified schematic of the logic affected by the COMnx1: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 COMnx1:0 bits are shown. When referring to the OCnx state, the reference is for the internal OCnx Register, not the OCnx pin. If a System Reset occur, the OCnx Register is reset to "0". Figure 19-5. Compare Match Output Unit, Schematic COMnx[1] COMnx[0] FOCnx Waveform Generator D Q 1 OCnx D DATA BUS 19.8. 0 OCnx Pin Q PORT D Q DDR clk I/O Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 115 The general I/O port function is overridden by the Output Compare (OCnx) from the waveform generator if either of the COMnx1:0 bits are set. However, the OCnx pin direction (input or output) is still controlled by the Data Direction Register (DDR) for the port pin. The Data Direction Register bit for the OCnx pin (DDR_OCnx) must be set as output before the OCnx value is visible on the pin. The port override function is generally independent of the Waveform Generation mode, but there are some exceptions. Refer to Table 19-2, Table 19-3 and Table 19-4 for details. The design of the Output Compare Pin logic allows initialization of the OCnx state before the output is enabled. Note that some COMnx1:0 bit settings are reserved for certain modes of operation. See Register Description. The COMnx1:0 bits have no effect on the Input Capture unit. 19.8.1. Compare Output Mode and Waveform Generation The waveform generator uses the COMnx1:0 bits differently in normal, CTC, and PWM modes. For all modes, setting the COMnx1:0 = 0 tells the waveform generator that no action on the OCnx Register is to be performed on the next Compare Match. For compare output actions in the non-PWM modes refer to Table 19-2. For fast PWM mode refer to Table 19-3, and for phase correct and phase and frequency correct PWM refer to Table 19-4. A change of the COMnx1:0 bits state will have effect at the first Compare Match after the bits are written. For nonPWM modes, the action can be forced to have immediate effect by using the FOCnx strobe bits. 19.9. Modes of Operation The mode of operation (i.e., the behavior of the Timer/Counter and the Output Compare pins) is defined by the combination of the Waveform Generation mode (WGMn3:0) and Compare Output mode (COMnx1:0) bits. The Compare Output mode bits do not affect the counting sequence, while the Waveform Generation mode bits do. The COMnx1:0 bits control whether the PWM output generated should be inverted or not (inverted or non-inverted PWM). For non-PWM modes the COMnx1:0 bits control whether the output should be set, cleared or toggle at a Compare Match. See Compare Match Output Unit. For detailed timing information refer to Timer/Counter Timing Diagrams. 19.9.1. Normal Mode The simplest mode of operation is the Normal mode (WGMn3:0 = 0). In this mode the counting direction is always up (incrementing), and no counter clear is performed. The counter simply overruns when it passes its maximum 16-bit value (MAX = 0xFFFF) and then restarts from the BOTTOM (0x0000). In normal operation the Timer/Counter Overflow Flag (TOVn) will be set in the same timer clock cycle as the TCNTn becomes zero. The TOVn Flag in this case behaves like a 17th bit, except that it is only set, not cleared. However, combined with the timer overflow interrupt that automatically clears the TOVn Flag, the timer resolution can be increased by software. There are no special cases to consider in the Normal mode, a new counter value can be written anytime. The Input Capture unit is easy to use in Normal mode. However, observe that the maximum interval between the external events must not exceed the resolution of the counter. If the interval between events are too long, the timer overflow interrupt or the prescaler must be used to extend the resolution for the capture unit. The Output Compare units can be used to generate interrupts at some given time. Using the Output Compare to generate waveforms in Normal mode is not recommended, since this will occupy too much of the CPU time. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 116 19.9.2. Clear Timer on Compare Match (CTC) Mode In Clear Timer on Compare or CTC mode (WGMn3:0 = 4 or 12), the OCRnA or ICRn Register are used to manipulate the counter resolution. In CTC mode the counter is cleared to zero when the counter value (TCNTn) matches either the OCRnA (WGMn3:0 = 4) or the ICRn (WGMn3:0 = 12). The OCRnA or ICRn define the top value for the counter, hence also its resolution. This mode allows greater control of the Compare Match output frequency. It also simplifies the operation of counting external events. The timing diagram for the CTC mode is shown below. The counter value (TCNTn) increases until a Compare Match occurs with either OCRnA or ICRn, and then counter (TCNTn) is cleared. Figure 19-6. CTC Mode, Timing Diagram OCnA Interrupt Flag Set or ICFn Interrupt Flag Set (Interrupt on TOP) TCNTn OCnA (Toggle) Period (COMnA[1:0] = 0x1) 1 2 3 4 An interrupt can be generated at each time the counter value reaches the TOP value by either using the OCFnA or ICFn Flag according to the register used to define the TOP value. If the interrupt is enabled, the interrupt handler routine can be used for updating the TOP value. However, changing the TOP to a value close to BOTTOM when the counter is running with none or a low prescaler value must be done with care since the CTC mode does not have the double buffering feature. If the new value written to OCRnA or ICRn is lower than the current value of TCNTn, the counter will miss the Compare Match. The counter will then have to count to its maximum value (0xFFFF) and wrap around starting at 0x0000 before the Compare Match can occur. In many cases this feature is not desirable. An alternative will then be to use the fast PWM mode using OCRnA for defining TOP (WGMn3:0 = 15) since the OCRnA then will be double buffered. For generating a waveform output in CTC mode, the OCnA output can be set to toggle its logical level on each Compare Match by setting the Compare Output mode bits to toggle mode (COMnA1:0 = 1). The OCnA value will not be visible on the port pin unless the data direction for the pin is set to output (DDR_OCnA = 1). The waveform generated will have a maximum frequency of fOCnA = fclk_I/O/2 when OCRnA is set to zero (0x0000). The waveform frequency is defined by the following equation: OCnA = clk_I/O 2 1 + OCRnA N represents the prescaler factor (1, 8, 64, 256, or 1024). As for the Normal mode of operation, the Timer Counter TOVn Flag is set in the same timer clock cycle that the counter counts from MAX to 0x0000. 19.9.3. Fast PWM Mode The fast Pulse Width Modulation or fast PWM mode (WGMn3:0 = 5, 6, 7, 14, or 15) provides a high frequency PWM waveform generation option. The fast PWM differs from the other PWM options by its single-slope operation. The counter counts from BOTTOM to TOP then restarts from BOTTOM. In noninverting Compare Output mode, the Output Compare (OCnx) is cleared on the Compare Match between TCNTn and OCRnx, and set at BOTTOM. In inverting Compare Output mode output is set on Compare Match and cleared at BOTTOM. Due to the singleslope operation, the operating frequency of the fast Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 117 PWM mode can be twice as high as the phase correct and phase and frequency correct PWM modes that use dual-slope operation. This high frequency makes the fast PWM mode well suited for power regulation, rectification, and DAC applications. High frequency allows physically small sized external components (coils, capacitors), hence reduces total system cost. The PWM resolution for fast PWM can be fixed to 8-, 9-, or 10-bit, or defined by either ICRn or OCRnA. The minimum resolution allowed is 2-bit (ICRn or OCRnA set to 0x0003), and the maximum resolution is 16-bit (ICRn or OCRnA set to MAX). The PWM resolution in bits can be calculated by using the following equation: FPWM = log TOP+1 log 2 In fast PWM mode the counter is incremented until the counter value matches either one of the fixed values 0x00FF, 0x01FF, or 0x03FF (WGMn3:0 = 5, 6, or 7), the value in ICRn (WGMn3:0 = 14), or the value in OCRnA (WGMn3:0 = 15). The counter is then cleared at the following timer clock cycle. The timing diagram for the fast PWM mode is shown in the figure below. The figure shows fast PWM mode when OCRnA or ICRn is used to define TOP. The TCNTn value is in the timing diagram shown as a histogram for illustrating the single-slope operation. The diagram includes non-inverted and inverted PWM outputs. The small horizontal line marks on the TCNTn slopes represent compare matches between OCRnx and TCNTn. The OCnx Interrupt Flag will be set when a Compare Match occurs. Figure 19-7. Fast PWM Mode, Timing Diagram OCRnx/TOP Update and TOVn Interrupt Flag Set and OCnA Interrupt Flag Set or ICFn Interrupt Flag Set (Interrupt on TOP) TCNTn OCnx (COMnx[1:0] = 0x2) OCnx (COMnx[1:0] = 0x3) Period 1 2 3 4 5 6 7 8 The Timer/Counter Overflow Flag (TOVn) is set each time the counter reaches TOP. In addition the OCFnA or ICFn Flag is set at the same timer clock cycle as TOVn is set when either OCRnA or ICRn is used for defining the TOP value. If one of the interrupts are enabled, the interrupt handler routine can be used for updating the TOP and compare values. When changing the TOP value the program must ensure that the new TOP value is higher or equal to the value of all of the Compare Registers. If the TOP value is lower than any of the Compare Registers, a Compare Match will never occur between the TCNTn and the OCRnx. Note that when using fixed TOP values the unused bits are masked to zero when any of the OCRnx Registers are written. The procedure for updating ICRn differs from updating OCRnA when used for defining the TOP value. The ICRn Register is not double buffered. This means that if ICRn is changed to a low value when the counter is running with none or a low prescaler value, there is a risk that the new ICRn value written is lower than the current value of TCNTn. The result will then be that the counter will miss the Compare Match at the TOP value. The counter will then have to count to the MAX value (0xFFFF) and wrap around starting at 0x0000 before the Compare Match can occur. The OCRnA Register, however, is double buffered. This feature allows the OCRnA I/O location to be written anytime. When the OCRnA I/O location Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 118 is written the value written will be put into the OCRnA Buffer Register. The OCRnA Compare Register will then be updated with the value in the Buffer Register at the next timer clock cycle the TCNTn matches TOP. The update is done at the same timer clock cycle as the TCNTn is cleared and the TOVn Flag is set. Using the ICRn Register for defining TOP works well when using fixed TOP values. By using ICRn, the OCRnA Register is free to be used for generating a PWM output on OCnA. However, if the base PWM frequency is actively changed (by changing the TOP value), using the OCRnA as TOP is clearly a better choice due to its double buffer feature. In fast PWM mode, the compare units allow generation of PWM waveforms on the OCnx pins. Setting the COMnx1:0 bits to 2 will produce a non-inverted PWM and an inverted PWM output can be generated by setting the COMnx1:0 to 3. Refer to table Table 19-3. The actual OCnx value will only be visible on the port pin if the data direction for the port pin is set as output (DDR_OCnx). The PWM waveform is generated by setting (or clearing) the OCnx Register at the Compare Match between OCRnx and TCNTn, and clearing (or setting) the OCnx Register at the timer clock cycle the counter is cleared (changes from TOP to BOTTOM). The PWM frequency for the output can be calculated by the following equation: OCnxPWM = clk_I/O 1 + TOP N represents the prescale divider (1, 8, 64, 256, or 1024). The extreme values for the OCRnx Register represents special cases when generating a PWM waveform output in the fast PWM mode. If the OCRnx is set equal to BOTTOM (0x0000) the output will be a narrow spike for each TOP+1 timer clock cycle. Setting the OCRnx equal to TOP will result in a constant high or low output (depending on the polarity of the output set by the COMnx1:0 bits.) A frequency (with 50% duty cycle) waveform output in fast PWM mode can be achieved by setting OCnA to toggle its logical level on each Compare Match (COMnA1:0 = 1). This applies only if OCRnA is used to define the TOP value (WGMn3:0 = 15). The waveform generated will have a maximum frequency of fOCnA = fclk_I/O/2 when OCRnA is set to zero (0x0000). This feature is similar to the OCnA toggle in CTC mode, except the double buffer feature of the Output Compare unit is enabled in the fast PWM mode. 19.9.4. Phase Correct PWM Mode The phase correct Pulse Width Modulation or phase correct PWM mode (WGMn3:0 = 1, 2, 3, 10, or 11) provides a high resolution phase correct PWM waveform generation option. The phase correct PWM mode is, like the phase and frequency correct PWM mode, based on a dual-slope operation. The counter counts repeatedly from BOTTOM (0x0000) to TOP and then from TOP to BOTTOM. In non-inverting Compare Output mode, the Output Compare (OCnx) is cleared on the Compare Match between TCNTn and OCRnx while upcounting, and set on the Compare Match while downcounting. In inverting Output Compare mode, the operation is inverted. The dual-slope operation has lower maximum operation frequency than single slope operation. However, due to the symmetric feature of the dual-slope PWM modes, these modes are preferred for motor control applications. The PWM resolution for the phase correct PWM mode can be fixed to 8-, 9-, or 10-bit, or defined by either ICRn or OCRnA. The minimum resolution allowed is 2-bit (ICRn or OCRnA set to 0x0003), and the maximum resolution is 16-bit (ICRn or OCRnA set to MAX). The PWM resolution in bits can be calculated by using the following equation: PCPWM = log TOP+1 log 2 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 119 In phase correct PWM mode the counter is incremented until the counter value matches either one of the fixed values 0x00FF, 0x01FF, or 0x03FF (WGMn3:0 = 1, 2, or 3), the value in ICRn (WGMn3:0 = 10), or the value in OCRnA (WGMn3:0 = 11). The counter has then reached the TOP and changes the count direction. The TCNTn value will be equal to TOP for one timer clock cycle. The timing diagram for the phase correct PWM mode is shown in the figure below. The figure shows phase correct PWM mode when OCRnA or ICRn is used to define TOP. The TCNTn value is in the timing diagram shown as a histogram for illustrating the dual-slope operation. The diagram includes non-inverted and inverted PWM outputs. The small horizontal line marks on the TCNTn slopes represent compare matches between OCRnx and TCNTn. The OCnx Interrupt Flag will be set when a Compare Match occurs. Figure 19-8. Phase Correct PWM Mode, Timing Diagram OCRnx/TOP Update and OCnA Interrupt Flag Set or ICFn Interrupt Flag Set (Interrupt on TOP) TOVn Interrupt Flag Set (Interrupt on Bottom) TCNTn OCnx (COMnx[1:0]] = 0x2) OCnx (COMnx[1:0] = 0x3) Period 1 2 3 4 The Timer/Counter Overflow Flag (TOVn) is set each time the counter reaches BOTTOM. When either OCRnA or ICRn is used for defining the TOP value, the OCnA or ICFn Flag is set accordingly at the same timer clock cycle as the OCRnx Registers are updated with the double buffer value (at TOP). The Interrupt Flags can be used to generate an interrupt each time the counter reaches the TOP or BOTTOM value. When changing the TOP value the program must ensure that the new TOP value is higher or equal to the value of all of the Compare Registers. If the TOP value is lower than any of the Compare Registers, a Compare Match will never occur between the TCNTn and the OCRnx. Note that when using fixed TOP values, the unused bits are masked to zero when any of the OCRnx Registers are written. As the third period shown in the timing diagram above illustrates, changing the TOP actively while the Timer/Counter is running in the Phase Correct mode can result in an unsymmetrical output. The reason for this can be found in the time of update of the OCRnx Register. Since the OCRnx update occurs at TOP, the PWM period starts and ends at TOP. This implies that the length of the falling slope is determined by the previous TOP value, while the length of the rising slope is determined by the new TOP value. When these two values differ the two slopes of the period will differ in length. The difference in length gives the unsymmetrical result on the output. It is recommended to use the Phase and Frequency Correct mode instead of the Phase Correct mode when changing the TOP value while the Timer/Counter is running. When using a static TOP value there are practically no differences between the two modes of operation. In phase correct PWM mode, the compare units allow generation of PWM waveforms on the OCnx pins. Setting the COMnx1:0 bits to 2 will produce a non-inverted PWM and an inverted PWM output can be generated by setting the COMnx1:0 to 3. Refer to Table 19-4. The actual OCnx value will only be visible Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 120 on the port pin if the data direction for the port pin is set as output (DDR_OCnx). The PWM waveform is generated by setting (or clearing) the OCnx Register at the Compare Match between OCRnx and TCNTn when the counter increments, and clearing (or setting) the OCnx Register at Compare Match between OCRnx and TCNTn when the counter decrements. The PWM frequency for the output when using phase correct PWM can be calculated by the following equation: OCnxPCPWM = clk_I/O 2 TOP N variable represents the prescale divider (1, 8, 64, 256, or 1024). The extreme values for the OCRnx Register represent special cases when generating a PWM waveform output in the phase correct PWM mode. If the OCRnx is set equal to BOTTOM the output will be continuously low and if set equal to TOP the output will be continuously high for non-inverted PWM mode. For inverted PWM the output will have the opposite logic values. If OCRnA is used to define the TOP value (WGMn3:0 = 11) and COMnA1:0 = 1, the OCnA output will toggle with a 50% duty cycle. 19.9.5. Phase and Frequency Correct PWM Mode The phase and frequency correct Pulse Width Modulation, or phase and frequency correct PWM mode (WGMn3:0 = 8 or 9) provides a high resolution phase and frequency correct PWM waveform generation option. The phase and frequency correct PWM mode is, like the phase correct PWM mode, based on a dual-slope operation. The counter counts repeatedly from BOTTOM (0x0000) to TOP and then from TOP to BOTTOM. In non-inverting Compare Output mode, the Output Compare (OCnx) is cleared on the Compare Match between TCNTn and OCRnx while upcounting, and set on the Compare Match while downcounting. In inverting Compare Output mode, the operation is inverted. The dual-slope operation gives a lower maximum operation frequency compared to the single-slope operation. However, due to the symmetric feature of the dual-slope PWM modes, these modes are preferred for motor control applications. The main difference between the phase correct, and the phase and frequency correct PWM mode is the time the OCRnx Register is updated by the OCRnx Buffer Register, (see Figure 19-8 and Figure 19-9). The PWM resolution for the phase and frequency correct PWM mode can be defined by either ICRn or OCRnA. The minimum resolution allowed is 2-bit (ICRn or OCRnA set to 0x0003), and the maximum resolution is 16-bit (ICRn or OCRnA set to MAX). The PWM resolution in bits can be calculated using the following equation: PFCPWM = log TOP+1 log 2 In phase and frequency correct PWM mode the counter is incremented until the counter value matches either the value in ICRn (WGMn3:0 = 8), or the value in OCRnA (WGMn3:0 = 9). The counter has then reached the TOP and changes the count direction. The TCNTn value will be equal to TOP for one timer clock cycle. The timing diagram for the phase correct and frequency correct PWM mode is shown on timing diagram below. The figure shows phase and frequency correct PWM mode when OCRnA or ICRn is used to define TOP. The TCNTn value is in the timing diagram shown as a histogram for illustrating the dual-slope operation. The diagram includes non-inverted and inverted PWM outputs. The small horizontal line marks on the TCNTn slopes represent compare matches between OCRnx and TCNTn. The OCnx Interrupt Flag will be set when a Compare Match occurs. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 121 Figure 19-9. Phase and Frequency Correct PWM Mode, Timing Diagram OCnA Interrupt Flag Set or ICFn Interrupt Flag Set (Interrupt on TOP) OCRnx/TOP Updateand TOVn Interrupt Flag Set (Interrupt on Bottom) TCNTn OCnx (COMnx[1:0] = 0x2) OCnx (COMnx[1:0] = 0x3) Period 1 2 3 4 The Timer/Counter Overflow Flag (TOVn) is set at the same timer clock cycle as the OCRnx Registers are updated with the double buffer value (at BOTTOM). When either OCRnA or ICRn is used for defining the TOP value, the OCnA or ICFn Flag set when TCNTn has reached TOP. The Interrupt Flags can then be used to generate an interrupt each time the counter reaches the TOP or BOTTOM value. When changing the TOP value the program must ensure that the new TOP value is higher or equal to the value of all of the Compare Registers. If the TOP value is lower than any of the Compare Registers, a Compare Match will never occur between the TCNTn and the OCRnx. As the timing diagram above shows the output generated is, in contrast to the Phase Correct mode, symmetrical in all periods. Since the OCRnx Registers are updated at BOTTOM, the length of the rising and the falling slopes will always be equal. This gives symmetrical output pulses and is therefore frequency correct. Using the ICRn Register for defining TOP works well when using fixed TOP values. By using ICRn, the OCRnA Register is free to be used for generating a PWM output on OCnA. However, if the base PWM frequency is actively changed by changing the TOP value, using the OCRnA as TOP is clearly a better choice due to its double buffer feature. In phase and frequency correct PWM mode, the compare units allow generation of PWM waveforms on the OCnx pins. Setting the COMnx1:0 bits to 2 will produce a non-inverted PWM and an inverted PWM output can be generated by setting the COMnx1:0 to 3. Refer to Table 19-4. The actual OCnx value will only be visible on the port pin if the data direction for the port pin is set as output (DDR_OCnx). The PWM waveform is generated by setting (or clearing) the OCnx Register at the Compare Match between OCRnx and TCNTn when the counter increments, and clearing (or setting) the OCnx Register at Compare Match between OCRnx and TCNTn when the counter decrements. The PWM frequency for the output when using phase and frequency correct PWM can be calculated by the following equation: OCnxPFCPWM = clk_I/O 2 TOP The N variable represents the prescaler divider (1, 8, 64, 256, or 1024). The extreme values for the OCRnx Register represents special cases when generating a PWM waveform output in the phase correct PWM mode. If the OCRnx is set equal to BOTTOM the output will be continuously low and if set equal to TOP the output will be set to high for non-inverted PWM mode. For inverted PWM the output will have the opposite logic values. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 122 If OCRnA is used to define the TOP value (WGMn3:0 = 9) and COMnA1:0 = 1, the OCnA output will toggle with a 50% duty cycle. 19.10. Timer/Counter Timing Diagrams The Timer/Counter is a synchronous design and the timer clock (clkTn) is therefore shown as a clock enable signal in the following figures. The figures include information on when Interrupt Flags are set, and when the OCRnx Register is updated with the OCRnx buffer value (only for modes utilizing double buffering). The next figure shows a timing diagram for the setting of OCFnx. Figure 19-10. Timer/Counter Timing Diagram, Setting of OCFnx, no Prescaling clkI/O clkTn (clkI/O /1) TCNTn OCRnx - 1 OCRnx OCRnx OCRnx + 1 OCRnx + 2 OCRnx Value OCFnx The next figure shows the same timing data, but with the prescaler enabled. Figure 19-11. Timer/Counter Timing Diagram, Setting of OCFnx, with Prescaler (fclk_I/O/8) clkI/O clkTn (clkI/O /8) TCNTn OCRnx OCRnx - 1 OCRnx OCRnx + 1 OCRnx + 2 OCRnx Value OCFnx The next figure shows the count sequence close to TOP in various modes. When using phase and frequency correct PWM mode the OCRnx Register is updated at BOTTOM. The timing diagrams will be the same, but TOP should be replaced by BOTTOM, TOP-1 by BOTTOM+1 and so on. The same renaming applies for modes that set the TOVn Flag at BOTTOM. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 123 Figure 19-12. Timer/Counter Timing Diagram, no Prescaling. clkI/O clkTn (clkI/O /1) TCNTn (CTC and FPWM) TCNTn (PC and PFC PWM) TOP - 1 TOP BOTTOM TOP - 1 TOP TOP - 1 BOTTOM + 1 TOP - 2 TOVn (FPWM) and ICF n (if used as TOP) OCRnx (Update at TOP) New OCRnx Value Old OCRnx Value The next figure shows the same timing data, but with the prescaler enabled. Figure 19-13. Timer/Counter Timing Diagram, with Prescaler (fclk_I/O/8) clkI/O clkTn (clkI/O/8) TCNTn (CTC and FPWM) TCNTn (PC and PFC PWM) TOP - 1 TOP BOTTOM TOP - 1 TOP TOP - 1 BOTTOM + 1 TOP - 2 TOVn(FPWM) and ICF n (if used as TOP) OCRnx (Update at TOP) Old OCRnx Value New OCRnx Value 19.11. Register Description Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 124 19.11.1. TCCR1A - Timer/Counter1 Control Register A 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 offset addresses. Name: TCCR1A Offset: 0x2F Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x4F Bit Access Reset 7 6 5 4 3 2 1 0 COM1A1 COM1A0 COM1B1 COM1B0 FOC1A FOC1B WGM11 WGM10 R/W R/W R/W R/W W W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:6 - COM1An: Compare Output Mode for Channel A [n = 1:0] Bits 5:4 - COM1Bn: Compare Output Mode for Channel B [n = 1:0] The COM1A1:0 and COM1B1:0 control the Output Compare pins (OC1A and OC1B respectively) behavior. If one or both of the COM1A1:0 bits are written to one, the OC1A output overrides the normal port functionality of the I/O pin it is connected to. If one or both of the COM1B1:0 bit are written to one, the OC1B output overrides the normal port functionality of the I/O pin it is connected to. However, note that the Data Direction Register (DDR) bit corresponding to the OC1A or OC1B pin must be set in order to enable the output driver. When the OC1A or OC1B is connected to the pin, the function of the COM1n1:0 bits is dependent of the WGM13:0 bits setting. The table below shows the COM1n1:0 bit functionality when the WGM13:0 bits are set to a Normal or a CTC mode (non-PWM). Table 19-2. Compare Output Mode, non-PWM COM1A1/COM1B1 COM1A0/COM1B0 Description 0 0 Normal port operation, OC1A/OC1B disconnected. 0 1 Toggle OC1A/OC1B on Compare Match. 1 0 Clear OC1A/OC1B on Compare Match (Set output to low level). 1 1 Set OC1A/OC1B on Compare Match (Set output to high level). The next table shows the COM1x1:0 bit functionality when the WGM13:0 bits are set to the fast PWM mode. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 125 Table 19-3. Compare Output Mode, Fast PWM(1) COM1A1/ COM1B1 COM1A0/ COM1B0 Description 0 0 Normal port operation, OC1A/OC1B disconnected. 0 1 WGM13:0 = 15: Toggle OC1A on Compare Match, OC1B disconnected (normal port operation). For all other WGM1 settings, normal port operation, OC1A/OC1B disconnected. 1 0 Clear OC1A/OC1B on Compare Match, set OC1A/OC1B at BOTTOM (non-inverting mode) 1 1 Set OC1A/OC1B on Compare Match, clear OC1A/OC1B at BOTTOM (inverting mode) Note: 1. A special case occurs when OCR1A/OCR1B equals TOP and COM1A1/COM1B1 is set. In this case the compare match is ignored, but the set or clear is done at BOTTOM. Refer to Fast PWM Mode for details. The table below shows the COM1x1:0 bit functionality when the WGM13:0 bits are set to the phase correct or the phase and frequency correct, PWM mode. Table 19-4. Compare Output Mode, Phase Correct and Phase and Frequency Correct PWM(1) COM1A1/ COM1B1 COM1A0/ COM1B0 Description 0 0 Normal port operation, OC1A/OC1B disconnected. 0 1 WGM13:0 = 9 or 14: Toggle OC1A on Compare Match, OC1B disconnected (normal port operation). For all other WGM1 settings, normal port operation, OC1A/OC1B disconnected. 1 0 Clear OC1A/OC1B on Compare Match when up-counting. Set OC1A/OC1B on Compare Match when down-counting. 1 1 Set OC1A/OC1B on Compare Match when up-counting. Clear OC1A/OC1B on Compare Match when down-counting. Note: 1. A special case occurs when OCR1A/OCR1B equals TOP and COM1A1/COM1B1 is set. Refer to Phase Correct PWM Mode for details. Bit 3 - FOC1A: Force Output Compare for channel A Bit 2 - FOC1B: Force Output Compare for channel B The FOC1A/FOC1B bits are only active when the WGM13:0 bits specifies a non-PWM mode. However, for ensuring compatibility with future devices, these bits must be set to zero when TCCR1A is written when operating in a PWM mode. When writing a logical one to the FOC1A/FOC1B bit, an immediate Compare Match is forced on the waveform generation unit. The OC1A/OC1B output is changed according to its COM1x1:0 bits setting. Note that the FOC1A/FOC1B bits are implemented as strobes. Therefore it is the value present in the COM1x1:0 bits that determine the effect of the forced compare. A FOC1A/FOC1B strobe will not generate any interrupt nor will it clear the timer in Clear Timer on Compare Match (CTC) mode using OCR1A as TOP. The FOC1A/FOC1B bits are always read as zero. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 126 Bits 1:0 - WGM1n: Waveform Generation Mode [n = 1:0] Combined with the WGM13:2 bits found in the TCCR1B 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, refer to the table below. Modes of operation supported by the Timer/Counter unit are: Normal mode (counter), Clear Timer on Compare match (CTC) mode, and three types of Pulse Width Modulation (PWM) modes. (See Modes of Operation). Table 19-5. Waveform Generation Mode Bit Description Mode WGM13 WGM12 WGM11 WGM10 Timer/Counter Mode of Operation(1) (CTC1) (PWM11) (PWM10) TOP Update of TOV1 Flag OCR1x at Set on 0 0 0 0 0 Normal 0xFFFF Immediate MAX 1 0 0 0 1 PWM, Phase Correct, 8-bit 0x00FF TOP BOTTOM 2 0 0 1 0 PWM, Phase Correct, 9-bit 0x01FF TOP BOTTOM 3 0 0 1 1 PWM, Phase Correct, 10-bit 0x03FF TOP BOTTOM 4 0 1 0 0 CTC OCR1A Immediate MAX 5 0 1 0 1 Fast PWM, 8-bit 0x00FF BOTTOM TOP 6 0 1 1 0 Fast PWM, 9-bit 0x01FF BOTTOM TOP 7 0 1 1 1 Fast PWM, 10-bit 0x03FF BOTTOM TOP 8 1 0 0 0 PWM, Phase and Frequency Correct ICR1 BOTTOM BOTTOM 9 1 0 0 1 PWM, Phase and Frequency Correct OCR1A BOTTOM BOTTOM 10 1 0 1 0 PWM, Phase Correct ICR1 TOP BOTTOM 11 1 0 1 1 PWM, Phase Correct OCR1A TOP BOTTOM 12 1 1 0 0 CTC ICR1 Immediate MAX 13 1 1 0 1 Reserved - - - 14 1 1 1 0 Fast PWM ICR1 BOTTOM TOP 15 1 1 1 1 Fast PWM OCR1A BOTTOM TOP Note: 1. The CTC1 and PWM11:0 bit definition names are obsolete. Use the WGM12:0 definitions. However, the functionality and location of these bits are compatible with previous versions of the timer. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 127 19.11.2. TCCR1B - Timer/Counter1 Control Register B 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 offset addresses. Name: TCCR1B Offset: 0x2E Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x4E Bit Access 7 6 4 3 2 1 0 ICNC1 ICES1 WGM13 WGM12 CS12 CS11 CS10 R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 Reset 5 Bit 7 - ICNC1: Input Capture Noise Canceler Setting this bit (to one) activates the Input Capture Noise Canceler. When the noise canceler is activated, the input from the Input Capture pin (ICP1) is filtered. The filter function requires four successive equal valued samples of the ICP1 pin for changing its output. The Input Capture is therefore delayed by four Oscillator cycles when the noise canceler is enabled. Bit 6 - ICES1: Input Capture Edge Select This bit selects which edge on the Input Capture pin (ICP1) that is used to trigger a capture event. When the ICES1 bit is written to zero, a falling (negative) edge is used as trigger, and when the ICES1 bit is written to one, a rising (positive) edge will trigger the capture. When a capture is triggered according to the ICES1 setting, the counter value is copied into the Input Capture Register (ICR1). The event will also set the Input Capture Flag (ICF1), and this can be used to cause an Input Capture Interrupt, if this interrupt is enabled. When the ICR1 is used as TOP value (see description of the WGM13:0 bits located in the TCCR1A and the TCCR1B Register), the ICP1 is disconnected and consequently the Input Capture function is disabled. Bit 4 - WGM13: Waveform Generation Mode Refer to TCCR1A. Bit 3 - WGM12: Waveform Generation Mode Refer to TCCR1A. Bits 2:0 - CS1n: Clock Select [n = 0:2] The three Clock Select bits select the clock source to be used by the Timer/Counter. Refer to figures Timer/Counter Timing Diagram, Setting of OCF1x, no Prescaling and Timer/Counter Timing Diagram, Setting of OCF1x, with Prescaler (fclk_I/O/8). Table 19-6. Clock Select Bit Description CA12 CA11 CS10 Description 0 0 0 No clock source (Timer/Counter stopped). 0 0 1 clkI/O/1 (No prescaling) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 128 CA12 CA11 CS10 Description 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 T1 pin. Clock on falling edge. 1 1 1 External clock source on T1 pin. Clock on rising edge. If external pin modes are used for the Timer/Counter1, transitions on the T1 pin will clock the counter even if the pin is configured as an output. This feature allows software control of the counting. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 129 19.11.3. TCNT1L - Timer/Counter1 Low byte 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 offset addresses. Name: TCNT1L Offset: 0x2C Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x4C Bit 7 6 5 4 3 2 1 0 TCNT1L[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - TCNT1L[7:0]: Timer/Counter 1 Low byte The two Timer/Counter I/O locations (TCNT1H and TCNT1L, combined TCNT1) give direct access, both for read and for write operations, to the Timer/Counter unit 16-bit counter. To ensure that both the high and low bytes are read and written simultaneously when the CPU accesses these registers, the access is performed using an 8-bit temporary High Byte Register (TEMP). This temporary register is shared by all the other 16-bit registers. Refer to Accessing 16-bit Registers for details. Modifying the counter (TCNT1) while the counter is running introduces a risk of missing a compare match between TCNT1 and one of the OCR1x Registers. Writing to the TCNT1 Register blocks (removes) the compare match on the following timer clock for all compare units. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 130 19.11.4. TCNT1H - Timer/Counter1 High byte Name: TCNT1H Offset: 0x2D Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x4D Bit 7 6 5 4 3 2 1 0 TCNT1H[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - TCNT1H[7:0]: Timer/Counter 1 High byte Refer to TCNT1L. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 131 19.11.5. OCR1AL - Output Compare Register 1 A Low byte 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 offset addresses. Name: OCR1AL Offset: 0x2A Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x4A Bit 7 6 5 4 3 2 1 0 OCR1AL[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - OCR1AL[7:0]: Output Compare 1 A Low byte The Output Compare Registers contain a 16-bit value that is continuously compared with the counter value (TCNT1). A match can be used to generate an Output Compare interrupt, or to generate a waveform output on the OC1x pin. The Output Compare Registers are 16-bit in size. To ensure that both the high and low bytes are written simultaneously when the CPU writes to these registers, the access is performed using an 8-bit temporary High Byte Register (TEMP). This temporary register is shared by all the other 16-bit registers. Refer to Accessing 16-bit Registers for details. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 132 19.11.6. OCR1AH - Output Compare Register 1 A High byte Name: OCR1AH Offset: 0x2B Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x4B Bit 7 6 5 4 3 2 1 0 OCR1AH[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - OCR1AH[7:0]: Output Compare 1 A High byte Refer to OCR1AL. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 133 19.11.7. OCR1BL - Output Compare Register 1 B Low byte Name: OCR1BL Offset: 0x28 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x48 Bit 7 6 5 4 3 2 1 0 OCR1BL[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - OCR1BL[7:0]: Output Compare 1 B Low byte Refer to OCR1AL. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 134 19.11.8. OCR1BH - Output Compare Register 1 B High byte Name: OCR1BH Offset: 0x29 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x49 Bit 7 6 5 4 3 2 1 0 OCR1BH[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - OCR1BH[7:0]: Output Compare 1 B High byte Refer to OCR1AL. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 135 19.11.9. ICR1L - Input Capture Register 1 Low byte 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 offset addresses. Name: ICR1L Offset: 0x26 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x46 Bit 7 6 5 4 3 2 1 0 ICR1L[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - ICR1L[7:0]: Input Capture 1 Low byte The Input Capture is updated with the counter (TCNT1) value each time an event occurs on the ICP1 pin (or optionally on the Analog Comparator output for Timer/Counter1). The Input Capture can be used for defining the counter TOP value. The Input Capture Register is 16-bit in size. To ensure that both the high and low bytes are read simultaneously when the CPU accesses these registers, the access is performed using an 8-bit temporary High Byte Register (TEMP). This temporary register is shared by all the other 16-bit registers. Refer to Accessing 16.bit Registers for details. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 136 19.11.10. ICR1H - Input Capture Register 1 High byte Name: ICR1H Offset: 0x27 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x47 Bit 7 6 5 4 3 2 1 0 ICR1H[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - ICR1H[7:0]: Input Capture 1 High byte Refer to ICR1L. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 137 19.11.11. TIMSK - Timer/Counter Interrupt Mask Register 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 offset addresses. Note: 1. This register contains interrupt control bits for several Timer/Counters, but only Timer1 bits are described in this section. The remaining bits are described in their respective timer sections. Name: TIMSK Offset: 0x39 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x59 Bit Access Reset 7 6 5 4 3 2 TICIE1 OCIE1A OCIE1B TOIE1 R/W R/W R/W R/W 0 0 0 0 1 0 Bit 5 - TICIE1: Timer/Counter1, Input Capture Interrupt Enable When this bit is written to one, and the I-flag in the Status Register is set (interrupts globally enabled), the Timer/Counter1 Input Capture interrupt is enabled. The corresponding Interrupt Vector (see Interrupts) is executed when the ICF1 Flag, located in TIFR, is set. Bit 4 - OCIE1A: Timer/Counter1, Output Compare A Match Interrupt Enable When this bit is written to one, and the I-flag in the Status Register is set (interrupts globally enabled), the Timer/Counter1 Output Compare A match interrupt is enabled. The corresponding Interrupt Vector (see Interrupts) is executed when the OCF1A Flag, located in TIFR, is set. Bit 3 - OCIE1B: Timer/Counter1, Output Compare B Match Interrupt Enable When this bit is written to one, and the I-flag in the Status Register is set (interrupts globally enabled), the Timer/Counter1 Output Compare B match interrupt is enabled. The corresponding Interrupt Vector (see Interrupts) is executed when the OCF1B Flag, located in TIFR, is set. Bit 2 - TOIE1: Timer/Counter1, Overflow Interrupt Enable When this bit is written to one, and the I-flag in the Status Register is set (interrupts globally enabled), the Timer/Counter1 Overflow Interrupt is enabled. The corresponding Interrupt Vector (see Interrupts) is executed when the TOV1 Flag, located in TIFR, is set. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 138 19.11.12. TIFR - Timer/Counter Interrupt Flag Register 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 offset addresses. Note: 1. This register contains flag bits for several Timer/Counters, but only Timer1 bits are described in this section. The remaining bits are described in their respective timer sections. Name: TIFR Offset: 0x38 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x58 Bit Access Reset 7 6 5 4 3 2 ICF1 OCF1A OCF1B TOV1 R/W R/W R/W R/W 0 0 0 0 1 0 Bit 5 - ICF1: Timer/Counter1, Input Capture Flag This flag is set when a capture event occurs on the ICP1 pin. When the Input Capture Register (ICR1) is set by the WGM13:0 to be used as the TOP value, the ICF1 Flag is set when the counter reaches the TOP value. ICF1 is automatically cleared when the Input Capture Interrupt Vector is executed. Alternatively, ICF1 can be cleared by writing a logic one to its bit location. Bit 4 - OCF1A: Timer/Counter1, Output Compare A Match Flag This flag is set in the timer clock cycle after the counter (TCNT1) value matches the Output Compare Register A (OCR1A). Note that a Forced Output Compare (FOC1A) strobe will not set the OCF1A Flag. OCF1A is automatically cleared when the Output Compare Match A Interrupt Vector is executed. Alternatively, OCF1A can be cleared by writing a logic one to its bit location. Bit 3 - OCF1B: Timer/Counter1, Output Compare B Match Flag This flag is set in the timer clock cycle after the counter (TCNT1) value matches the Output Compare Register B (OCR1B). Note that a Forced Output Compare (FOC1B) strobe will not set the OCF1B Flag. OCF1B is automatically cleared when the Output Compare Match B Interrupt Vector is executed. Alternatively, OCF1B can be cleared by writing a logic one to its bit location. Bit 2 - TOV1: Timer/Counter1, Overflow Flag The setting of this flag is dependent of the WGM13:0 bits setting. In Normal and CTC modes, the TOV1 Flag is set when the timer overflows. Refer to table Waveform Generation Mode Bit Description for the TOV1 Flag behavior when using another WGM13:0 bit setting. TOV1 is automatically cleared when the Timer/Counter1 Overflow Interrupt Vector is executed. Alternatively, TOV1 can be cleared by writing a logic one to its bit location. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 139 20. 8-bit Timer/Counter2 with PWM and Asynchronous Operation 20.1. Features * Single Channel Counter * Clear Timer on Compare Match (Auto Reload) * Glitch-free, phase Correct Pulse Width Modulator (PWM) * Frequency Generator * 10-bit Clock Prescaler * Overflow and Compare Match Interrupt Sources (TOV2 and OCF2) * Allows Clocking from External 32kHz Watch Crystal Independent of the I/O Clock Overview Timer/Counter2 is a general purpose, single channel, 8-bit Timer/Counter module. A simplified block diagram of the 8-bit Timer/Counter is shown in the figure below. For the actual placement of I/O pins, refer to Pin Configurations. 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. Figure 20-1. 8-bit Timer/Counter Block Diagram TCCRn count TOVn (Int. Re q.) cle a r Control Logic dire ction clkTn TOS C1 BOTTOM TOP T/C Os cilla tor P re s ca le r TOS C2 Time r/Counte r TCNTn =0 = 0xFF clkI/O OCn (Int. Re q.) Wave form Ge ne ra tion = OCn OCRn DATA BUS 20.2. S ynchronize d S ta tus Fla gs clkI/O S ync hro nizatio n Unit clkAS Y S ta tus Fla gs AS S Rn a s ynchronous Mode S e le ct (AS n) Related Links Pin Configurations on page 13 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 140 20.2.1. Registers The Timer/Counter (TCNT2) and Output Compare Register (OCR2) are 8-bit registers. Interrupt request (shorten as Int.Req.) 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 since these registers are shared by other timer units. The Timer/Counter can be clocked internally, via the prescaler, or asynchronously clocked from the TOSC1/2 pins, as detailed later in this section. The asynchronous operation is controlled by the Asynchronous Status Register (ASSR). The Clock Select logic block controls which clock source 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 (clkT2). The double buffered Output Compare Register (OCR2) 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 frequency output on the Output Compare Pin (OC2). For details, see Output Compare Unit. The Compare Match event will also set the Compare Flag (OCF2) which can be used to generate an Output Compare interrupt request. 20.2.2. Definitions Many register and bit references in this document are written in general form. A lower case "n" replaces the Timer/Counter number, in this case 2. However, when using the register or bit defines in a program, the precise form must be used (i.e., TCNT2 for accessing Timer/Counter2 counter value and so on). The definitions in the following table are also used extensively throughout the document. Table 20-1. Definitions 20.3. BOTTOM The counter reaches the BOTTOM when it becomes zero (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 OCR2 Register. The assignment is dependent on the mode of operation. Timer/Counter Clock Sources The Timer/Counter can be clocked by an internal synchronous or an external asynchronous clock source. The clock source clkT2 is by default equal to the MCU clock, clkI/O. When the AS2 bit in the ASSR Register is written to logic one, the clock source is taken from the Timer/Counter Oscillator connected to TOSC1 and TOSC2. For details on asynchronous operation, refer to Asynchronous Operation of the Timer/Counter. For details on clock sources and prescaler, refer to Timer/Counter Prescaler. Related Links Timer/Counter0 and Timer/Counter1 Prescalers on page 102 20.4. Counter Unit The main part of the 8-bit Timer/Counter is the programmable bi-directional counter unit. The following figure shows a block diagram of the counter and its surrounding environment. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 141 Figure 20-2. Counter Unit Block Diagram TOVn (Int. Re q.) DATA BUS TOS C1 count TCNTn cle a r Control Logic clk Tn T/C Os cilla tor P re s ca le r dire ction BOTTOM TOS C2 TOP clkI/O Signal description (internal signals): count Increment or decrement TCNT2 by 1. direction Selects between increment and decrement. clear Clear TCNT2 (set all bits to zero). clkT2 Timer/Counter clock. TOP Signalizes that TCNT2 has reached maximum value. BOTTOM Signalizes that TCNT2 has reached minimum value (zero). Depending on the mode of operation used, the counter is cleared, incremented, or decremented at each timer clock (clkT2). clkT2 can be generated from an external or internal clock source, selected by the clock select bits (CS22:0). When no clock source is selected (CS22:0 = 0) the timer is stopped. However, the TCNT2 value can be accessed by the CPU, regardless of whether clkT2 is present or not. A CPU write overrides (has priority over) all counter clear or count operations. The counting sequence is determined by the setting of the WGM21 and WGM20 bits located in the Timer/ Counter Control Register (TCCR2). There are close connections between how the counter behaves (counts) and how waveforms are generated on the Output Compare Output OC2. For more details about advanced counting sequences and waveform generation, refer to Modes of Operation . The Timer/Counter Overflow (TOV2) Flag is set according to the mode of operation selected by the WGM21:0 bits. TOV2 can be used for generating a CPU interrupt. 20.5. Output Compare Unit The 8-bit comparator continuously compares TCNT2 with the Output Compare Register (OCR2). Whenever TCNT2 equals OCR2, the comparator signals a match. A match will set the Output Compare Flag (OCF2) at the next timer clock cycle. If enabled (OCIE2 = 1), the Output Compare Flag generates an Output Compare interrupt. The OCF2 Flag is automatically cleared when the interrupt is executed. Alternatively, the OCF2 Flag can be cleared by software by writing a logical one to its I/O bit location. The waveform generator uses the match signal to generate an output according to operating mode set by the WGM21:0 bits and Compare Output mode (COM21:0) bits. The max and bottom signals are used by the waveform generator for handling the special cases of the extreme values in some modes of operation (refer to Modes of Operation). The following figure shows a block diagram of the Output Compare unit. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 142 Figure 20-3. Output Compare Unit, Block Diagram DATA BUS OCRn TCNTn = (8-bit Compa ra tor ) OCFn (Int. Re q.) TOP BOTTOM Wave form Ge ne ra tor OCxy FOCn WGMn1:0 COMn1:0 The OCR2 Register is 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 buffering synchronizes the update of the OCR2 Compare Register 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 OCR2 Register access may seem complex, but this is not case. When the double buffering is enabled, the CPU has access to the OCR2 Buffer Register, and if double buffering is disabled the CPU will access the OCR2 directly. 20.5.1. 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 (FOC2) bit. Forcing Compare Match will not set the OCF2 Flag or reload/clear the timer, but the OC2 pin will be updated as if a real Compare Match had occurred (the COM21:0 bits settings define whether the OC2 pin is set, cleared or toggled). 20.5.2. Compare Match Blocking by TCNT2 Write All CPU write operations to the TCNT2 Register will block any Compare Match that occurs in the next timer clock cycle, even when the timer is stopped. This feature allows OCR2 to be initialized to the same value as TCNT2 without triggering an interrupt when the Timer/Counter clock is enabled. 20.5.3. Using the Output Compare Unit Since writing TCNT2 in any mode of operation will block all compare matches for one timer clock cycle, there are risks involved when changing TCNT2 when using the Output Compare channel, independently of whether the Timer/Counter is running or not. If the value written to TCNT2 equals the OCR2 value, the Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 143 Compare Match will be missed, resulting in incorrect waveform generation. Similarly, do not write the TCNT2 value equal to BOTTOM when the counter is downcounting. The setup of the OC2 should be performed before setting the Data Direction Register for the port pin to output. The easiest way of setting the OC2 value is to use the Force Output Compare (FOC2) strobe bit in Normal mode. The OC2 Register keeps its value even when changing between waveform generation modes. Be aware that the COM21:0 bits are not double buffered together with the compare value. Changing the COM21:0 bits will take effect immediately. Compare Match Output Unit The Compare Output mode (COM21:0) bits have two functions. The waveform generator uses the COM21:0 bits for defining the Output Compare (OC2) state at the next Compare Match. Also, the COM21:0 bits control the OC2 pin output source. The figure below shows a simplified schematic of the logic affected by the COM21: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 COM21:0 bits are shown. When referring to the OC2 state, the reference is for the internal OC2 Register, not the OC2 pin. Figure 20-4. Compare Match Output Unit, Schematic COMn1 COMn0 FOCn Wave form Ge ne ra tor D Q 1 OCn D DATABUS 20.6. 0 OCn Pin Q PORT D Q DDR clk I/O The general I/O port function is overridden by the Output Compare (OC2) from the waveform generator if either of the COM21:0 bits are set. However, the OC2 pin direction (input or output) is still controlled by the Data Direction Register (DDR) for the port pin. The Data Direction Register bit for the OC2 pin (DDR_OC2) must be set as output before the OC2 value is visible on the pin. The port override function is independent of the Waveform Generation mode. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 144 The design of the Output Compare Pin logic allows initialization of the OC2 state before the output is enabled. Note that some COM21:0 bit settings are reserved for certain modes of operation. See Register Description. 20.6.1. Compare Output Mode and Waveform Generation The Waveform Generator uses the COM21:0 bits differently in normal, CTC, and PWM modes. For all modes, setting the COM21:0 = 0 tells the waveform generator that no action on the OC2 Register is to be performed on the next Compare Match. For compare output actions in the non-PWM modes refer to table Compare Output Mode, Non-PWM Mode. For fast PWM mode, refer to table Compare Output Mode, Fast PWM Mode, and for phase correct PWM refer to table Compare Output Mode, Phase Correct PWM Mode. A change of the COM21:0 bits state will have effect at the first Compare Match after the bits are written. For non-PWM modes, the action can be forced to have immediate effect by using the FOC2 strobe bits. 20.7. Modes of Operation The mode of operation (i.e., the behavior of the Timer/Counter and the Output Compare pins) is defined by the combination of the Waveform Generation mode (WGM21:0) and Compare Output mode (COM21:0) bits. The Compare Output mode bits do not affect the counting sequence, while the Waveform Generation mode bits do. The COM21:0 bits control whether the PWM output generated should be inverted or not (inverted or non-inverted PWM). For non-PWM modes the COM21:0 bits control whether the output should be set, cleared, or toggled at a Compare Match (refer to Compare Match Output Unit). For detailed timing information refer to Timer/Counter Timing Diagrams. 20.7.1. Normal Mode The simplest mode of operation is the Normal mode (WGM21:0 = 0). In this mode the counting direction is always up (incrementing), and no counter clear is performed. The counter simply overruns when it passes its maximum 8-bit value (TOP = 0xFF) and then restarts from the bottom (0x00). In normal operation the Timer/Counter Overflow Flag (TOV2) will be set in the same timer clock cycle as the TCNT2 becomes zero. The TOV2 Flag in this case behaves like a ninth bit, except that it is only set, not cleared. However, combined with the timer overflow interrupt that automatically clears the TOV2 Flag, the timer resolution can be increased by software. There are no special cases to consider in the Normal mode, a new counter value can be written anytime. The Output Compare unit can be used to generate interrupts at some given time. Using the Output Compare to generate waveforms in Normal mode is not recommended, since this will occupy too much of the CPU time. 20.7.2. Clear Timer on Compare Match (CTC) Mode In Clear Timer on Compare or CTC mode (WGM21:0 = 2), the OCR2 Register is used to manipulate the counter resolution. In CTC mode the counter is cleared to zero when the counter value (TCNT2) matches the OCR2. The OCR2 defines the top value for the counter, hence also its resolution. This mode allows greater control of the Compare Match output frequency. It also simplifies the operation of counting external events. The timing diagram for the CTC mode is shown in the figure below. The counter value (TCNT2) increases until a Compare Match occurs between TCNT2 and OCR2, and then counter (TCNT2) is cleared. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 145 Figure 20-5. CTC Mode, Timing Diagram OCn Inte rrupt Fla g S e t TCNTn OCn (Toggle ) Pe riod (COMn1:0 = 1) 1 2 3 4 An interrupt can be generated each time the counter value reaches the TOP value by using the OCF2 Flag. If the interrupt is enabled, the interrupt handler routine can be used for updating the TOP value. However, changing the TOP to a value close to BOTTOM when the counter is running with none or a low prescaler value must be done with care since the CTC mode does not have the double buffering feature. If the new value written to OCR2 is lower than the current value of TCNT2, the counter will miss the Compare Match. The counter will then have to count to its maximum value (0xFF) and wrap around starting at 0x00 before the Compare Match can occur. For generating a waveform output in CTC mode, the OC2 output can be set to toggle its logical level on each Compare Match by setting the Compare Output mode bits to toggle mode (COM21:0 = 1). The OC2 value will not be visible on the port pin unless the data direction for the pin is set to output. The waveform generated will have a maximum frequency of fOC2 = fclk_I/O/2 when OCR2 is set to zero (0x00). The waveform frequency is defined by the following equation: OCn = clk_I/O 2 1 + OCRn The N variable represents the prescaler factor (1, 8, 32, 64, 128, 256, or 1024). As for the Normal mode of operation, the TOV2 Flag is set in the same timer clock cycle that the counter counts from MAX to 0x00. 20.7.3. Fast PWM Mode The fast Pulse Width Modulation or fast PWM mode (WGM21:0 = 3) provides a high frequency PWM waveform generation option. The fast PWM differs from the other PWM option by its single-slope operation. The counter counts from BOTTOM to MAX then restarts from BOTTOM. In non-inverting Compare Output mode, the Output Compare (OC2) is cleared on the Compare Match between TCNT2 and OCR2, and set at BOTTOM. In inverting Compare Output mode, the output is set on Compare Match and cleared at BOTTOM. Due to the single-slope operation, the operating frequency of the fast PWM mode can be twice as high as the phase correct PWM mode that uses dual-slope operation. This high frequency makes the fast PWM mode well suited for power regulation, rectification, and DAC applications. High frequency allows physically small sized external components (coils, capacitors), and therefore reduces total system cost. In fast PWM mode, the counter is incremented until the counter value matches the MAX value. The counter is then cleared at the following timer clock cycle. The timing diagram for the fast PWM mode is shown in the following figure. The TCNT2 value is in the timing diagram shown as a histogram for illustrating the single-slope operation. The diagram includes non-inverted and inverted PWM outputs. The Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 146 small horizontal line marks on the TCNT2 slopes represent compare matches between OCR2 and TCNT2. Figure 20-6. Fast PWM Mode, Timing Diagram OCRn Inte rrupt Fla g S e t OCRn Upda te a nd TOVn Inte rrupt Fla g S e t TCNTn OCn (COMn1:0 = 2) OCn (COMn1:0 = 3) Pe riod 1 2 3 4 5 6 7 The Timer/Counter Overflow Flag (TOV2) is set each time the counter reaches MAX. If the interrupt is enabled, the interrupt handler routine can be used for updating the compare value. In fast PWM mode, the compare unit allows generation of PWM waveforms on the OC2 pin. Setting the COM21:0 bits to 2 will produce a non-inverted PWM and an inverted PWM output can be generated by setting the COM21:0 to 3. The actual OC2 value will only be visible on the port pin if the data direction for the port pin is set as output. The PWM waveform is generated by setting (or clearing) the OC2 Register at the Compare Match between OCR2 and TCNT2, and clearing (or setting) the OC2 Register at the timer clock cycle the counter is cleared (changes from MAX to BOTTOM). The PWM frequency for the output can be calculated by the following equation: OCnPWM = clk_I/O 256 The N variable represents the prescaler factor (1, 8, 32, 64, 128, 256, or 1024). The extreme values for the OCR2 Register represent special cases when generating a PWM waveform output in the fast PWM mode. If the OCR2 is set equal to BOTTOM, the output will be a narrow spike for each MAX+1 timer clock cycle. Setting the OCR2 equal to MAX will result in a constantly high or low output (depending on the polarity of the output set by the COM21:0 bits.) A frequency (with 50% duty cycle) waveform output in fast PWM mode can be achieved by setting OC2 to toggle its logical level on each Compare Match (COM21:0 = 1). The waveform generated will have a maximum frequency of foc2 = fclk_I/O/2 when OCR2 is set to zero. This feature is similar to the OC2 toggle in CTC mode, except the double buffer feature of the Output Compare unit is enabled in the fast PWM mode. 20.7.4. Phase Correct PWM Mode The phase correct PWM mode (WGM21:0 = 1) provides a high resolution phase correct PWM waveform generation option. The phase correct PWM mode is based on a dual-slope operation. The counter counts repeatedly from BOTTOM to MAX and then from MAX to BOTTOM. In non-inverting Compare Output Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 147 mode, the Output Compare (OC2) is cleared on the Compare Match between TCNT2 and OCR2 while upcounting, and set on the Compare Match while downcounting. In inverting Output Compare mode, the operation is inverted. The dual-slope operation has lower maximum operation frequency than single slope operation. However, due to the symmetric feature of the dual-slope PWM modes, these modes are preferred for motor control applications. The PWM resolution for the phase correct PWM mode is fixed to eight bits. In phase correct PWM mode the counter is incremented until the counter value matches MAX. When the counter reaches MAX, it changes the count direction. The TCNT2 value will be equal to MAX for one timer clock cycle. The timing diagram for the phase correct PWM mode is shown on the following figure. The TCNT2 value is in the timing diagram shown as a histogram for illustrating the dual-slope operation. The diagram includes noninverted and inverted PWM outputs. The small horizontal line marks on the TCNT2 slopes represent compare matches between OCR2 and TCNT2. Figure 20-7. Phase Correct PWM Mode, Timing Diagram OCn Inte rrupt Fla g S e t OCRn Upda te TOVn Inte rrupt Fla g S e t TCNTn OCn (COMn1:0 = 2) OCn (COMn1:0 = 3) Pe riod 1 2 3 The Timer/Counter Overflow Flag (TOV2) is set each time the counter reaches BOTTOM. The Interrupt Flag can be used to generate an interrupt each time the counter reaches the BOTTOM value. In phase correct PWM mode, the compare unit allows generation of PWM waveforms on the OC2 pin. Setting the COM21:0 bits to 2 will produce a non-inverted PWM. An inverted PWM output can be generated by setting the COM21:0 to 3 (refer to table Compare Output Mode, Phase Correct PWM Mode). The actual OC2 value will only be visible on the port pin if the data direction for the port pin is set as output. The PWM waveform is generated by clearing (or setting) the OC2 Register at the Compare Match between OCR2 and TCNT2 when the counter increments, and setting (or clearing) the OC2 Register at Compare Match between OCR2 and TCNT2 when the counter decrements. The PWM frequency for the output when using phase correct PWM can be calculated by the following equation: OCnPCPWM = clk_I/O 510 The N variable represents the prescaler factor (1, 8, 32, 64, 128, 256, or 1024). The extreme values for the OCR2 Register represent special cases when generating a PWM waveform output in the phase correct PWM mode. If the OCR2 is set equal to BOTTOM, the output will be Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 148 continuously low and if set equal to MAX the output will be continuously high for non-inverted PWM mode. For inverted PWM the output will have the opposite logic values. At the very start of period 2 in the timing diagram above OCn has a transition from high to low even though there is no Compare Match. The point of this transition is to guarantee symmetry around BOTTOM. There are two cases that give a transition without Compare Match: * OCR2A changes its value from MAX, like in the timing diagram above. When the OCR2A value is MAX the OCn pin value is the same as the result of a down-counting Compare Match. To ensure symmetry around BOTTOM the OCn value at MAX must correspond to the result of an up-counting Compare Match. * The timer starts counting from a value higher than the one in OCR2A, and for that reason misses the Compare Match and hence the OCn change that would have happened on the way up. 20.8. Timer/Counter Timing Diagrams The following figures show the Timer/Counter in Synchronous mode, and the timer clock (clkT2) is therefore shown as a clock enable signal. In Asynchronous mode, clkI/O should be replaced by the Timer/ Counter Oscillator clock. The figures include information on when Interrupt Flags are set. The following figure contains timing data for basic Timer/Counter operation. The figure shows the count sequence close to the MAX value in all modes other than phase correct PWM mode. Figure 20-8. Timer/Counter Timing Diagram, no Prescaling clkI/O clkTn (clkI/O /1) TCNTn MAX - 1 MAX BOTTOM BOTTOM + 1 TOVn The next figure shows the same timing data, but with the prescaler enabled. Figure 20-9. Timer/Counter Timing Diagram, with Prescaler (fclk_I/O/8) clkI/O clkTn (clkI/O /8) TCNTn MAX - 1 MAX BOTTOM BOTTOM + 1 TOVn The next figure shows the setting of OCF2 in all modes except CTC mode. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 149 Figure 20-10. Timer/Counter Timing Diagram, Setting of OCF2, with Prescaler (fclk_I/O/8) clkI/O clkTn (clkI/O /8) TCNTn OCRn - 1 OCRn OCRn OCRn + 1 OCRn + 2 OCRn Va lue OCFn The figure below shows the setting of OCF2 and the clearing of TCNT2 in CTC mode. Figure 20-11. Timer/Counter Timing Diagram, Clear Timer on Compare Match Mode, with Prescaler (fclk_I/O/8) clkI/O clkTn (clkI/O /8) TCNTn (CTC) OCRn TOP - 1 TOP BOTTOM BOTTOM + 1 TOP OCFn 20.9. Asynchronous Operation of the Timer/Counter 20.9.1. Asynchronous Operation of Timer/Counter2 When Timer/Counter2 operates asynchronously, some considerations must be taken. * Warning: When switching between asynchronous and synchronous clocking of Timer/Counter2, the Timer Registers TCNT2, OCR2, and TCCR2 might be corrupted. A safe procedure for switching clock source is: 1. 2. 3. 4. 5. Disable the Timer/Counter2 interrupts by clearing OCIE2 and TOIE2. Select clock source by setting AS2 as appropriate. Write new values to TCNT2, OCR2, and TCCR2. To switch to asynchronous operation: Wait for TCN2UB, OCR2UB, and TCR2UB. Clear the Timer/Counter2 Interrupt Flags. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 150 6. Enable interrupts, if needed. * The Oscillator is optimized for use with a 32.768kHz watch crystal. Applying an external clock to the TOSC1 pin may result in incorrect Timer/Counter2 operation. The CPU main clock frequency must be more than four times the Oscillator frequency. When writing to one of the registers TCNT2, OCR2, or TCCR2, the value is transferred to a temporary register, and latched after two positive edges on TOSC1. The user should not write a new value before the contents of the temporary register have been transferred to its destination. Each of the three mentioned registers have their individual temporary register, which means that e.g. writing to TCNT2 does not disturb an OCR2 write in progress. To detect that a transfer to the destination register has taken place, the Asynchronous Status Register - ASSR has been implemented. When entering Power-save mode after having written to TCNT2, OCR2, or TCCR2, the user must wait until the written register has been updated if Timer/Counter2 is used to wake up the device. Otherwise, the MCU will enter sleep mode before the changes are effective. This is particularly important if the Output Compare2 interrupt is used to wake up the device, since the Output Compare function is disabled during writing to OCR2 or TCNT2. If the write cycle is not finished, and the MCU enters sleep mode before the OCR2UB bit returns to zero, the device will never receive a Compare Match interrupt, and the MCU will not wake up. If Timer/Counter2 is used to wake the device up from Power-save or Extended Standby mode, precautions must be taken if the user wants to re-enter one of these modes: The interrupt logic needs one TOSC1 cycle to be reset. If the time between wake-up and re-entering sleep mode is less than one TOSC1 cycle, the interrupt will not occur, and the device will fail to wake up. If the user is in doubt whether the time before re-entering Power-save or Extended Standby mode is sufficient, the following algorithm can be used to ensure that one TOSC1 cycle has elapsed: * * * 1. 2. 3. Write a value to TCCR2, TCNT2, or OCR2. Wait until the corresponding Update Busy Flag in ASSR returns to zero. Enter Power-save or Extended Standby mode. * When the asynchronous operation is selected, the 32.768kHz Oscillator for Timer/Counter2 is always running, except in Power-down and Standby modes. After a Power-up Reset or Wake-up from Power-down or Standby mode, the user should be aware of the fact that this Oscillator might take as long as one second to stabilize. The user is advised to wait for at least one second before using Timer/Counter2 after Power-up or Wake-up from Power-down or Standby mode. The contents of all Timer/Counter2 Registers must be considered lost after a wake-up from Power-down or Standby mode due to unstable clock signal upon start-up, no matter whether the Oscillator is in use or a clock signal is applied to the TOSC1 pin. Description of wake up from Power-save or Extended Standby mode when the timer is clocked asynchronously: When the interrupt condition is met, the wake up process is started on the following cycle of the timer clock, that is, the timer is always advanced by at least one before the processor can read the counter value. After wake-up, the MCU is halted for four cycles, it executes the interrupt routine, and resumes execution from the instruction following SLEEP. Reading of the TCNT2 Register shortly after wake-up from Power-save may give an incorrect result. Since TCNT2 is clocked on the asynchronous TOSC clock, reading TCNT2 must be done through a register synchronized to the internal I/O clock domain. Synchronization takes place for every rising TOSC1 edge. When waking up from Power-save mode, and the I/O clock (clkI/O) again becomes active, TCNT2 will read as the previous value (before entering sleep) until the next rising TOSC1 edge. The phase of the TOSC clock after waking up from Power-save mode is essentially unpredictable, as it depends on the wake-up time. The recommended procedure for reading TCNT2 is thus as follows: * * Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 151 1. 2. 3. Write any value to either of the registers OCR2 or TCCR2. Wait for the corresponding Update Busy Flag to be cleared. Read TCNT2. * During asynchronous operation, the synchronization of the Interrupt Flags for the asynchronous timer takes three processor cycles plus one timer cycle. The timer is therefore advanced by at least one before the processor can read the timer value causing the setting of the Interrupt Flag. The Output Compare Pin is changed on the timer clock and is not synchronized to the processor clock. 20.10. Timer/Counter Prescaler Figure 20-12. Prescaler for Timer/Counter2 P S R2 clkT2S /1024 clkT2S /256 clkT2S /128 clkT2S /64 AS 2 10-BIT T/C P RES CALER Cle a r clkT2S /32 TOS C1 clkT2S clkT2S /8 clkI/O 0 CS 20 CS 21 CS 22 TIMER/COUNTER2 CLOCK S OURCE clkT2 The clock source for Timer/Counter2 is named clkT2S. clkT2S is by default connected to the main system clock clkI/O. By setting the AS2 bit in ASSR, Timer/Counter2 is asynchronously clocked from the TOSC1 pin. This enables use of Timer/Counter2 as a Real Time Counter (RTC). When AS2 is set, pins TOSC1 and TOSC2 are disconnected from Port C. A crystal can then be connected between the TOSC1 and TOSC2 pins to serve as an independent clock source for Timer/Counter2. The Oscillator is optimized for use with a 32.768kHz crystal. Applying an external clock source to TOSC1 is not recommended. For Timer/Counter2, the possible prescaled selections are: clkT2S/8, clkT2S/32, clkT2S/64, clkT2S/128, clkT2S/256, and clkT2S/1024. Additionally, clkT2S as well as 0 (stop) may be selected. Setting the PSR2 bit in SFIOR resets the prescaler. This allows the user to operate with a predictable prescaler. 20.11. Register Description Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 152 20.11.1. TCCR2 - Timer/Counter Control Register 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 offset addresses. Name: TCCR2 Offset: 0x25 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x45 Bit 7 6 5 4 3 2 1 0 FOC2 WGM20 COM21 COM20 WGM21 CS22 CS21 CS20 Access W R/W R/W R/W R/W R/W R/W R/W Reset 0 0 0 0 0 0 0 0 Bit 7 - FOC2: Force Output Compare The FOC2 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 TCCR2 is written when operating in PWM mode. When writing a logical one to the FOC2 bit, an immediate Compare Match is forced on the waveform generation unit. The OC2 output is changed according to its COM21:0 bits setting. Note that the FOC2 bit is implemented as a strobe. Therefore it is the value present in the COM21:0 bits that determines the effect of the forced compare. A FOC2 strobe will not generate any interrupt, nor will it clear the timer in CTC mode using OCR2 as TOP. The FOC2 bit is always read as zero. Bit 6 - WGM20: Waveform Generation Mode [n=0:1] These bits control the counting sequence of the counter, the source for the maximum (TOP) counter value, and what type of waveform generation to be used. Modes of operation supported by the Timer/ Counter unit are: Normal mode, Clear Timer on Compare Match (CTC) mode, and two types of Pulse Width Modulation (PWM) modes. See table below and Modes of Operation. Table 20-2. Waveform Generation Mode Bit Description Mode WGM21 WGM20 Timer/Counter Mode of Operation(1) (CTC2) (PWM2) TOP Update of OCR2 TOV2 Flag Set 0 0 0 Normal 0xFF Immediate MAX 1 0 1 PWM, Phase Correct 0xFF TOP BOTTOM 2 1 0 CTC OCR2 Immediate MAX 3 1 1 Fast PWM 0xFF MAX BOTTOM Note: 1. The CTC2 and PWM2 bit definition names are now obsolete. Use the WGM21:0 definitions. However, the functionality and location of these bits are compatible with previous versions of the timer. Bits 5:4 - COM2n: Compare Match Output Mode [n = 1:0] These bits control the Output Compare Pin (OC2) behavior. If one or both of the COM21:0 bits are set, the OC2 output overrides the normal port functionality of the I/O pin it is connected to. However, note that Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 153 the Data Direction Register (DDR) bit corresponding to OC2 pin must be set in order to enable the output driver. When OC2 is connected to the pin, the function of the COM21:0 bits depends on the WGM21:0 bit setting. The following table shows the COM21:0 bit functionality when the WGM21:0 bits are set to a normal or CTC mode (non-PWM). Table 20-3. Compare Output Mode, Non-PWM Mode COM21 COM20 Description 0 0 Normal port operation, OC2 disconnected. 0 1 Toggle OC2 on Compare Match 1 0 Clear OC2 on Compare Match 1 1 Set OC2 on Compare Match The next table shows the COM21:0 bit functionality when the WGM21:0 bits are set to fast PWM mode. Table 20-4. Compare Output Mode, Fast PWM Mode(1) COM21 COM20 Description 0 0 Normal port operation, OC2 disconnected. 0 1 Reserved 1 0 Clear OC2 on Compare Match, set OC2 at BOTTOM, (non-inverting mode) 1 1 Set OC2 on Compare Match, clear OC2 at BOTTOM, (inverting mode) Note: 1. A special case occurs when OCR2 equals TOP and COM21 is set. In this case, the Compare Match is ignored, but the set or clear is done at BOTTOM. See Fast PWM Mode for more details. The table below shows the COM21:0 bit functionality when the WGM21:0 bits are set to phase correct PWM mode. Table 20-5. Compare Output Mode, Phase Correct PWM Mode(1) COM21 COM20 Description 0 0 Normal port operation, OC2 disconnected. 0 1 Reserved 1 0 Clear OC2 on Compare Match when up-counting. Set OC2 on Compare Match when downcounting. 1 1 Set OC2 on Compare Match when up-counting. Clear OC2 on Compare Match when downcounting. Note: 1. A special case occurs when OCR2 equals TOP and COM21 is set. In this case, the Compare Match is ignored, but the set or clear is done at TOP. See Phase Correct PWM Mode for more details. Bit 3 - WGM21: Waveform Generation Mode [n=0:1] Refer to WGM20. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 154 Bits 2:0 - CS2n: Clock Select [n = 2:0] The three Clock Select bits select the clock source to be used by the Timer/Counter. Table 20-6. Clock Select Bit Description CS22 CS21 CS20 Description 0 0 0 No clock source (Timer/Counter stopped). 0 0 1 clkI/O/1 (No prescaling) 0 1 0 clkI/O/8 (From prescaler) 0 1 1 clkI/O/32 (From prescaler) 1 0 0 clkI/O/64 (From prescaler) 1 0 1 clkI/O/128 (From prescaler) 1 1 0 clkI/O/256 (From prescaler) 1 1 1 clkI/O/1024 (From prescaler) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 155 20.11.2. TCNT0 - Timer/Counter Register 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 offset addresses. The Timer/Counter Register gives direct access, both for read and write operations, to the Timer/Counter unit 8-bit counter. Writing to the TCNT0 Register blocks (removes) the Compare Match on the following timer clock. Modifying the counter (TCNT0) while the counter is running, introduces a risk of missing a Compare Match between TCNT0 and the OCR0 Register. Name: TCNT0 Offset: 0x24 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x44 Bit 7 6 5 4 3 2 1 0 TCNT0[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - TCNT0[7:0] Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 156 20.11.3. OCR0 - Output Compare Register 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 offset addresses. The Output Compare Register contains an 8-bit value that is continuously compared with the counter value (TCNT0). A match can be used to generate an Output Compare interrupt, or to generate a waveform output on the OC0 pin. Name: OCR0 Offset: 0x23 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x43 Bit 7 6 5 4 3 2 1 0 OCR0[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - OCR0[7:0] Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 157 20.11.4. ASSR - Asynchronous Status Register 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 offset addresses. Name: ASSR Offset: 0x22 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x42 Bit Access Reset 7 6 5 4 3 2 1 0 AS2 TCN2UB OCR2UB TCR2UB R/W R R R 0 0 0 0 Bit 3 - AS2: Asynchronous Timer/Counter2 When AS2 is written to zero, Timer/Counter 2 is clocked from the I/O clock, clkI/O. When AS2 is written to one, Timer/Counter 2 is clocked from a crystal Oscillator connected to the Timer Oscillator 1 (TOSC1) pin. When the value of AS2 is changed, the contents of TCNT2, OCR2, and TCCR2 might be corrupted. Bit 2 - TCN2UB: Timer/Counter2 Update Busy When Timer/Counter2 operates asynchronously and TCNT2 is written, this bit becomes set. When TCNT2 has been updated from the temporary storage register, this bit is cleared by hardware. A logical zero in this bit indicates that TCNT2 is ready to be updated with a new value. Bit 1 - OCR2UB: Output Compare Register2 Update Busy When Timer/Counter2 operates asynchronously and OCR2 is written, this bit becomes set. When OCR2 has been updated from the temporary storage register, this bit is cleared by hardware. A logical zero in this bit indicates that OCR2 is ready to be updated with a new value. Bit 0 - TCR2UB: Timer/Counter Control Register2 Update Busy When Timer/Counter2 operates asynchronously and TCCR2 is written, this bit becomes set. When TCCR2 has been updated from the temporary storage register, this bit is cleared by hardware. A logical zero in this bit indicates that TCCR2 is ready to be updated with a new value. If a write is performed to any of the three Timer/Counter2 Registers while its update busy flag is set, the updated value might get corrupted and cause an unintentional interrupt to occur. The mechanisms for reading TCNT2, OCR2, and TCCR2 are different. When reading TCNT2, the actual timer value is read. When reading OCR2 or TCCR2, the value in the temporary storage register is read. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 158 20.11.5. TIMSK - Timer/Counter Interrupt Mask Register 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 offset addresses. Name: TIMSK Offset: 0x39 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x59 Bit Access Reset 7 6 OCIE2 TOIE2 R/W R/W 0 0 5 4 3 2 1 0 Bit 7 - OCIE2: Timer/Counter2 Output Compare Match Interrupt Enable When the OCIE2 bit is written to one and the I-bit in the Status Register is set (one), the Timer/Counter2 Compare Match interrupt is enabled. The corresponding interrupt is executed if a Compare Match in Timer/Counter2 occurs (i.e., when the OCF2 bit is set in the Timer/Counter Interrupt Flag Register - TIFR). Bit 6 - TOIE2: Timer/Counter2 Overflow Interrupt Enable When the TOIE2 bit is written to one and the I-bit in the Status Register is set (one), the Timer/Counter2 Overflow interrupt is enabled. The corresponding interrupt is executed if an overflow in Timer/Counter2 occurs (i.e., when the TOV2 bit is set in the Timer/Counter Interrupt Flag Register - TIFR). Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 159 20.11.6. TIFR - Timer/Counter Interrupt Flag Register 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 offset addresses. Name: TIFR Offset: 0x38 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x58 Bit Access Reset 7 6 OCF2 TOV2 R/W R/W 0 0 5 4 3 2 1 0 Bit 7 - OCF2: Output Compare Flag 2 The OCF2 bit is set (one) when a Compare Match occurs between the Timer/Counter2 and the data in OCR2 - Output Compare Register2. OCF2 is cleared by hardware when executing the corresponding interrupt Handling Vector. Alternatively, OCF2 is cleared by writing a logic one to the flag. When the I-bit in SREG, OCIE2 (Timer/Counter2 Compare Match Interrupt Enable), and OCF2 are set (one), the Timer/ Counter2 Compare Match Interrupt is executed. Bit 6 - TOV2: Timer/Counter2 Overflow Flag The TOV2 bit is set (one) when an overflow occurs in Timer/Counter2. TOV2 is cleared by hardware when executing the corresponding interrupt Handling Vector. Alternatively, TOV2 is cleared by writing a logic one to the flag. When the SREG I-bit, TOIE2 (Timer/Counter2 Overflow Interrupt Enable), and TOV2 are set (one), the Timer/Counter2 Overflow interrupt is executed. In PWM mode, this bit is set when Timer/Counter2 changes counting direction at 0x00. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 160 20.11.7. SFIOR - Special Function IO Register 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 offset addresses. Name: SFIOR Offset: 0x30 Reset: 0 Property: When addressing I/O Registers as data space the offset address is 0x50 Bit 7 6 5 4 3 2 1 0 PSR2 Access Reset R/W 0 Bit 1 - PSR2: Prescaler Reset Timer/Counter2 When this bit is written to one, the Timer/Counter2 prescaler will be reset. The bit will be cleared by hardware after the operation is performed. Writing a zero to this bit will have no effect. This bit will always be read as zero if Timer/Counter2 is clocked by the internal CPU clock. If this bit is written when Timer/ Counter2 is operating in Asynchronous mode, the bit will remain one until the prescaler has been reset. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 161 21. 8-bit Timer/Counter0 with PWM 21.1. Features * * * * * * * Overview Timer/Counter0 is a general purpose, single compare unit, 8-bit Timer/Counter module. A simplified block diagram of the 8-bit Timer/Counter is shown in the figure below. For the actual placement of I/O pins, refer to Pin Configurations. 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. Figure 21-1. 8-bit Timer/Counter Block Diagram TCCRn count TOVn (Int. Re q.) cle a r Control Logic dire ction BOTTOM DATA BUS 21.2. Single Compare Unit Counter Clear Timer on Compare Match (Auto Reload) Glitch-free, phase Correct Pulse Width Modulator (PWM) Frequency Generator External Event Counter 10-bit Clock Prescaler Overflow and Compare Match Interrupt Sources (TOV0 and OCF0) clkTn Clock Select Edge Detector TOP Tn Time r/Counte r TCNTn =0 = 0xFF (From Prescaler) OCn (Int. Re q.) = Wave form Ge ne ra tion OCn OCRn Related Links Pin Configurations on page 13 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 162 21.2.1. Registers The Timer/Counter (TCNT0) and Output Compare Register (OCR0) 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 since these registers are shared by other timer units. 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 Register (OCR0) 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 frequency output on the Output Compare Pin (OC0). For details, refer to Output Compare Unit. The Compare Match event will also set the Compare Flag (OCF0) which can be used to generate an Output Compare interrupt request. 21.2.2. Definitions Many register and bit references in this document are written in general form. A lower case "n" replaces the Timer/Counter number, in this case 0. 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 the following table are also used extensively throughout the document. Table 21-1. Definitions 21.3. BOTTOM The counter reaches the BOTTOM when it becomes zero (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 OCR0 Register. The assignment is dependent on the mode of operation. Timer/Counter 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 (CS02:0) bits located in the Timer/Counter Control Register (TCCR0). For details on clock sources and prescaler, see Timer/Counte1 and Timer/Counter0 Prescalers. Related Links Timer/Counter0 and Timer/Counter1 Prescalers on page 102 21.4. Counter Unit The main part of the 8-bit Timer/Counter is the programmable bi-directional counter unit. The following figure shows a block diagram of the counter and its surrounding environment. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 163 Figure 21-2. Counter Unit Block Diagram TOVn (Int. Re q.) DATA BUS Clock Select Edge Detector count TCNTn cle a r Control Logic Tn dire ction (From Prescaler) BOTTOM TOP Signal description (internal signals): count Increment or decrement TCNT0 by 1. direction Selects between increment and decrement. clear Clear TCNT0 (set all bits to zero). clkT0 Timer/Counter clock. TOP Signalizes that TCNT0 has reached maximum value. BOTTOM Signalizes that TCNT0 has reached minimum value (zero). Depending on the mode of operation used, the counter is cleared, incremented, or decremented at each timer clock (clkT0). clkT0 can be generated from an external or internal clock source, selected by the clock select bits (CS02:0). When no clock source is selected (CS02:0 = 0) the timer is stopped. However, the TCNT0 value can be accessed by the CPU, regardless of whether clkT0 is present or not. A CPU write overrides (has priority over) all counter clear or count operations. The counting sequence is determined by the setting of the WGM01 and WGM00 bits located in the Timer/ Counter Control Register (TCCR0). There are close connections between how the counter behaves (counts) and how waveforms are generated on the Output Compare Output OC0. For more details about advanced counting sequences and waveform generation, see Modes of Operation. The Timer/Counter Overflow (TOV0) Flag is set according to the mode of operation selected by the WGM01:0 bits. TOV0 can be used for generating a CPU interrupt. 21.5. Output Compare Unit The 8-bit comparator continuously compares TCNT0 with the Output Compare Register (OCR0). Whenever TCNT0 equals OCR0, the comparator signals a match. A match will set the Output Compare Flag (OCF0) at the next timer clock cycle. If enabled (OCIE0 = 1 and global interrupt flag in SREG is set), the Output Compare Flag generates an Output Compare interrupt. The OCF0 Flag is automatically cleared when the interrupt is executed. Alternatively, the OCF0 Flag can be cleared by software by writing a logical one to its I/O bit location. The waveform generator uses the match signal to generate an output according to operating mode set by the WGM01:0 bits and Compare Output mode (COM01:0) bits. The max and bottom signals are used by the waveform generator for handling the special cases of the extreme values in some modes of operation (see Modes of Operation). The following figure shows a block diagram of the Output Compare unit. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 164 Figure 21-3. Output Compare Unit, Block Diagram DATA BUS OCRn TCNTn = (8-bit Compa ra tor ) OCFn (Int. Re q.) TOP BOTTOM Wave form Ge ne ra tor OCn FOCn WGMn1:0 COMn1:0 The OCR0 Register is 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 buffering synchronizes the update of the OCR0 Compare Register 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 OCR0 Register access may seem complex, but this is not case. When the double buffering is enabled, the CPU has access to the OCR0 Buffer Register, and if double buffering is disabled the CPU will access the OCR0 directly. 21.5.1. 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 (FOC0) bit. Forcing Compare Match will not set the OCF0 Flag or reload/clear the timer, but the OC0 pin will be updated as if a real Compare Match had occurred (the COM01:0 bits settings define whether the OC0 pin is set, cleared or toggled). 21.5.2. Compare Match Blocking by TCNT0 Write All CPU write operations to the TCNT0 Register will block any Compare Match that occurs in the next timer clock cycle, even when the timer is stopped. This feature allows OCR0 to be initialized to the same value as TCNT0 without triggering an interrupt when the Timer/Counter clock is enabled. 21.5.3. 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 channel, independently of whether the Timer/Counter is running or not. If the value written to TCNT0 equals the OCR0 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 downcounting. The setup of the OC0 should be performed before setting the Data Direction Register for the port pin to output. The easiest way of setting the OC0 value is to use the Force Output Compare (FOC0) strobe bit in Normal mode. The OC0 Register keeps its value even when changing between waveform generation modes. Be aware that the COM01:0 bits are not double buffered together with the compare value. Changing the COM01:0 bits will take effect immediately. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 165 21.6. Compare Match Output Unit The Compare Output mode (COM01:0) bits have two functions. The waveform generator uses the COM01:0 bits for defining the Output Compare (OC0) state at the next Compare Match. Also, the COM01:0 bits control the OC0 pin output source. The figure below shows a simplified schematic of the logic affected by the COM01: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 COM01:0 bits are shown. When referring to the OC0 state, the reference is for the internal OC0 Register, not the OC0 pin. If a System Reset occur, the OC0 Register is reset to "0". Figure 21-4. Compare Match Output Unit, Schematic COMn1 COMn0 FOCn Wave form Ge ne ra tor D Q 1 OCn DATABUS D 0 OCn Pin Q PORT D Q DDR clk I/O The general I/O port function is overridden by the Output Compare (OC0) from the waveform generator if either of the COM01:0 bits are set. However, the OC0 pin direction (input or output) is still controlled by the Data Direction Register (DDR) for the port pin. The Data Direction Register bit for the OC0 pin (DDR_OC0) must be set as output before the OC0 value is visible on the pin. The port override function is independent of the Waveform Generation mode. The design of the Output Compare Pin logic allows initialization of the OC0 state before the output is enabled. Note that some COM01:0 bit settings are reserved for certain modes of operation. See Register Description. 21.6.1. Compare Output Mode and Waveform Generation The Waveform Generator uses the COM01:0 bits differently in normal, CTC, and PWM modes. For all modes, setting the COM01:0 = 0 tells the waveform generator that no action on the OC2 Register is to be performed on the next Compare Match. For compare output actions in the non-PWM modes refer to Table 21-3. For fast PWM mode, refer to Table 21-4, and for phase correct PWM refer to Table 21-5. A change of the COM01:0 bits state will have effect at the first Compare Match after the bits are written. For non-PWM modes, the action can be forced to have immediate effect by using the FOC0 strobe bits. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 166 21.7. Modes of Operation The mode of operation (i.e., the behavior of the Timer/Counter and the Output Compare pins) is defined by the combination of the Waveform Generation mode (WGM01:0) and Compare Output mode (COM01:0) bits. The Compare Output mode bits do not affect the counting sequence, while the Waveform Generation mode bits do. The COM01:0 bits control whether the PWM output generated should be inverted or not (inverted or non-inverted PWM). For non-PWM modes the COM01:0 bits control whether the output should be set, cleared, or toggled at a Compare Match (see Compare Match Output Unit). For detailed timing information refer to Timer/Counter Timing Diagrams. 21.7.1. Normal Mode The simplest mode of operation is the Normal mode (WGM01:0 = 0). In this mode the counting direction is always up (incrementing), and no counter clear is performed. The counter simply overruns when it passes its maximum 8-bit value (TOP = 0xFF) and then restarts from the bottom (0x00). In normal operation the Timer/Counter Overflow Flag (TOV0) will be set in the same timer clock cycle as the TCNT0 becomes zero. The TOV0 Flag in this case behaves like a ninth bit, except that it is only set, not cleared. However, combined with the timer overflow interrupt that automatically clears the TOV0 Flag, the timer resolution can be increased by software. There are no special cases to consider in the Normal mode, a new counter value can be written anytime. The Output Compare unit can be used to generate interrupts at some given time. Using the Output Compare to generate waveforms in Normal mode is not recommended, since this will occupy too much of the CPU time. 21.7.2. Clear Timer on Compare Match (CTC) Mode In Clear Timer on Compare or CTC mode (WGM01:0 = 2), the OCR0 Register is used to manipulate the counter resolution. In CTC mode the counter is cleared to zero when the counter value (TCNT0) matches the OCR0. The OCR0 defines the top value for the counter, hence also its resolution. This mode allows greater control of the Compare Match output frequency. It also simplifies the operation of counting external events. The timing diagram for the CTC mode is shown in the figure below. The counter value (TCNT0) increases until a Compare Match occurs between TCNT0 and OCR0, and then counter (TCNT0) is cleared. Figure 21-5. CTC Mode, Timing Diagram OCn Inte rrupt Fla g S e t TCNTn OCn (Toggle ) Pe riod (COMn1:0 = 1) 1 2 3 4 An interrupt can be generated each time the counter value reaches the TOP value by using the OCF0 Flag. If the interrupt is enabled, the interrupt handler routine can be used for updating the TOP value. However, changing the TOP to a value close to BOTTOM when the counter is running with none or a low prescaler value must be done with care since the CTC mode does not have the double buffering feature. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 167 If the new value written to OCR0 is lower than the current value of TCNT0, the counter will miss the Compare Match. The counter will then have to count to its maximum value (0xFF) and wrap around starting at 0x00 before the Compare Match can occur. For generating a waveform output in CTC mode, the OC0 output can be set to toggle its logical level on each Compare Match by setting the Compare Output mode bits to toggle mode (COM01:0 = 1). The OC0 value will not be visible on the port pin unless the data direction for the pin is set to output. The waveform generated will have a maximum frequency of fOC0 = fclk_I/O/2 when OCR0 is set to zero (0x00). The waveform frequency is defined by the following equation: OCn = clk_I/O 2 1 + OCRn The N variable represents the prescaler factor (1, 8, 64, 256, or 1024). As for the Normal mode of operation, the TOV0 Flag is set in the same timer clock cycle that the counter counts from MAX to 0x00. 21.7.3. Fast PWM Mode The fast Pulse Width Modulation or fast PWM mode (WGM01:0 = 3) provides a high frequency PWM waveform generation option. The fast PWM differs from the other PWM option by its single-slope operation. The counter counts from BOTTOM to MAX then restarts from BOTTOM. In non-inverting Compare Output mode, the Output Compare (OC0) is cleared on the Compare Match between TCNT0 and OCR0, and set at BOTTOM. In inverting Compare Output mode, the output is set on Compare Match and cleared at BOTTOM. Due to the single-slope operation, the operating frequency of the fast PWM mode can be twice as high as the phase correct PWM mode that uses dual-slope operation. This high frequency makes the fast PWM mode well suited for power regulation, rectification, and DAC applications. High frequency allows physically small sized external components (coils, capacitors), and therefore reduces total system cost. In fast PWM mode, the counter is incremented until the counter value matches the MAX value. The counter is then cleared at the following timer clock cycle. The timing diagram for the fast PWM mode is shown in the figure below. The TCNT0 value is in the timing diagram shown as a histogram for illustrating the single-slope operation. The diagram includes non-inverted and inverted PWM outputs. The small horizontal line marks on the TCNT0 slopes represent compare matches between OCR0 and TCNT0. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 168 Figure 21-6. Fast PWM Mode, Timing Diagram OCRn Inte rrupt Fla g S e t OCRn Upda te a nd TOVn Inte rrupt Fla g S e t TCNTn OCn (COMn1:0 = 2) OCn (COMn1:0 = 3) Pe riod 1 2 3 4 5 6 7 The Timer/Counter Overflow Flag (TOV0) is set each time the counter reaches MAX. If the interrupt is enabled, the interrupt handler routine can be used for updating the compare value. In fast PWM mode, the compare unit allows generation of PWM waveforms on the OC0 pin. Setting the COM01:0 bits to 2 will produce a non-inverted PWM and an inverted PWM output can be generated by setting the COM01:0 to 3 (see Table 21-4). The actual OC0 value will only be visible on the port pin if the data direction for the port pin is set as output. The PWM waveform is generated by setting (or clearing) the OC0 Register at the Compare Match between OCR0 and TCNT0, and clearing (or setting) the OC0 Register at the timer clock cycle the counter is cleared (changes from MAX to BOTTOM). The PWM frequency for the output can be calculated by the following equation: OCnPWM = clk_I/O 256 The N variable represents the prescaler factor (1, 8, 32, 64, 128, 256 or 1024). The extreme values for the OCR0 Register represent special cases when generating a PWM waveform output in the fast PWM mode. If the OCR0 is set equal to BOTTOM, the output will be a narrow spike for each MAX+1 timer clock cycle. Setting the OCR0 equal to MAX will result in a constantly high or low output (depending on the polarity of the output set by the COM01:0 bits.) A frequency (with 50% duty cycle) waveform output in fast PWM mode can be achieved by setting OC0 to toggle its logical level on each Compare Match (COM01:0 = 1). The waveform generated will have a maximum frequency of foc0 = fclk_I/O/2 when OCR0 is set to zero. This feature is similar to the OC0 toggle in CTC mode, except the double buffer feature of the Output Compare unit is enabled in the fast PWM mode. 21.7.4. Phase Correct PWM Mode The phase correct PWM mode (WGM01:0 = 1) provides a high resolution phase correct PWM waveform generation option. The phase correct PWM mode is based on a dual-slope operation. The counter counts repeatedly from BOTTOM to MAX and then from MAX to BOTTOM. In non-inverting Compare Output mode, the Output Compare (OC0) is cleared on the Compare Match between TCNT0 and OCR0 while upcounting, and set on the Compare Match while downcounting. In inverting Output Compare mode, the Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 169 operation is inverted. The dual-slope operation has lower maximum operation frequency than single slope operation. However, due to the symmetric feature of the dual-slope PWM modes, these modes are preferred for motor control applications. The PWM resolution for the phase correct PWM mode is fixed to eight bits. In phase correct PWM mode the counter is incremented until the counter value matches MAX. When the counter reaches MAX, it changes the count direction. The TCNT0 value will be equal to MAX for one timer clock cycle. The timing diagram for the phase correct PWM mode is shown on the figure below. The TCNT0 value is in the timing diagram shown as a histogram for illustrating the dual-slope operation. The diagram includes noninverted and inverted PWM outputs. The small horizontal line marks on the TCNT0 slopes represent compare matches between OCR0 and TCNT0. Figure 21-7. Phase Correct PWM Mode, Timing Diagram OCn Inte rrupt Fla g S e t OCRn Upda te TOVn Inte rrupt Fla g S e t TCNTn OCn (COMn1:0 = 2) OCn (COMn1:0 = 3) Pe riod 1 2 3 The Timer/Counter Overflow Flag (TOV0) is set each time the counter reaches BOTTOM. The Interrupt Flag can be used to generate an interrupt each time the counter reaches the BOTTOM value. In phase correct PWM mode, the compare unit allows generation of PWM waveforms on the OC2 pin. Setting the COM21:0 bits to 2 will produce a non-inverted PWM. An inverted PWM output can be generated by setting the COM21:0 to 3 (refer to Table 21-5). The actual OC2 value will only be visible on the port pin if the data direction for the port pin is set as output. The PWM waveform is generated by clearing (or setting) the OC0 Register at the Compare Match between OCR0 and TCNT0 when the counter increments, and setting (or clearing) the OC0 Register at Compare Match between OCR0 and TCNT0 when the counter decrements. The PWM frequency for the output when using phase correct PWM can be calculated by the following equation: OCnPCPWM = clk_I/O 510 The N variable represents the prescaler factor (1, 8, 32, 64, 128, 256 or 1024). The extreme values for the OCR0 Register represent special cases when generating a PWM waveform output in the phase correct PWM mode. If the OCR0 is set equal to BOTTOM, the output will be continuously low and if set equal to MAX the output will be continuously high for non-inverted PWM mode. For inverted PWM the output will have the opposite logic values. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 170 At the very start of period 2 in the timing diagram OCn has a transition from high to low even though there is no Compare Match. The point of this transition is to guarantee symmetry around BOTTOM. There are two cases that give a transition without a Compare Match: * OCR0 changes its value from MAX, like in the timing diagram above. When the OCR0 value is MAX the OCn pin value is the same as the result of a down-counting Compare Match. To ensure symmetry around BOTTOM the OCn value at MAX must correspond to the result of an up-counting Compare Match. * The timer starts counting from a value higher than the one in OCR0, and for that reason misses the Compare Match and hence the OCn change that would have happened on the way up. 21.8. Timer/Counter Timing Diagrams The Timer/Counter is a synchronous design and the timer clock (clkT0) is therefore shown as a clock enable signal in the following figures. The figures include information on when interrupt flags are set. The first figure below contains timing data for basic Timer/Counter operation. It shows the count sequence close to the MAX value in all modes other than phase correct PWM mode. Figure 21-8. Timer/Counter Timing Diagram, no Prescaling clkI/O clkTn (clkI/O /1) TCNTn MAX - 1 MAX BOTTOM BOTTOM + 1 TOVn The next figure shows the same timing data, but with the prescaler enabled. Figure 21-9. Timer/Counter Timing Diagram, with Prescaler (fclk_I/O/8) clkI/O clkTn (clkI/O /8) TCNTn MAX - 1 MAX BOTTOM BOTTOM + 1 TOVn The next figure shows the setting of OCF0 in all modes except CTC mode. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 171 Figure 21-10. Timer/Counter Timing Diagram, Setting of OCF0, with Prescaler (fclk_I/O/8) clkI/O clkTn (clkI/O /8) TCNTn OCRn - 1 OCRn OCRn OCRn + 1 OCRn + 2 OCRn Va lue OCFn The next figure shows the setting of OCF0 and the clearing of TCNT0 in CTC mode. Figure 21-11. Timer/Counter Timing Diagram, Clear Timer on Compare Match Mode, with Prescaler (fclk_I/O/8) clkI/O clkTn (clkI/O /8) TCNTn (CTC) OCRn TOP - 1 TOP BOTTOM BOTTOM + 1 TOP OCFn 21.9. Register Description Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 172 21.9.1. TCCR0 - Timer/Counter Control Register 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 offset addresses. Name: TCCR0 Offset: 0x25 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x45 Bit 7 6 5 4 3 2 1 0 FOC0 WGM00 COM01 COM00 WGM01 CS02 CS01 CS00 Access W R/W R/W R/W R/W R/W R/W R/W Reset 0 0 0 0 0 0 0 0 Bit 7 - FOC0: Force Output Compare The FOC0 bit is only active when the WGM00 bit specifies a non-PWM mode. However, for ensuring compatibility with future devices, this bit must be set to zero when TCCR0 is written when operating in PWM mode. When writing a logical one to the FOC0 bit, an immediate Compare Match is forced on the waveform generation unit. The OC0 output is changed according to its COM21:0 bits setting. Note that the FOC0 bit is implemented as a strobe. Therefore it is the value present in the COM01:0 bits that determines the effect of the forced compare. A FOC0 strobe will not generate any interrupt, nor will it clear the timer in CTC mode using OCR0 as TOP. The FOC0 bit is always read as zero. Bit 6 - WGM00: Waveform Generation Mode These bits control the counting sequence of the counter, the source for the maximum (TOP) counter value, and what type of waveform generation to be used. Modes of operation supported by the Timer/ Counter unit are: Normal mode, Clear Timer on Compare Match (CTC) mode, and two types of Pulse Width Modulation (PWM) modes. See table below and Modes of Operation. Table 21-2. Waveform Generation Mode Bit Description Mode WGM01 WGM00 Timer/Counter Mode of Operation(1) (CTC0) (PWM0) TOP Update of OCR0 TOV0 Flag Set 0 0 0 Normal 0xFF Immediate MAX 1 0 1 PWM, Phase Correct 0xFF TOP BOTTOM 2 1 0 CTC OCR0 Immediate MAX 3 1 1 Fast PWM 0xFF MAX BOTTOM Note: 1. The CTC0 and PWM0 bit definition names are now obsolete. Use the WGM01:0 definitions. However, the functionality and location of these bits are compatible with previous versions of the timer. Bits 5:4 - COM0n: Compare Match Output Mode [n = 1:0] These bits control the Output Compare Pin (OC0) behavior. If one or both of the COM01:0 bits are set, the OC0 output overrides the normal port functionality of the I/O pin it is connected to. However, note that Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 173 the Data Direction Register (DDR) bit corresponding to the OC0 pin must be set in order to enable the output driver. When OC0 is connected to the pin, the function of the COM01:0 bits depends on the WGM01:0 bit setting. The following table shows the COM01:0 bit functionality when the WGM01:0 bits are set to a normal or CTC mode (non-PWM). Table 21-3. Compare Output Mode, Non-PWM Mode COM01 COM00 Description 0 0 Normal port operation, OC0 disconnected. 0 1 Toggle OC0 on Compare Match 1 0 Clear OC0 on Compare Match 1 1 Set OC0 on Compare Match The next table shows the COM01:0 bit functionality when the WGM01:0 bits are set to fast PWM mode. Table 21-4. Compare Output Mode, Fast PWM Mode(1) COM01 COM00 Description 0 0 Normal port operation, OC0 disconnected. 0 1 Reserved 1 0 Clear OC0 on Compare Match, set OC0 at BOTTOM, (non-inverting mode) 1 1 Set OC0 on Compare Match, clear OC0 at BOTTOM, (inverting mode) Note: 1. A special case occurs when OCR0 equals TOP and COM01 is set. In this case, the Compare Match is ignored, but the set or clear is done at BOTTOM. See Fast PWM Mode for more details. The table below shows the COM01:0 bit functionality when the WGM01:0 bits are set to phase correct PWM mode. Table 21-5. Compare Output Mode, Phase Correct PWM Mode(1) COM01 COM00 Description 0 0 Normal port operation, OC0 disconnected. 0 1 Reserved 1 0 Clear OC0 on Compare Match when up-counting. Set OC0 on Compare Match when downcounting. 1 1 Set OC0 on Compare Match when up-counting. Clear OC0 on Compare Match when downcounting. Note: 1. A special case occurs when OCR0 equals TOP and COM01 is set. In this case, the Compare Match is ignored, but the set or clear is done at TOP. See Phase Correct PWM Mode for more details. Bit 3 - WGM01: Waveform Generation Mode [n=0:1] Refer to WGM00 above. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 174 Bits 2:0 - CS0n: Clock Select [n = 2:0] The three Clock Select bits select the clock source to be used by the Timer/Counter. Table 21-6. Clock Select Bit Description CS02 CS01 CS00 Description 0 0 0 No clock source (Timer/Counter stopped). 0 0 1 clkI/O/1 (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 falling 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. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 175 21.9.2. TCNT0 - Timer/Counter Register 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 offset addresses. The Timer/Counter Register gives direct access, both for read and write operations, to the Timer/Counter unit 8-bit counter. Writing to the TCNT0 Register blocks (removes) the Compare Match on the following timer clock. Modifying the counter (TCNT0) while the counter is running, introduces a risk of missing a Compare Match between TCNT0 and the OCR0 Register. Name: TCNT0 Offset: 0x24 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x44 Bit 7 6 5 4 3 2 1 0 TCNT0[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - TCNT0[7:0] Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 176 21.9.3. OCR0 - Output Compare Register 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 offset addresses. The Output Compare Register contains an 8-bit value that is continuously compared with the counter value (TCNT0). A match can be used to generate an Output Compare interrupt, or to generate a waveform output on the OC0 pin. Name: OCR0 Offset: 0x23 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x43 Bit 7 6 5 4 3 2 1 0 OCR0[7:0] Access Reset R/W R/W R/W R/W R/W R/W R/W R/W 0 0 0 0 0 0 0 0 Bits 7:0 - OCR0[7:0] Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 177 21.9.4. TIMSK - Timer/Counter Interrupt Mask Register 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 offset addresses. Name: TIMSK Offset: 0x37 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x57 Bit Access Reset 7 6 5 4 3 2 1 0 OCIE0 TOIE0 R/W R/W 0 0 Bit 1 - OCIE0: Timer/CounterTimer/Counter0 Output Compare Match Interrupt Enable When the OCIE0 bit is written to one and the I-bit in the Status Register is set (one), the Timer/Counter0 Compare Match interrupt is enabled. The corresponding interrupt is executed if a Compare Match in Timer/Counter0 occurs (i.e., when the OCF0 bit is set in the Timer/Counter Interrupt Flag Register - TIFR). Bit 0 - TOIE0: Timer/CounterTimer/Counter0 Overflow Interrupt Enable When the TOIE0 bit is written to one and the I-bit in the Status Register is set (one), the Timer/Counter0 Overflow interrupt is enabled. The corresponding interrupt is executed if an overflow in Timer/Counter0 occurs (i.e., when the TOV0 bit is set in the Timer/Counter Interrupt Flag Register - TIFR). Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 178 21.9.5. TIFR - Timer/Counter Interrupt Flag Register 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 offset addresses. Name: TIFR Offset: 0x36 Reset: 0x00 Property: When addressing I/O Registers as data space the offset address is 0x56 Bit Access Reset 7 6 5 4 3 2 1 0 OCF0 TOV0 R/W R/W 0 0 Bit 1 - OCF0: Output Compare Flag 0 The OCF0 bit is set (one) when a Compare Match occurs between the Timer/Counter0 and the data in OCR0 - Output Compare Register0. OCF0 is cleared by hardware when executing the corresponding interrupt Handling Vector. Alternatively, OCF0 is cleared by writing a logic one to the flag. When the I-bit in SREG, OCIE0 (Timer/Counter0 Compare Match Interrupt Enable), and OCF0 are set (one), the Timer/ Counter0 Compare Match Interrupt is executed. Bit 0 - TOV0: Timer/Counter0 Overflow Flag The TOV0 bit is set (one) when an overflow occurs in Timer/Counter0. TOV0 is cleared by hardware when executing the corresponding interrupt Handling Vector. Alternatively, TOV0 is cleared by writing a logic one to the flag. When the SREG I-bit, TOIE0 (Timer/Counter0 Overflow Interrupt Enable), and TOV0 are set (one), the Timer/Counter0 Overflow interrupt is executed. In PWM mode, this bit is set when Timer/Counter0 changes counting direction at 0x00. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 179 22. SPI - Serial Peripheral Interface 22.1. Features Full-duplex, Three-wire Synchronous Data Transfer Master or Slave Operation LSB First or MSB First Data Transfer * Seven Programmable Bit Rates * * * * End of Transmission Interrupt Flag Write Collision Flag Protection Wake-up from Idle Mode Double Speed (CK/2) Master SPI Mode Overview The Serial Peripheral Interface (SPI) allows high-speed synchronous data transfer between the ATmega32A and peripheral devices or between several AVR devices. Figure 22-1. SPI Block Diagram(1) DIVIDER /2/4/8/16/32/64/128 SPI2X SPI2X 22.2. * * * Note: 1. Refer to Pin Configurations, table Port B Pins Alternate Functions in Alternate Functions of Port B for SPI pin placement. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 180 The interconnection between Master and Slave CPUs with SPI is shown in the figure below. The system consists of two shift registers, and a Master Clock generator. The SPI Master initiates the communication cycle when pulling low the Slave Select SS pin of the desired Slave. Master and Slave prepare the data to be sent in their respective Shift Registers, and the Master generates the required clock pulses on the SCK line to interchange data. Data is always shifted from Master to Slave on the Master Out - Slave In, MOSI, line, and from Slave to Master on the Master In - Slave Out, MISO, line. After each data packet, the Master will synchronize the Slave by pulling high the Slave Select, SS, line. When configured as a Master, the SPI interface has no automatic control of the SS line. This must be handled by user software before communication can start. When this is done, writing a byte to the SPI Data Register starts the SPI clock generator, and the hardware shifts the eight bits into the Slave. After shifting one byte, the SPI clock generator stops, setting the end of Transmission Flag (SPIF). If the SPI interrupt enable bit (SPIE) in the SPCR Register is set, an interrupt is requested. The Master may continue to shift the next byte by writing it into SPDR, or signal the end of packet by pulling high the Slave Select, SS line. The last incoming byte will be kept in the Buffer Register for later use. When configured as a Slave, the SPI interface will remain sleeping with MISO tri-stated as long as the SS pin is driven high. In this state, software may update the contents of the SPI Data Register, SPDR, but the data will not be shifted out by incoming clock pulses on the SCK pin until the SS pin is driven low. As one byte has been completely shifted, the end of Transmission Flag, SPIF is set. If the SPI Interrupt Enable bit, SPIE, in the SPCR Register is set, an interrupt is requested. The Slave may continue to place new data to be sent into SPDR before reading the incoming data. The last incoming byte will be kept in the Buffer Register for later use. Figure 22-2. SPI Master-slave Interconnection SHIFT ENABLE Vcc The system is single buffered in the transmit direction and double buffered in the receive direction. This means that bytes to be transmitted cannot be written to the SPI Data Register before the entire shift cycle is completed. When receiving data, however, a received character must be read from the SPI Data Register before the next character has been completely shifted in. Otherwise, the first byte is lost. In SPI Slave mode, the control logic will sample the incoming signal of the SCK pin. To ensure correct sampling of the clock signal, the minimum low and high periods should be: Low period: longer than 2 CPU clock cycles. High period: longer than 2 CPU clock cycles. When the SPI is enabled, the data direction of the MOSI, MISO, SCK, and SS pins is overridden according to the table below. For more details on automatic port overrides, refer to Alternate Port Functions. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 181 Table 22-1. SPI Pin Overrides(1) Pin Direction, Master SPI Direction, Slave SPI MOSI User Defined Input MISO Input User Defined SCK User Defined Input SS User Defined Input Note: 1. Refer to table Port B Pins Alternate Functions in Alternate Functions of Port B for a detailed description of how to define the direction of the user defined SPI pins. The following code examples show how to initialize the SPI as a Master and how to perform a simple transmission. DDR_SPI in the examples must be replaced by the actual Data Direction Register controlling the SPI pins. DD_MOSI, DD_MISO and DD_SCK must be replaced by the actual data direction bits for these pins. E.g. if MOSI is placed on pin PB5, replace DD_MOSI with DDB5 and DDR_SPI with DDRB. Assembly Code Example(1) SPI_MasterInit: ; Set MOSI and SCK output, all others input ldi r17,(1<>8); UBRR0L = (unsigned char)ubrr; Enable receiver and transmitter */ UCSRB = (1<> 1) & 0x01; return ((resh << 8) | resl); } Note: 1. See About Code Examples. The receive function example reads all the I/O Registers into the Register File before any computation is done. This gives an optimal receive buffer utilization since the buffer location read will be free to accept new data as early as possible. Related Links About Code Examples on page 19 23.7.3. Receive Compete Flag and Interrupt The USART Receiver has one flag that indicates the Receiver state. The Receive Complete (RXC) Flag indicates if there are unread data present in the receive buffer. This flag is one when unread data exist in the receive buffer, and zero when the receive buffer is empty (i.e., does not contain any unread data). If the Receiver is disabled (RXEN = 0), the receive buffer will be flushed and consequently the RXC bit will become zero. When the Receive Complete Interrupt Enable (RXCIE) in UCSRB is set, the USART Receive Complete Interrupt will be executed as long as the RXC Flag is set (provided that global interrupts are enabled). When interrupt-driven data reception is used, the receive complete routine must read the received data from UDR in order to clear the RXC Flag, otherwise a new interrupt will occur once the interrupt routine terminates. 23.7.4. Receiver Error Flags The USART Receiver has three error flags: Frame Error (FE), Data OverRun (DOR) and Parity Error (PE). All can be accessed by reading UCSRA. Common for the error flags is that they are located in the receive buffer together with the frame for which they indicate the error status. Due to the buffering of the error flags, the UCSRA must be read before the receive buffer (UDR), since reading the UDR I/O location changes the buffer read location. Another equality for the error flags is that they can not be altered by software doing a write to the flag location. However, all flags must be set to zero when the UCSRA is written for upward compatibility of future USART implementations. None of the error flags can generate interrupts. The Frame Error (FE) Flag indicates the state of the first stop bit of the next readable frame stored in the receive buffer. The FE Flag is zero when the stop bit was correctly read (as one), and the FE Flag will be one when the stop bit was incorrect (zero). This flag can be used for detecting out-of-sync conditions, detecting break conditions and protocol handling. The FE Flag is not affected by the setting of the USBS bit in UCSRC since the Receiver ignores all, except for the first, stop bits. For compatibility with future devices, always set this bit to zero when writing to UCSRA. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 201 The Data OverRun (DOR) Flag indicates data loss due to a Receiver buffer full condition. A Data OverRun occurs when the receive buffer is full (two characters), it is a new character waiting in the Receive Shift Register, and a new start bit is detected. If the DOR Flag is set there was one or more serial frame lost between the frame last read from UDR, and the next frame read from UDR. For compatibility with future devices, always write this bit to zero when writing to UCSRA. The DOR Flag is cleared when the frame received was successfully moved from the Shift Register to the receive buffer. The Parity Error (PE) Flag indicates that the next frame in the receive buffer had a parity error when received. If parity check is not enabled the PE bit will always be read zero. For compatibility with future devices, always set this bit to zero when writing to UCSRA. For more details see Parity Bit Calculation and Parity Checker. 23.7.5. Parity Checker The Parity Checker is active when the high USART Parity mode (UPM1) bit is set. Type of parity check to be performed (odd or even) is selected by the UPM0 bit. When enabled, the Parity Checker calculates the parity of the data bits in incoming frames and compares the result with the parity bit from the serial frame. The result of the check is stored in the receive buffer together with the received data and stop bits. The Parity Error (UPE) Flag can then be read by software to check if the frame had a parity error. The UPE bit is set if the next character that can be read from the receive buffer had a parity error when received and the parity checking was enabled at that point (UPM1 = 1). This bit is valid until the receive buffer (UDR) is read. 23.7.6. Disabling the Receiver In contrast to the Transmitter, disabling of the Receiver will be immediate. Data from ongoing receptions will therefore be lost. When disabled (i.e., the RXEN is set to zero) the Receiver will no longer override the normal function of the RxD port pin. The Receiver buffer FIFO will be flushed when the Receiver is disabled. Remaining data in the buffer will be lost. 23.7.7. Flushing the Receive Buffer The Receiver buffer FIFO will be flushed when the Receiver is disabled (i.e., the buffer will be emptied of its contents). Unread data will be lost. If the buffer has to be flushed during normal operation, due to for instance an error condition, read the UDR I/O location until the RXC Flag is cleared. The following code example shows how to flush the receive buffer. Assembly Code Example(1) USART_Flush: sbis r16, RXC ret in r16, UDR rjmp USART_Flush C Code Example(1) void USART_Flush( void ) { unsigned char dummy; while ( UCSRA & (1< 2 CPU clock cycles for fck < 12MHz, 3 CPU clock cycles for fck 12MHz High: > 2 CPU clock cycles for fck < 12MHz, 3 CPU clock cycles for fck 12MHz 29.9.1. Serial Programming Algorithm When writing serial data to the ATmega32A, data is clocked on the rising edge of SCK. When reading data from the ATmega32A, data is clocked on the falling edge of SCK. Please refer to the figure, Figure 29-11 in SPI Serial Programming Characteristics section for timing details. To program and verify the ATmega32A in the serial programming mode, the following sequence is recommended (See Serial Programming Instruction set in Table 29-16 Serial Programming Waveforms: 1. Power-up sequence: Apply power between VCC and GND while RESET and SCK are set to "0". In some systems, the programmer can not guarantee that SCK is held low during power-up. In this case, RESET must be given a positive pulse of at least two CPU clock cycles duration after SCK has been set to "0". Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 342 2. 3. 4. 5. 6. 7. 8. 9. Wait for at least 20ms and enable serial programming by sending the Programming Enable serial instruction to pin MOSI. The serial programming instructions will not work if the communication is out of synchronization. When in sync. the second byte (0x53), will echo back when issuing the third byte of the Programming Enable instruction. Whether the echo is correct or not, all four bytes of the instruction must be transmitted. If the 0x53 did not echo back, give RESET a positive pulse and issue a new Programming Enable command. The Flash is programmed one page at a time. The memory page is loaded one byte at a time by supplying the 6 LSB of the address and data together with the Load Program Memory Page instruction. To ensure correct loading of the page, the data low byte must be loaded before data high byte is applied for a given address. The Program Memory Page is stored by loading the Write Program Memory Page instruction with the 8 MSB of the address. If polling is not used, the user must wait at least tWD_FLASH before issuing the next page. Note: If other commands than polling (read) are applied before any write operation (FLASH, EEPROM, Lock Bits, Fuses) is completed, it may result in incorrect programming. The EEPROM array is programmed one byte at a time by supplying the address and data together with the appropriate Write instruction. An EEPROM memory location is first automatically erased before new data is written. If polling is not used, the user must wait at least tWD_EEPROM before issuing the next byte. In a chip erased device, no 0xFFs in the data file(s) need to be programmed. Any memory location can be verified by using the Read instruction which returns the content at the selected address at serial output MISO. At the end of the programming session, RESET can be set high to commence normal operation. Power-off sequence (if needed): Set RESET to "1". Turn VCC power off. 29.9.2. Data Polling Flash When a page is being programmed into the Flash, reading an address location within the page being programmed will give the value 0xFF. At the time the device is ready for a new page, the programmed value will read correctly. This is used to determine when the next page can be written. Note that the entire page is written simultaneously and any address within the page can be used for polling. Data polling of the Flash will not work for the value 0xFF, so when programming this value, the user will have to wait for at least tWD_FLASH before programming the next page. As a chip-erased device contains 0xFF in all locations, programming of addresses that are meant to contain 0xFF, can be skipped. See table in next section for tWD_FLASH value. 29.9.3. Data Polling EEPROM When a new byte has been written and is being programmed into EEPROM, reading the address location being programmed will give the value 0xFF. At the time the device is ready for a new byte, the programmed value will read correctly. This is used to determine when the next byte can be written. This will not work for the value 0xFF, but the user should have the following in mind: As a chip-erased device contains 0xFF in all locations, programming of addresses that are meant to contain 0xFF, can be skipped. This does not apply if the EEPROM is programmed without chip-erasing the device. In this case, data polling cannot be used for the value 0xFF, and the user will have to wait at least tWD_EEPROM before programming the next byte. See table below for tWD_EEPROM value. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 343 Table 29-15. Minimum Wait Delay Before Writing the Next Flash or EEPROM Location, VCC = 5V 10% Symbol Minimum Wait Delay tWD_FUSE 4.5ms tWD_FLASH 4.5ms tWD_EEPROM 9ms tWD_ERASE 9ms Figure 29-11. Serial Programming Waveforms SERIAL DATA INPUT (MOSI) MSB LSB SERIAL DATA OUTPUT (MISO) MSB LSB SERIAL CLOCK INPUT (SCK) SAMPLE Table 29-16. Serial Programming Instruction Set Instruction Format Instruction Byte 1 Byte 2 Byte 3 Byte 4 Operation Programming Enable 1010 1100 0101 0011 xxxx xxxx xxxx xxxx Enable SPI Serial Programming after RESET goes low. Chip Erase 1010 1100 100x xxxx xxxx xxxx xxxx xxxx Chip Erase EEPROM and Flash. Read Program Memory 0010 H000 00aa aaaa bbbb bbbb oooo oooo Read H (high or low) data o from Program memory at word address a:b. Load Program Memory Page 0100 H000 00xx xxxx xxbb bbbb iiii iiii Write H (high or low) data i to Program memory page at word address b. Data Low byte must be loaded before Data High byte is applied within the same address. Write Program Memory Page 0100 1100 00aa aaaa bbxx xxxx xxxx xxxx Write Program memory Page at address a:b. Read EEPROM Memory 1010 0000 00xx xxaa bbbb bbbb oooo oooo Read data o from EEPROM memory at address a:b. Write EEPROM Memory 1100 0000 00xx xxaa bbbb bbbb iiii iiii Write data i to EEPROM memory at address a:b. Read Lock Bits 0101 1000 0000 0000 xxxx xxxx xxoo oooo Read Lock Bits. "0" = programmed, "1" = unprogrammed. See Table 29-1 for details. Write Lock Bits 1010 1100 111x xxxx xxxx xxxx 11ii iiii Write Lock Bits. Set bits = "0" to program Lock Bits. See Table Table 29-1 for details. Read Signature Byte 0011 0000 00xx xxxx xxxx xxbb oooo oooo Read Signature Byte o at address b. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 344 Instruction Format Instruction Byte 1 Byte 2 Byte 3 Byte 4 Operation Write Fuse Bits 1010 1100 1010 0000 xxxx xxxx iiii iiii Set bits = "0" to program, "1" to unprogram. See Table 29-4 for details. Write Fuse High Bits 1010 1100 1010 1000 xxxx xxxx iiii iiii Set bits = "0" to program, "1" to unprogram. See Table 29-3 for details. Read Fuse Bits 0101 0000 0000 0000 xxxx xxxx oooo oooo Read Fuse Bits. "0" = programmed, "1" = unprogrammed. See table Table 29-4 for details. Read Fuse High Bits 0101 1000 0000 1000 xxxx xxxx oooo oooo Read Fuse high bits. "0" = programmed, "1" = unprogrammed. See table Table 29-3 for details. Read Calibration Byte 0011 1000 xxxx xxxx 0000 00bb oooo oooo Read Calibration Byte o at address b. Note: a = address high bits b = address low bits H = 0 - Low byte, 1 - High byte o = data out i = data in x = don't care 29.9.4. SPI Serial Programming Characteristics For characteristics of the SPI module, see SPI Timing Characteristics. Related Links SPI Timing Characteristics on page 365 29.10. Programming Via the JTAG Interface Programming through the JTAG interface requires control of the four JTAG specific pins: TCK, TMS, TDI, and TDO. Control of the Reset and clock pins is not required. To be able to use the JTAG interface, the JTAGEN fuse must be programmed. The device is default shipped with the Fuse programmed. In addition, the JTD bit in MCUCSR must be cleared. Alternatively, if the JTD bit is set, the external reset can be forced low. Then, the JTD bit will be cleared after two chip clocks, and the JTAG pins are available for programming. This provides a means of using the JTAG pins as normal port pins in running mode while still allowing In-System Programming via the JTAG interface. Note that this technique can not be used when using the JTAG pins for Boundary-scan or On-chip Debug. In these cases the JTAG pins must be dedicated for this purpose. As a definition in this data sheet, the LSB is shifted in and out first of all Shift Registers. 29.10.1. Programming Specific JTAG Instructions The instruction register is 4-bit wide, supporting up to 16 instructions. The JTAG instructions useful for Programming are listed below. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 345 The OPCODE for each instruction is shown behind the instruction name in hex format. The text describes which data register is selected as path between TDI and TDO for each instruction. The Run-Test/Idle state of the TAP controller is used to generate internal clocks. It can also be used as an idle state between JTAG sequences. The state machine sequence for changing the instruction word is shown in the figure below. Figure 29-12. State Machine Sequence for Changing the Instruction Word 1 Te s t-Logic-Re s e t 0 0 Run-Te s t/Idle 1 S e le ct-DR S ca n 1 S e le ct-IR S ca n 0 0 1 1 Ca pture -DR Ca pture -IR 0 0 S hift-DR S hift-IR 0 1 Exit1-DR 1 Exit1-IR 0 0 Pa us e -DR 0 0 Pa us e -IR 1 1 0 Exit2-DR Exit2-IR 1 1 Upda te -DR 1 0 1 1 0 1 Upda te -IR 0 1 0 29.10.2. AVR_RESET (0xC) The AVR specific public JTAG instruction for setting the AVR device in the Reset mode or taking the device out from the Reset mode. The TAP controller is not reset by this instruction. The one bit Reset Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 346 Register is selected as Data Register. Note that the reset will be active as long as there is a logic 'one' in the Reset Chain. The output from this chain is not latched. The active states are: * Shift-DR: The Reset Register is shifted by the TCK input. 29.10.3. PROG_ENABLE (0x4) The AVR specific public JTAG instruction for enabling programming via the JTAG port. The 16-bit Programming Enable Register is selected as data register. The active states are the following: * * Shift-DR: the programming enable signature is shifted into the data register. Update-DR: the programming enable signature is compared to the correct value, and Programming mode is entered if the signature is valid. 29.10.4. PROG_COMMANDS (0x5) The AVR specific public JTAG instruction for entering programming commands via the JTAG port. The 15bit Programming Command Register is selected as data register. The active states are the following: * * * * Capture-DR: the result of the previous command is loaded into the data register. Shift-DR: the data register is shifted by the TCK input, shifting out the result of the previous command and shifting in the new command. Update-DR: the programming command is applied to the Flash inputs. Run-Test/Idle: one clock cycle is generated, executing the applied command. 29.10.5. PROG_PAGELOAD (0x6) The AVR specific public JTAG instruction to directly load the Flash data page via the JTAG port. The 1024-bit Virtual Flash Page Load Register is selected as data register. This is a virtual scan chain with length equal to the number of bits in one Flash page. Internally the Shift Register is 8-bit. Unlike most JTAG instructions, the Update-DR state is not used to transfer data from the Shift Register. The data are automatically transferred to the Flash page buffer byte by byte in the Shift-DR state by an internal state machine. This is the only active state: * Shift-DR: Flash page data are shifted in from TDI by the TCK input, and automatically loaded into the Flash page one byte at a time. Note: 1. The JTAG instruction PROG_PAGELOAD can only be used if the AVR device is the first device in JTAG scan chain. If the AVR cannot be the first device in the scan chain, the byte-wise programming algorithm must be used. 29.10.6. PROG_PAGEREAD (0x7) The AVR specific public JTAG instruction to read one full Flash data page via the JTAG port. The 1032-bit Virtual Flash Page Read Register is selected as data register. This is a virtual scan chain with length equal to the number of bits in one Flash page plus 8. Internally the Shift Register is 8-bit. Unlike most JTAG instructions, the Capture-DR state is not used to transfer data to the Shift Register. The data are automatically transferred from the Flash page buffer byte by byte in the Shift-DR state by an internal state machine. This is the only active state: * Shift-DR: Flash data are automatically read one byte at a time and shifted out on TDO by the TCK input. The TDI input is ignored. Note: 1. The JTAG instruction PROG_PAGEREAD can only be used if the AVR device is the first device in JTAG scan chain. If the AVR cannot be the first device in the scan chain, the byte-wise programming algorithm must be used. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 347 29.10.7. Data Registers The data registers are selected by the JTAG instruction registers described in section Programming Specific JTAG Instructions. The data registers relevant for programming operations are: * * * * * Reset Register Programming Enable Register Programming Command Register Virtual Flash Page Load Register Virtual Flash Page Read Register 29.10.8. Reset Register The Reset Register is a Test Data Register used to reset the part during programming. It is required to reset the part before entering programming mode. A high value in the Reset Register corresponds to pulling the external Reset low. The part is reset as long as there is a high value present in the Reset Register. Depending on the Fuse settings for the clock options, the part will remain reset for a Reset Time-Out Period (refer to Clock Sources) after releasing the Reset Register. The output from this Data Register is not latched, so the reset will take place immediately, as shown in figure Reset Register. Related Links Clock Sources on page 40 Reset Register on page 289 29.10.9. Programming Enable Register The Programming Enable Register is a 16-bit register. The contents of this register is compared to the programming enable signature, binary code 1010_0011_0111_0000. When the contents of the register is equal to the programming enable signature, programming via the JTAG port is enabled. The Register is reset to 0 on Power-on Reset, and should always be reset when leaving Programming mode. Figure 29-13. Programming Enable Register TDI D A T A $A370 = D Q P rogra mming e na ble ClockDR & P ROG_ENABLE TDO 29.10.10. Programming Command Register The Programming Command Register is a 15-bit register. This register is used to serially shift in programming commands, and to serially shift out the result of the previous command, if any. The JTAG Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 348 Programming Instruction Set is shown in the following table. The state machine sequence when shifting in the programming commands is illustrated in the last figure in this section. Figure 29-14. Programming Command Register TDI S T R O B E S Fla s h EEP ROM Fus e s Lock Bits A D D R E S S / D A T A TDO Table 29-17. JTAG Programming Instruction Set a = address high bits, b = address low bits, H = 0 - Low byte, 1 - High Byte, o = data out, i = data in, x = don't care Instruction TDI sequence TDO sequence 1a. Chip erase 0100011_10000000 0110001_10000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx 0110011_10000000 xxxxxxx_xxxxxxxx 0110011_10000000 xxxxxxx_xxxxxxxx 1b. Poll for chip erase complete 0110011_10000000 xxxxxox_xxxxxxxx 2a. Enter Flash Write 0100011_00010000 xxxxxxx_xxxxxxxx 2b. Load Address High Byte 0000111_aaaaaaaa xxxxxxx_xxxxxxxx 2c. Load Address Low Byte 0000011_bbbbbbbb xxxxxxx_xxxxxxxx 2d. Load Data Low Byte 0010011_iiiiiiii xxxxxxx_xxxxxxxx 2e. Load Data High Byte 0010111_iiiiiiii xxxxxxx_xxxxxxxx 2f. Latch Data 0110111_00000000 1110111_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx 0110111_00000000 xxxxxxx_xxxxxxxx Notes (2) (9) (1) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 349 Instruction TDI sequence TDO sequence Notes 2g. Write Flash Page 0110111_00000000 0110101_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx (1) 0110111_00000000 xxxxxxx_xxxxxxxx 0110111_00000000 xxxxxxx_xxxxxxxx 2h. Poll for Page Write complete 0110111_00000000 xxxxxox_xxxxxxxx 3a. Enter Flash Read 0100011_00000010 xxxxxxx_xxxxxxxx 3b. Load Address High Byte 0000111_aaaaaaaa xxxxxxx_xxxxxxxx 3c. Load Address Low Byte 0000011_bbbbbbbb xxxxxxx_xxxxxxxx 3d. Read Data Low and High Byte 0110010_00000000 0110110_00000000 xxxxxxx_xxxxxxxx xxxxxxx_oooooooo 0110111_00000000 xxxxxxx_oooooooo 4a. Enter EEPROM Write 0100011_00010001 xxxxxxx_xxxxxxxx 4b. Load Address High Byte 0000111_aaaaaaaa xxxxxxx_xxxxxxxx 4c. Load Address Low Byte 0000011_bbbbbbbb xxxxxxx_xxxxxxxx 4d. Load Data Byte 0010011_iiiiiiii xxxxxxx_xxxxxxxx 4e. Latch Data 0110111_00000000 1110111_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx 0110111_00000000 xxxxxxx_xxxxxxxx 0110011_00000000 0110001_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx 0110011_00000000 xxxxxxx_xxxxxxxx 0110011_00000000 xxxxxxx_xxxxxxxx 4g. Poll for Page Write complete 0110011_00000000 xxxxxox_xxxxxxxx 5a. Enter EEPROM Read 0100011_00000011 xxxxxxx_xxxxxxxx 5b. Load Address High Byte 0000111_aaaaaaaa xxxxxxx_xxxxxxxx 5c. Load Address Low Byte 0000011_bbbbbbbb xxxxxxx_xxxxxxxx 5d. Read Data Byte 0110011_bbbbbbbb 0110010_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx 0110011_00000000 xxxxxxx_oooooooo 6a. Enter Fuse Write 0100011_01000000 xxxxxxx_xxxxxxxx 6b. Load Data Low Byte(6) 0010011_iiiiiiii xxxxxxx_xxxxxxxx 4f. Write EEPROM Page (2) (9) low byte high byte (9) (1) (1) (2) (9) (3) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 350 Instruction TDI sequence TDO sequence Notes 6c. Write Fuse High byte 0110111_00000000 0110101_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx (1) 0110111_00000000 xxxxxxx_xxxxxxxx 0110111_00000000 xxxxxxx_xxxxxxxx 6d. Poll for Fuse Write complete 0110111_00000000 xxxxxox_xxxxxxxx (2) 6e. Load Data Low Byte(7) 0010011_iiiiiiii xxxxxxx_xxxxxxxx (3) 6f. Write Fuse Low byte 0110011_00000000 0110001_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx (1) 0110011_00000000 xxxxxxx_xxxxxxxx 0110011_00000000 xxxxxxx_xxxxxxxx 6g. Poll for Fuse Write complete 0110011_00000000 xxxxxox_xxxxxxxx 7a. Enter Lock bit Write 0100011_00100000 xxxxxxx_xxxxxxxx 7b. Load Data Byte(9) 0010011_11iiiiii xxxxxxx_xxxxxxxx (4) 7c. Write Lock bits 0110011_00000000 0110001_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxxxxxxx (1) 0110011_00000000 xxxxxxx_xxxxxxxx 0110011_00000000 xxxxxxx_xxxxxxxx 7d. Poll for Lock bit Write complete 0110011_00000000 xxxxxox_xxxxxxxx 8a. Enter Fuse/Lock bit Read 0100011_00000100 xxxxxxx_xxxxxxxx 8b. Read Fuse High Byte(7) 0111110_00000000 0111111_00000000 xxxxxxx_xxxxxxxx xxxxxxx_oooooooo 8c. Read Fuse Low Byte(8) 0110010_00000000 0110011_00000000 xxxxxxx_xxxxxxxx xxxxxxx_oooooooo 8d. Read Lock bits(9) 0110110_00000000 0110111_00000000 xxxxxxx_xxxxxxxx xxxxxxx_xxoooooo (5) 8e. Read Fuses and Lock bits 0111010_00000000 0111110_00000000 xxxxxxx_xxxxxxxx xxxxxxx_oooooooo (5) fuse ext. byte 0110010_00000000 xxxxxxx_oooooooo fuse high byte 0110110_00000000 xxxxxxx_oooooooo fuse low byte 0110111_00000000 xxxxxxx_oooooooo lock bits 9a. Enter Signature Byte Read 0100011_00001000 xxxxxxx_xxxxxxxx 9b. Load Address Byte 0000011_bbbbbbbb xxxxxxx_xxxxxxxx 9c. Read Signature Byte 0110010_00000000 0110011_00000000 xxxxxxx_xxxxxxxx xxxxxxx_oooooooo (2) (2) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 351 Instruction TDI sequence TDO sequence 10a. Enter Calibration Byte Read 0100011_00001000 xxxxxxx_xxxxxxxx 10b. Load Address Byte 0000011_bbbbbbbb xxxxxxx_xxxxxxxx 10c. Read Calibration Byte 0110110_00000000 0110111_00000000 xxxxxxx_xxxxxxxx xxxxxxx_oooooooo Notes Note: 1. This command sequence is not required if the seven MSB are correctly set by the previous command sequence (which is normally the case). 2. Repeat until o = "1". 3. Set bits to "0" to program the corresponding fuse, "1" to unprogram the Fuse. 4. Set bits to "0" to program the corresponding lock bit, "1" to leave the Lock bit unchanged. 5. "0" = programmed, "1" = unprogrammed. 6. The bit mapping for Fuses High byte is listed in Table 29-3 7. The bit mapping for Fuses Low byte is listed in Table 29-4 8. The bit mapping for Lock bits byte is listed in Table 29-1 9. Address bits exceeding PCMSB and EEAMSB (Table 29-10 and Table 29-11) are don't care Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 352 Figure 29-15. State Machine Sequence for Changing/Reading the Data Word 1 Te s t-Logic-Re s e t 0 0 Run-Te s t/Idle 1 S e le ct-DR S ca n 1 S e le ct-IR S ca n 0 0 1 1 Ca pture -DR Ca pture -IR 0 0 S hift-DR S hift-IR 0 1 Exit1-DR 1 Exit1-IR 0 0 Pa us e -DR 0 0 Pa us e -IR 1 1 0 Exit2-DR Exit2-IR 1 1 Upda te -DR 1 0 1 1 0 1 Upda te -IR 0 1 0 29.10.11. Virtual Flash Page Load Register The Virtual Flash Page Load Register is a virtual scan chain with length equal to the number of bits in one Flash page. Internally the Shift Register is 8-bit, and the data are automatically transferred to the Flash page buffer byte by byte. Shift in all instruction words in the page, starting with the LSB of the first instruction in the page and ending with the MSB of the last instruction in the page. This provides an efficient way to load the entire Flash page buffer before executing Page Write. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 353 Figure 29-16. Virtual Flash Page Load Register S TROBES TDI S ta te ma chine ADDRES S Fla s h EEP ROM Fus e s Lock Bits D A T A TDO 29.10.12. Virtual Flash Page Read Register The Virtual Flash Page Read Register is a virtual scan chain with length equal to the number of bits in one Flash page plus 8. Internally the Shift Register is 8-bit, and the data are automatically transferred from the Flash data page byte by byte. The first eight cycles are used to transfer the first byte to the internal Shift Register, and the bits that are shifted out during these 8 cycles should be ignored. Following this initialization, data are shifted out starting with the LSB of the first instruction in the page and ending with the MSB of the last instruction in the page. This provides an efficient way to read one full Flash page to verify programming. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 354 Figure 29-17. Virtual Flash Page Read Register S TROBES TDI S ta te ma chine ADDRES S Fla s h EEP ROM Fus e s Lock Bits D A T A TDO 29.10.13. Programming Algorithm All references below of type "1a", "1b", and so on, refer to Table 29-17. 29.10.14. Entering Programming Mode 1. 2. Enter JTAG instruction AVR_RESET and shift 1 in the Reset Register. Enter instruction PROG_ENABLE and shift 1010_0011_0111_0000 in the Programming Enable Register. 29.10.15. Leaving Programming Mode 1. 2. 3. 4. Enter JTAG instruction PROG_COMMANDS. Disable all programming instructions by using no operation instruction 11a. Enter instruction PROG_ENABLE and shift 0000_0000_0000_0000 in the programming Enable Register. Enter JTAG instruction AVR_RESET and shift 0 in the Reset Register. 29.10.16. Performing Chip Erase 1. 2. 3. Enter JTAG instruction PROG_COMMANDS. Start chip erase using programming instruction 1a. Poll for chip erase complete using programming instruction 1b, or wait for tWLRH_CE (refer to table Command Byte Bit Coding in section Parallel Programming Parameters, Pin Mapping, and Commands). Related Links Parallel Programming Characteristics on page 339 29.10.17. Programming the Flash Before programming the Flash a Chip Erase must be performed. See Performing Chip Erase. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 355 1. 2. 3. 4. 5. 6. 7. 8. 9. Enter JTAG instruction PROG_COMMANDS. Enable Flash write using programming instruction 2a. Load address high byte using programming instruction 2b. Load address low byte using programming instruction 2c. Load data using programming instructions 2d, 2e and 2f. Repeat steps 4 and 5 for all instruction words in the page. Write the page using programming instruction 2g. Poll for Flash write complete using programming instruction 2h, or wait for tWLRH (refer to table Parallel Programming Characteristics, VCC = 5V 10% in chapter Parallel Programming Characteristics). Repeat steps 3 to 7 until all data have been programmed. A more efficient data transfer can be achieved using the PROG_PAGELOAD instruction: 1. 2. 3. 4. 5. 6. 7. 8. 9. Enter JTAG instruction PROG_COMMANDS. Enable Flash write using programming instruction 2a. Load the page address using programming instructions 2b and 2c. PCWORD (refer to Table 29-10) is used to address within one page and must be written as 0. Enter JTAG instruction PROG_PAGELOAD. Load the entire page by shifting in all instruction words in the page, starting with the LSB of the first instruction in the page and ending with the MSB of the last instruction in the page. Enter JTAG instruction PROG_COMMANDS. Write the page using programming instruction 2g. Poll for Flash write complete using programming instruction 2h, or wait for tWLRH (refer to table Parallel Programming Characteristics, VCC = 5V 10% in chapter Parallel Programming Characteristics). Repeat steps 3 to 8 until all data have been programmed. Related Links Parallel Programming Characteristics on page 339 29.10.18. Reading the Flash 1. 2. 3. 4. 5. Enter JTAG instruction PROG_COMMANDS. Enable Flash read using programming instruction 3a. Load address using programming instructions 3b and 3c. Read data using programming instruction 3d. Repeat steps 3 and 4 until all data have been read. A more efficient data transfer can be achieved using the PROG_PAGEREAD instruction: 1. 2. 3. 4. 5. Enter JTAG instruction PROG_COMMANDS. Enable Flash read using programming instruction 3a. Load the page address using programming instructions 3b and 3c. PCWORD (refer to table Command Byte Bit Coding in section Parallel Programming Parameters, Pin Mapping, and Commands) is used to address within one page and must be written as 0. Enter JTAG instruction PROG_PAGEREAD. Read the entire page by shifting out all instruction words in the page, starting with the LSB of the first instruction in the page and ending with the MSB of the last instruction in the page. Remember that the first 8 bits shifted out should be ignored. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 356 6. 7. Enter JTAG instruction PROG_COMMANDS. Repeat steps 3 to 6 until all data have been read. Related Links Parallel Programming Characteristics on page 339 29.10.19. Programming the EEPROM Before programming the EEPROM a Chip Erase must be performed. See Performing Chip Erase. 1. 2. 3. 4. 5. 6. 7. 8. 9. Enter JTAG instruction PROG_COMMANDS. Enable EEPROM write using programming instruction 4a. Load address high byte using programming instruction 4b. Load address low byte using programming instruction 4c. Load data using programming instructions 4d and 4e. Repeat steps 4 and 5 for all data bytes in the page. Write the data using programming instruction 4f. Poll for EEPROM write complete using programming instruction 4g, or wait for tWLRH (refer to table Parallel Programming Characteristics, VCC = 5V 10% in chapter Parallel Programming Characteristics). Repeat steps 3 to 8 until all data have been programmed. Note that the PROG_PAGELOAD instruction can not be used when programming the EEPROM Related Links Parallel Programming Characteristics on page 339 29.10.20. Reading the EEPROM 1. 2. 3. 4. 5. Enter JTAG instruction PROG_COMMANDS. Enable EEPROM read using programming instruction 5a. Load address using programming instructions 5b and 5c. Read data using programming instruction 5d. Repeat steps 3 and 4 until all data have been read. Note that the PROG_PAGEREAD instruction can not be used when reading the EEPROM 29.10.21. Programming the Fuses 1. 2. 3. 4. 5. 6. 7. 8. Enter JTAG instruction PROG_COMMANDS. Enable Fuse write using programming instruction 6a. Load data high byte using programming instructions 6b. A bit value of "0" will program the corresponding fuse, a "1" will unprogram the fuse. Write high Fuse byte using programming instruction 6c. Poll for Fuse write complete using programming instruction 6d, or wait for tWLRH (refer to table Parallel Programming Characteristics, VCC = 5V 10% in chapter Parallel Programming Characteristics). Load data low byte using programming instructions 6e. A bit value of "0" will program the corresponding fuse, a "1" will unprogram the fuse. Write Fuse low byte using programming instruction 6f. Poll for Fuse write complete using programming instruction 6g, or wait for tWLRH (refer to table Parallel Programming Characteristics, VCC = 5V 10% in chapter Parallel Programming Characteristics). Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 357 Related Links Parallel Programming Characteristics on page 339 29.10.22. Programming the Lock Bits 1. 2. 3. 4. 5. Enter JTAG instruction PROG_COMMANDS. Enable Lock bit write using programming instruction 7a. Load data using programming instructions 7b. A bit value of "0" will program the corresponding lock bit, a "1" will leave the lock bit unchanged. Write Lock bits using programming instruction 7c. Poll for Lock bit write complete using programming instruction 7d, or wait for tWLRH (refer to table Parallel Programming Characteristics, VCC = 5V 10% in chapter Parallel Programming Characteristics). Related Links Parallel Programming Characteristics on page 339 29.10.23. Reading the Fuses and Lock Bits 1. 2. 3. Enter JTAG instruction PROG_COMMANDS. Enable Fuse/Lock bit read using programming instruction 8a. - To read all Fuses and Lock bits, use programming instruction 8e. - To only read Fuse high byte, use programming instruction 8b. - To only read Fuse low byte, use programming instruction 8c. - To only read Lock bits, use programming instruction 8d. 29.10.24. Reading the Signature Bytes 1. 2. 3. 4. 5. Enter JTAG instruction PROG_COMMANDS. Enable Signature byte read using programming instruction 9a. Load address 0x00 using programming instruction 9b. Read first signature byte using programming instruction 9c. Repeat steps 3 and 4 with address 0x01 and address 0x02 to read the second and third signature bytes, respectively. 29.10.25. Reading the Calibration Byte 1. 2. 3. 4. Enter JTAG instruction PROG_COMMANDS. Enable Calibration byte read using programming instruction 10a. Load address 0x00 using programming instruction 10b. Read the calibration byte using programming instruction 10c. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 358 30. Electrical Characteristics Table 30-1. Absolute Maximum Ratings* 30.1. Operating Temperature -55C to +125C Storage Temperature -65C to +150C Voltage on any Pin except RESET with respect to Ground -0.5V to VCC +0.5V Voltage on RESET with respect to Ground -0.5V to +13.0V Maximum Operating Voltage 6.0V DC Current per I/O Pin 40.0mA DC Current VCC and GND Pins 200.0mA and 400.0mA TQFP/MLF *NOTICE: Stresses beyond those listed under "Absolute Maximum Ratings" may cause permanent damage to the device. This is a stress rating only and functional operation of the device at these or other conditions beyond those indicated in the operational sections of this specification is not implied. Exposure to absolute maximum rating conditions for extended periods may affect device reliability. DC Characteristics Table 30-2. TA = -40C to 85C, VCC = 2.7V to 5.5V (unless otherwise noted) Symbol Parameter Condition Min VIL Input Low Voltage except XTAL1 and RESET pins VCC = 2.7V - 5.5V -0.5 0.2 VCC(1) V Input High Voltage except XTAL1 and RESET pins VCC = 2.7V - 5.5V 0.6 VCC(2) VCC + 0.5 V VIL1 Input Low Voltage XTAL1 pin VCC = 2.7V - 5.5V -0.5 0.1 VCC(1) V VIH1 Input High Voltage XTAL 1 pin VCC = 2.7V - 5.5V 0.7 VCC(2) VCC + 0.5 V VIL2 Input Low Voltage RESET pin VCC = 2.7V - 5.5V -0.5 0.2 VCC VIH2 Input High Voltage RESET pin VCC = 2.7V - 5.5V 0.9 VCC(2) VCC + 0.5 V VIH Typ Max Units VCC = 4.5V - 5.5V VCC = 4.5V - 5.5V VCC = 4.5V - 5.5V Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 V 359 Symbol Parameter Condition Min Typ Max Units Output Low Voltage(3) (Ports A,B,C,D) IOL = 20mA, VCC = 5V 0.7 V IOL = 10mA, VCC = 3V 0.5 V Output High Voltage(4) (Ports A,B,C,D) IOH = -20mA, VCC = 5V 4.2 V IOH = -10mA, VCC = 3V 2.2 V IIL Input Leakage Current I/O Pin VCC = 5.5V, pin low (absolute value) 1 A IIH Input Leakage Current I/O Pin VCC = 5.5V, pin high (absolute value) 1 A RRST Reset Pull-up Resistor 30 85 k Rpu I/O Pin Pull-up Resistor 20 50 k ICC Power Supply Current VOL VOH Power-down mode(5) VACIO IACLK Analog Comparator Input Offset Voltage Analog Comparator Input Leakage Current tACPD Analog Comparator Propagation Delay 60 Active 1MHz, VCC = 3V 0.6 mA Active 4MHz, VCC = 3V 2.1 5 mA Active 8MHz, VCC = 5V 7.5 15 mA Idle 1MHz, VCC = 3V 0.2 mA Idle 4MHz, VCC = 3V 0.6 2.5 mA Idle 8MHz, VCC = 5V 2.8 8 mA WDT enabled, VCC = 3V <10 20 A WDT disabled, VCC = 3V <1 10 A 40 mV 50 nA VCC = 5V Vin = VCC/2 VCC = 5V -50 Vin = VCC/2 VCC = 2.7V 750 VCC = 4.0V 500 ns Note: 1. "Max" means the highest value where the pin is guaranteed to be read as low 2. "Min" means the lowest value where the pin is guaranteed to be read as high 3. Although each I/O port can sink more than the test conditions (20mA at VCC = 5V, 10mA at VCC = 3V) under steady state conditions (non-transient), the following must be observed: PDIP Package: 3.1. 3.2. The sum of all IOL, for all ports, should not exceed 200mA. The sum of all IOL, for ports A0 - A7 should not exceed 100mA. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 360 3.3. The sum of all IOL, for ports B0 - B7, C0 - C7, D0 - D7 and XTAL2, should not exceed 100mA. TQFP and QFN/MLF Package: 4. 3.1. 3.2. 3.3. 3.4. 3.5. The sum of all IOL, for all ports, should not exceed 400 mA. The sum of all IOL, for ports A0 - A7, should not exceed 100 mA. The sum of all IOL, for ports B0 - B4, should not exceed 100 mA. The sum of all IOL, for ports B3 - B7, XTAL2, D0 - D2, should not exceed 100 mA. The sum of all IOL, for ports D3 - D7, should not exceed 100 mA. 3.6. The sum of all IOL, for ports C0 - C7, should not exceed 100 mA. If IOL exceeds the test condition, VOL may exceed the related specification. Pins are not guaranteed to sink current greater than the listed test condition. Although each I/O port can source more than the test conditions (20 mA at Vcc = 5V, 10 mA at Vcc = 3V) under steady state conditions (non-transient), the following must be observed: PDIP Package: 4.1. 4.2. 4.3. The sum of all IOH, for all ports, should not exceed 200 mA. The sum of all IOH, for port A0 - A7, should not exceed 100 mA. The sum of all IOH, for ports B0 - B7,C0 - C7, D0 - D7 and XTAL2, should not exceed 100 mA. TQFP and QFN/MLF Package: 4.1. 4.2. 4.3. 4.4. 4.5. 4.6. 5. The sum of all IOH, for all ports, should not exceed 400 mA. The sum of all IOH, for ports A0 - A7, should not exceed 100 mA. The sum of all IOH, for ports B0 - B4, should not exceed 100 mA. The sum of all IOH, for ports B3 - B7, XTAL2, D0 - D2, should not exceed 100 mA. The sum of all IOH, for ports D3 - D7, should not exceed 100 mA. The sum of all IOH, for ports C0 - C7, should not exceed 100 mA. If IOH exceeds the test condition, VOH may exceed the related specification. Pins are not guaranteed to source current greater than the listed test condition. Minimum VCC for Power-down is 2.5V. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 361 30.2. Speed Grades Figure 30-1. Maximum Frequency vs. Vcc 16 MHz 8 MHz S a fe Ope ra ting Are a 2.7V 30.3. Clock Characteristics 30.3.1. External Clock Drive Waveforms 4.5V 5.5V Figure 30-2. External Clock Drive Waveforms VIH1 VIL1 30.3.2. External Clock Drive Table 30-3. External Clock Drive Symbol Parameter VCC = 2.7V to 5.5V VCC = 4.5V to 5.5V Units Min Max Min Max 8 0 16 1/tCLCL Oscillator Frequency 0 tCLCL Clock Period 125 62.5 ns tCHCX High Time 50 25 ns tCLCX Low Time 50 25 ns tCLCH Rise Time 1.6 0.5 s tCHCL Fall Time 1.6 0.5 s tCLCL Change in period from one clock cycle to the next 2 2 % Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 MHz 362 Table 30-4. External RC Oscillator, Typical Frequencies R [k](1) C [pF] f(2) 33 22 650kHz 10 22 2.0MHz Note: 1. R should be in the range 3k - 100k, and C should be at least 20pF. The C values given in the table includes pin capacitance. This will vary with package type. 2. The frequency will vary with package type and board layout. 30.4. System and Reset Characteristics Table 30-5. Reset, Brown-out and Internal Voltage Reference Characteristics Symbol Parameter VPOT Min Typ Max Units Power-on Reset Threshold Voltage (rising)(1) 1.4 2.3 V Power-on Reset Threshold Voltage (falling) 1.3 2.3 V 0.9 VCC 1.5 s V VRST RESET Pin Threshold Voltage tRST Minimum pulse width on RESET Pin VBOT Brown-out Reset Threshold Voltage(2) tBOD Condition 0.2 BODLEVEL = 1 2.5 2.7 2.9 BODLEVEL = 0 3.6 4.0 4.2 Minimum low voltage period for Brown-out Detection BODLEVEL = 1 2 s BODLEVEL = 0 2 s 50 mV VHYST Brown-out Detector hysteresis VBG Bandgap reference voltage tBG Bandgap reference start-up time 40 IBG Bandgap reference current consumption 10 1.15 1.23 1.35 V 70 s s Note: 1. The Power-on Reset will not work unless the supply voltage has been below VPOT (falling). 2. VBOT may be below nominal minimum operating voltage for some devices. For devices where this is the case, the device is tested down to VCC = VBOT during the production test. This guarantees that a Brown-out Reset will occur before VCC drops to a voltage where correct operation of the microcontroller is no longer guaranteed. The test is performed using BODLEVEL = 1 and BODLEVEL = 0 for ATmega32A. 30.5. Two-wire Serial Interface Characteristics The table below describes the requirements for devices connected to the Two-wire Serial Bus. The ATmega32A Two-wire Serial Interface meets or exceeds these requirements under the noted conditions. Timing symbols refer to Figure 30-3. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 363 Table 30-6. Two-wire Serial Bus Requirements Symbol Parameter Condition Min Max Units V VIL Input Low-voltage -0.5 0.3VCC VIH Input High-voltage 0.7VCC VCC + 0.5 V Vhys(1) Hysteresis of Schmitt Trigger Inputs 0.05VCC(2) - V VOL(1) Output Low-voltage 0 0.4 V tr(1) Rise Time for both SDA and SCL tof(1) Output Fall Time from VIHmin to VILmax tSP(1) Spikes Suppressed by Input Filter Ii Input Current each I/O Pin Ci(1) Capacitance for each I/O Pin fSCL SCL Clock Frequency Rp Value of Pull-up resistor tHD;STA tLOW tHIGH tSU;STA tHD;DAT tSU;DAT tSU;STO Hold Time (repeated) START Condition Low Period of the SCL Clock High period of the SCL clock Set-up time for a repeated START condition Data hold time Data setup time Setup time for STOP condition 3mA sink current 10pF < Cb < 400pF(3) 20 + 0.1Cb(3)(2) 300 ns 20 + 0.1Cb(3)(2) 250 ns 0 50(2) ns -10 10 A - 10 pF fCK(4) > max(16fSCL, 250kHz)(5) 0 400 kHz fSCL 100kHz 1000ns fSCL > 100kHz CC - 0.4V 3mA 0.1VCC < Vi < 0.9VCC fSCL 100kHz CC - 0.4V 3mA 4.0 300ns - s fSCL > 100kHz 0.6 - s fSCL 100kHz 4.7 - s fSCL > 100kHz 1.3 - s fSCL 100kHz 4.0 - s fSCL > 100kHz 0.6 - s fSCL 100kHz 4.7 - s fSCL > 100kHz 0.6 - s fSCL 100kHz 0 3.45 s fSCL > 100kHz 0 0.9 s fSCL 100kHz 250 - ns fSCL > 100kHz 100 - ns fSCL 100kHz 4.0 - s fSCL > 100kHz 0.6 - s Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 364 Symbol Parameter Condition Min Max Units tBUF fSCL 100kHz 4.7 - s fSCL > 100kHz 1.3 - s Bus free time between a STOP and START condition Note: 1. In ATmega32A, this parameter is characterized and not 100% tested. 2. Required only for fSCL > 100kHz. 3. Cb = capacitance of one bus line in pF. 4. fCK = CPU clock frequency 5. This requirement applies to all ATmega32A Two-wire Serial Interface operation. Other devices connected to the Two-wire Serial Bus need only obey the general fSCL requirement. Figure 30-3. Two-wire Serial Bus Timing tof tHIGH tLOW tr tLOW S CL tS U;S TA tHD;S TA tHD;DAT tS U;DAT tS U;S TO S DA tBUF 30.6. SPI Timing Characteristics See figures below for details. Table 30-7. SPI Timing Parameters Description Mode Min Typ Max 1 SCK period Master See Table 22-5 2 SCK high/low Master 50% duty cycle 3 Rise/Fall time Master 3.6 4 Setup Master 10 5 Hold Master 10 6 Out to SCK Master 0.5 * tSCK 7 SCK to out Master 10 8 SCK to out high Master 10 9 SS low to out Slave 15 10 SCK period Slave 4 * tck 11 SCK high/low(1) Slave 2 * tck 12 Rise/Fall time Slave ns 1.6 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 s 365 Description Mode Min 13 Setup Slave 10 14 Hold Slave tck 15 SCK to out Slave 16 SCK to SS high Slave 17 SS high to tri-state Slave 18 SS low to SCK Slave Typ Max 15 ns 20 10 2 * tck Figure 30-4. SPI interface timing requirements (Master Mode) SS 6 1 S CK (CP OL = 0) 2 2 S CK (CP OL = 1) 4 MIS O (Da ta Input) 5 3 MS B ... LS B 8 7 MOS I (Da ta Output) MS B ... LS B SPI interface timing requirements (Slave Mode) 18 SS 10 9 16 S CK (CP OL = 0) 11 11 S CK (CP OL = 1) 13 MOS I (Da ta Input) 14 12 MS B ... LS B 17 15 MIS O (Da ta Output) MS B ... LS B X Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 366 30.7. ADC Characteristics Table 30-8. ADC Characteristics Symbol Parameter Condition Min Typ Max Units Resolution Single Ended Conversion 10 Bits Absolute accuracy (Including INL, DNL, Quantization Error, Gain, and Offset Error) Single Ended Conversion 1.5 LSB 3 LSB 1.5 LSB 3 LSB 0.75 LSB 0.25 LSB 0.75 LSB 0.75 LSB VREF = 4V, VCC = 4V ADC clock = 200kHz Single Ended Conversion VREF = 4V, VCC = 4V ADC clock = 1MHz Single Ended Conversion VREF = 4V, VCC = 4V ADC clock = 200kHz Noise Reduction mode Single Ended Conversion VREF = 4V, VCC = 4V ADC clock = 1MHz Noise Reduction mode Integral Non-linearity (INL) Single Ended Conversion VREF = 4V, VCC = 4V ADC clock = 200kHz Differential Non-linearity (DNL) Single Ended Conversion VREF = 4V, VCC = 4V ADC clock = 200kHz Gain Error Single Ended Conversion VREF = 4V, VCC = 4V ADC clock = 200kHz Offset Error Single Ended Conversion VREF = 4V, VCC = 4V ADC clock = 200kHz Conversion Time 13 260 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 s 367 Symbol Parameter Condition Min Typ Max Units Clock Frequency 50 1000 kHz AVCC Analog Analog Supply Voltage VCC 0.3(1) VCC + 0.3(2) V VREF Reference Voltage 2.0 AVCC V VIN Input voltage GND VREF V ADC conversion output 0 1023 LSB Input bandwidth 2.3 38.5 kHz 2.56 2.7 V VINT Internal Voltage Reference RREF Reference Input Resistance 32 k RAIN Analog Input Resistance 100 M Typ Max Units Note: 1. Minimum for AVCC is 2.7V. 2. Maximum for AVCC is 5.5V. Table 30-9. ADC Characteristics Symbol Parameter Resolution Absolute Accuracy Condition Min Gain = 1x 10 Bits Gain = 10x 10 Bits Gain = 200x 10 Bits Gain = 1x 17 LSB 16 LSB 7 LSB VREF = 4V, VCC = 5V ADC clock = 50 - 200kHz Gain = 10x VREF = 4V, VCC = 5V ADC clock = 50 - 200kHz Gain = 200x VREF = 4V, VCC = 5V ADC clock = 50 - 200kHz Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 368 Symbol Parameter Condition Typ Max Units 0.75 LSB 0.75 LSB 2 LSB Gain = 1x 1.6 % Gain = 10x 1.5 % Gain = 200x 0.2 % Gain = 1x 1 LSB 1.5 LSB 4.5 LSB Integral Non-linearity (INL) Gain = 1x (Accuracy after calibration for Offset and Gain Error) VREF = 4V, VCC = 5V Min ADC clock = 50 - 200kHz Gain = 10x VREF = 4V, VCC = 5V ADC clock = 50 - 200kHz Gain = 200x VREF = 4V, VCC = 5V ADC clock = 50 - 200kHz Gain Error Offset Error VREF = 4V, VCC = 5V ADC clock = 50 - 200kHz Gain = 10x VREF = 4V, VCC = 5V ADC clock = 50 - 200kHz Gain = 200x VREF = 4V, VCC = 5V ADC clock = 50 - 200kHz Conversion Time 65 260 s Clock Frequency 50 200 kHz AVCC Analog Analog Supply Voltage VCC - 0.3(1) VCC + 0.3(2) V VREF Reference Voltage 2.0 AVCC - 0.5 V VIN Input voltage GND AVCC V VDIFF Input differential voltage -VREF/Gain VREF/Gain V ADC conversion output -511 511 LSB Input bandwidth VINT Internal Voltage Reference 2.3 4 kHz 2.56 2.7 V Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 369 Symbol Parameter Condition Min Typ Max Units RREF Reference Input Resistance 32 k RAIN Analog Input Resistance 100 M Note: 1. Minimum for AVCC is 2.7V. 2. Maximum for AVCC is 5.5V. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 370 31. Typical Characteristics Some of the Status Flags are cleared by writing a logical one to them. Note that the CBI and SBI instructions will operate on all bits in the I/O Register, writing a one back into any flag read as set, thus clearing the flag. The CBI and SBI instructions work with registers $00 to $1F only. The power consumption in Power-down mode is independent of clock selection. The current consumption is a function of several factors such as: operating voltage, operating frequency, loading of I/O pins, switching rate of I/O pins, code executed and ambient temperature. The dominating factors are operating voltage and frequency. The current drawn from capacitive loaded pins may be estimated (for one pin) as CL*VCC*f where CL = load capacitance, VCC = operating voltage and f = average switching frequency of I/O pin. The parts are characterized at frequencies higher than test limits. Parts are not guaranteed to function properly at frequencies higher than the ordering code indicates. The difference between current consumption in Power-down mode with Watchdog Timer enabled and Power-down mode with Watchdog Timer disabled represents the differential current drawn by the Watchdog Timer. Active Supply Current Figure 31-1. Active Supply Current vs. Low Frequency (0.1 - 1.0 MHz) ACTIVE S UP P LY CURRENT vs . LOW FREQUENCY 0.1 - 1.0 MHz 1.6 ICC (mA) 31.1. 1.4 5.5 V 1.2 5.0 V 1 4.5 V 0.8 4.0 V 3.6 V 3.3 V 0.6 2.7 V 0.4 0.2 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 Fre que ncy (MHz) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 371 Figure 31-2. Active Supply Current vs. Frequency (1 - 16MHz) ACTIVE S UP P LY CURRENT vs . FREQUENCY 1 -16 MHz ICC (mA) 18 16 5.5V 14 5.0V 12 4.5V 10 4.0V 8 3.6V 6 3.3V 4 2.7V 2 0 0 2 4 6 8 10 12 14 16 Fre que ncy (MHz) Figure 31-3. Active Supply Current vs. VCC (Internal RC Oscillator, 8MHz) ACTIVE S UP P LY CURRENT vs . VCC INTERNAL RC OS CILLATOR, 8 MHz 12 25 C 10 85 C -40 C ICC (mA) 8 6 4 2 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 372 Figure 31-4. Active Supply Current vs. VCC (Internal RC Oscillator, 4MHz) ACTIVE S UP P LY CURRENT vs . VCC INTERNAL RC OS CILLATOR, 4 MHz 6 25 C 85 C 5 -40 C ICC (mA) 4 3 2 1 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-5. Active Supply Current vs. VCC (Internal RC Oscillator, 1MHz) ACTIVE S UP P LY CURRENT vs . VCC INTERNAL RC OS CILLATOR, 1 MHz 1.6 25 C 85 C 1.4 -40 C 1.2 ICC (mA) 1 0.8 0.6 0.4 0.2 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 373 Figure 31-6. Active Supply Current vs. VCC (External Oscillator, 32kHz) ACTIVE S UP P LY CURRENT vs . VCC EXTERNAL OS CILLATOR, 32 kHz 160 25 C 140 120 ICC (uA) 100 80 60 40 20 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Idle Supply Current Figure 31-7. Idle Supply Current vs. Low Frequency (0.1 - 1.0MHz) IDLE S UP P LY CURRENT vs . LOW FREQUENCY 0.1 - 1.0 MHz 0.7 0.6 5.5 V 0.5 ICC (mA) 31.2. 5.0 V 0.4 4.5 V 4.0 V 3.6 V 3.3 V 0.3 0.2 2.7 V 0.1 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 Fre que ncy (MHz) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 374 Figure 31-8. Idle Supply Current vs. Frequency (1 MHz - 16 MHz) IDLE S UP P LY CURRENT vs . FREQUENCY 1 - 16 MHz 8 7 5.5V 6 5.0V ICC (mA) 5 4.5V 4 4.0V 3 3.6V 2 2.7V 1 3.3V 0 0 2 4 6 8 10 12 14 16 Fre que ncy (MHz) Figure 31-9. Idle Supply Current vs. VCC (Internal RC Oscillator, 8 MHz) IDLE S UP P LY CURRENT vs . VCC INTERNAL RC OS CILLATOR, 8 MHz 5 -40 C 25 C 85 C ICC (mA) 4 3 2 1 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 375 Figure 31-10. Idle Supply Current vs. VCC (Internal RC Oscillator, 4MHz) IDLE S UP P LY CURRENT vs . VCC INTERNAL RC OS CILLATOR, 4 MHz 2.5 -40 C 25 C 85 C ICC (mA) 2 1.5 1 0.5 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-11. Idle Supply Current vs. VCC (Internal RC Oscillator, 1MHz) IDLE S UP P LY CURRENT vs . VCC INTERNAL RC OS CILLATOR, 1 MHz 0.8 0.7 85 C 0.6 25 C -40 C ICC (mA) 0.5 0.4 0.3 0.2 0.1 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 376 Figure 31-12. Idle Supply Current vs. VCC (External Oscillator, 32kHz) IDLE S UP P LY CURRENT vs . VCC EXTERNAL OS CILLATOR, 32 kHz 40 35 25 C 30 ICC (uA) 25 20 15 10 5 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Power-down Supply Current Figure 31-13. Power-down Supply Current vs. VCC (Watchdog Timer Disabled) P OWER-DOWN S UP P LY CURRENT vs . VCC WATCHDOG TIMER DIS ABLED 2 85 C 1.6 -40 C 1.2 ICC (uA) 31.3. 25 C 0.8 0.4 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 377 Figure 31-14. Power-down Supply Current vs. VCC (Watchdog Timer Enabled) P OWER-DOWN S UP P LY CURRENT vs . VCC WATCHDOG TIMER ENABLED 20 85 C -40 C 25 C 16 ICC (uA) 12 8 4 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Power-save Supply current Figure 31-15. Power-save Supply Current vs. VCC (Watchdog Timer Disabled) P OWER-S AVE S UP P LY CURRENT vs . VCC WATCHDOG TIMER DIS ABLED 20 25 C 16 12 ICC (uA) 31.4. 8 4 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 378 31.5. Standby Supply Current Figure 31-16. Standby Supply Current vs. VCC (WDT Disabled) S TANDBY S UP P LY CURRENT vs . VCC WATCHDOG TIMER DIS ABLED 0.16 6MHz_xta l 6MHz_re s 0.14 0.12 4MHz_re s 4MHz_xta l ICC (mA) 0.1 0.08 2MHz_re s 2MHz_xta l 450kHz_re s 1MHz_re s 0.06 0.04 0.02 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Pin Pull-up Figure 31-17. I/O Pin Pull-up Resistor Current vs. Input Voltage (VCC = 5V) I/O P IN P ULL-UP RES IS TOR CURRENT vs . INP UT VOLTAGE VCC = 5V 140 120 25 C 100 IOP (uA) 31.6. 85 C -40 C 80 60 40 20 0 0 1 2 3 4 5 6 VOP (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 379 Figure 31-18. I/O Pin Pull-up Resistor Current vs. Input Voltage (VCC = 2.7V) I/O P IN P ULL-UP RES IS TOR CURRENT vs . INP UT VOLTAGE VCC = 2.7V 70 25 C -40 C 60 85 C IOP (uA) 50 40 30 20 10 0 0 0.5 1 1.5 2 2.5 3 VOP (V) Figure 31-19. Reset Pull-up Resistor Current vs. Reset Pin Voltage (VCC = 5V) RES ET P ULL-UP RES IS TOR CURRENT vs . RES ET P IN VOLTAGE VCC = 5V 100 IRES ET (uA) 80 60 40 20 -40 C 25 C 85 C 0 0 1 2 3 4 5 6 VRES ET(V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 380 Figure 31-20. Reset Pull-up Resistor Current vs. Reset Pin Voltage (VCC = 2.7V) RES ET P ULL-UP RES IS TOR CURRENT vs . RES ET P IN VOLTAGE VCC = 2.7V 60 50 IRES ET (uA) 40 30 20 10 -40 C 0 25 C 85 C 0 0.5 1 1.5 2 2.5 3 VRES ET(V) Pin Driver Strength Figure 31-21. I/O Pin Source Current vs. Output Voltage (VCC = 5V) I/O P IN S OURCE CURRENT vs . OUTP UT VOLTAGE VCC = 5V 80 70 25 C 60 -40 C 85 C 50 IOH (mA) 31.7. 40 30 20 10 0 3 3.4 3.8 4.2 4.6 5 VOH (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 381 Figure 31-22. I/O Pin Source Current vs. Output Voltage (VCC = 3V) I/O P IN S OURCE CURRENT vs . OUTP UT VOLTAGE VCC = 3V 35 -40 C 25 C 30 85 C IOH (mA) 25 20 15 10 5 0 1 1.5 2 2.5 3 VOH (V) Figure 31-23. I/O Pin Sink Current vs. Output Voltage (VCC = 5V) I/O P IN S INK CURRENT vs . OUTP UT VOLTAGE VCC = 5V 90 -40 C 80 25 C 70 85 C IOL (mA) 60 50 40 30 20 10 0 0 0.5 1 1.5 2 VOL (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 382 Figure 31-24. I/O Pin Sink Current vs. Output Voltage (VCC = 3V) I/O P IN S INK CURRENT vs . OUTP UT VOLTAGE VCC = 3V IOL (mA) 45 40 -40 C 35 25 C 30 85 C 25 20 15 10 5 0 0 0.5 1 1.5 2 VOL (V) Pin Thresholds and Hysteresis Figure 31-25. I/O Pin Input Threshold Voltage vs. VCC (VIH, I/O Pin Read as "1") I/O P IN INP UT THRES HOLD VOLTAGE vs . VCC VIH, IO P IN READ AS '1' 3 85 C 25 C 2.5 -40 C 2 Thre s hold (V) 31.8. 1.5 1 0.5 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 383 Figure 31-26. I/O Pin Input Threshold Voltage vs. VCC (VIL, I/O Pin Read as "0") I/O P IN INP UT THRES HOLD VOLTAGE vs . VCC VIL, IO P IN READ AS '0' 2.5 85 C 25 C -40 C Thre s hold (V) 2 1.5 1 0.5 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-27. I/O Pin Input Hysteresis vs. VCC I/O P IN INP UT HYS TERES IS vs . VCC 0.6 -40 C 25 C Input Hys te re s is (mV) 85 C 0.4 0.2 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 384 Figure 31-28. Reset Input Threshold Voltage vs. VCC (VIH,Reset Pin Read as "1") RES ET INP UT THRES HOLD VOLTAGE vs . VCC VIH, IO P IN READ AS '1' 2.5 Thre s hold (V) 2 -40 C 1.5 25 C 85 C 1 0.5 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-29. Reset Input Threshold Voltage vs. VCC (VIL,Reset Pin Read as "0") RES ET INP UT THRES HOLD VOLTAGE vs . VCC VIL, IO P IN READ AS '0' 2.5 85 C 25 C -40 C Thre s hold (V) 2 1.5 1 0.5 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 385 Figure 31-30. Reset Input Pin Hysteresis vs. VCC RES ET P IN INP UT HYS TERES IS vs . VCC 0.5 Input Hys te re s is (mV) 0.4 0.3 -40 C 0.2 25 C 0.1 85 C 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) BOD Thresholds and Analog Comparator Offset Figure 31-31. BOD Thresholds vs. Temperature (BOD Level is 4.0V) BOD THRES HOLDS vs . TEMP ERATURE BOD LEVEL IS 4.0 V 4.1 Ris ing VCC 4 Thre s hold (V) 31.9. 3.9 Fa lling VCC 3.8 -60 -40 -20 0 20 40 60 80 100 Te mpe ra ture (C) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 386 Figure 31-32. BOD Thresholds vs. Temperature (BOD Level is 2.7V) BOD THRES HOLDS vs . TEMP ERATURE BOD LEVEL IS 2.7 V 2.9 Ris ing VCC Thre s hold (V) 2.8 2.7 Fa lling VCC 2.6 -60 -40 -20 0 20 40 60 80 100 Te mpe ra ture (C) Figure 31-33. Bandgap Voltage vs. VCC BANDGAP VOLTAGE vs . VCC 1.25 1.248 Ba ndga p Volta ge (V) 1.246 1.244 1.242 1.24 25 C 1.238 85 C 1.236 -40 C 1.234 1.232 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 387 31.10. Internal Oscillator Speed Figure 31-34. Watchdog Oscillator Frequency vs. VCC WATCHDOG OS CILLATOR FREQUENCY vs . VCC 1320 -40 C 25 C 1300 1280 85 C F RC (kHz) 1260 1240 1220 1200 1180 1160 1140 1120 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-35. Calibrated 8MHz RC Oscillator Frequency vs. Temperature CALIBRATED 8 MHz RC OS CILLATOR FREQUENCY vs . TEMP ERATURE 8.5 8.3 8.1 F RC (MHz) 7.9 5.5 5.0 4.5 4.0 7.7 7.5 7.3 V V V V 3.6 V 3.3 V 7.1 6.9 2.7 V 6.7 6.5 -60 -40 -20 0 20 40 60 80 100 Te mpe ra ture Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 388 Figure 31-36. Calibrated 8MHz RC Oscillator Frequency vs. VCC CALIBRATED 8 MHz RC OS CILLATOR FREQUENCY vs . VCC 9 8.5 -40 C 25 C F RC (MHz) 8 85 C 7.5 7 6.5 6 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-37. Calibrated 8MHz RC Oscillator Frequency vs. Osccal Value CALIBRATED 8 MHz RC OS CILLATOR FREQUENCY vs . OS CCAL VALUE 16 -40 C 14 25 C 85 C 12 F RC (MHz) 10 8 6 4 2 0 0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 OS CCAL (X1) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 389 Figure 31-38. Calibrated 4MHz RC Oscillator Frequency vs. Temperature CALIBRATED 4 MHz RC OS CILLATOR FREQUENCY vs . TEMP ERATURE 4.2 4.1 F RC (MHz) 4 5.5 5.0 4.5 4.0 3.9 3.8 V V V V 3.6 V 3.3 V 3.7 2.7 V 3.6 3.5 -60 -40 -20 0 20 40 60 80 100 Te mpe ra ture Figure 31-39. Calibrated 4MHz RC Oscillator Frequency vs. VCC CALIBRATED 4 MHz RC OS CILLATOR FREQUENCY vs . VCC 4.2 -40 C 4.1 25 C F RC (MHz) 4 85 C 3.9 3.8 3.7 3.6 3.5 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 390 Figure 31-40. Calibrated 4MHz RC Oscillator Frequency vs. Osccal Value CALIBRATED 4 MHz RC OS CILLATOR FREQUENCY vs . OS CCAL VALUE 8 7 -40 C 25 C 6 85 C F RC (MHz) 5 4 3 2 1 0 0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 OS CCAL (X1) Figure 31-41. Calibrated 2MHz RC Oscillator Frequency vs. Temperature CALIBRATED 2 MHz RC OS CILLATOR FREQUENCY vs . TEMP ERATURE 2.1 2.05 F RC (MHz) 2 5.5 5.0 4.5 4.0 3.6 3.3 1.95 1.9 V V V V V V 1.85 2.7 V 1.8 -60 -40 -20 0 20 40 60 80 100 Te mpe ra ture Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 391 Figure 31-42. Calibrated 2MHz RC Oscillator Frequency vs. VCC CALIBRATED 2 MHz RC OS CILLATOR FREQUENCY vs . VCC 2.1 -40 C 25 C 2 F RC (MHz) 85 C 1.9 1.8 1.7 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-43. Calibrated 2MHz RC Oscillator Frequency vs. Osccal Value CALIBRATED 2 MHz RC OS CILLATOR FREQUENCY vs . OS CCAL VALUE 4 -40 C 3.5 25 C 85 C 3 F RC (MHz) 2.5 2 1.5 1 0.5 0 0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 OS CCAL (X1) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 392 Figure 31-44. Calibrated 1MHz RC Oscillator Frequency vs. Temperature CALIBRATED 1 MHz RC OS CILLATOR FREQUENCY vs . TEMP ERATURE 1.04 1.02 F RC (MHz) 1 5.5 5.0 4.5 4.0 3.6 3.3 0.98 0.96 V V V V V V 0.94 2.7 V 0.92 -60 -40 -20 0 20 40 60 80 100 Te mpe ra ture Figure 31-45. Calibrated 1MHz RC Oscillator Frequency vs. VCC CALIBRATED 1 MHz RC OS CILLATOR FREQUENCY vs . VCC 1.04 1.02 -40 C 25 C F RC (MHz) 1 85 C 0.98 0.96 0.94 0.92 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 393 Figure 31-46. Calibrated 1MHz RC Oscillator Frequency vs. Osccal Value CALIBRATED 1 MHz RC OS CILLATOR FREQUENCY vs . OS CCAL VALUE 2 -40 C 25 C 85 C 1,8 1,6 F RC (MHz) 1,4 1,2 1 0,8 0,6 0,4 0,2 0 0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 OS CCAL (X1) 31.11. Current Consumption of Peripheral Units Figure 31-47. Brownout Detector Current vs. VCC BROWNOUT DETECTOR CURRENT vs . VCC 20 -40 C 25 C 18 16 85 C 14 ICC (uA) 12 10 8 6 4 2 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 394 Figure 31-48. ADC Current vs. VCC (AREF = AVCC) ADC CURRENT vs . V CC AREF = AVCC 350 85 C 25 C 300 -40 C ICC (uA) 250 200 150 100 50 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-49. AREF External Reference Current vs. VCC AREF EXTERNAL REFERENCE CURRENT vs . VCC 200 85 C 25 C -40 C ICC (uA) 150 100 50 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 395 Figure 31-50. Analog Comparator Current vs. VCC ANALOG COMP ARATOR CURRENT vs . VCC 100 90 80 85 C ICC (uA) 70 25 C -40 C 60 50 40 30 20 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Figure 31-51. Programming Current vs. VCC P ROGRAMMING CURRENT vs . VCC 9 8 -40 C 7 25 C ICC (mA) 6 85 C 5 4 3 2 1 0 2.5 3 3.5 4 4.5 5 5.5 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 396 31.12. Current Consumption in Reset and Reset Pulsewidth Figure 31-52. Reset Supply Current vs. Low Frequency (0.1 - 1.0MHz, Excluding Current Through The Reset Pull-up) RES ET S UP P LY CURRENT vs . VCC EXCLUDING CURRENT THROUGH THE RES ET P ULLUP 3 2.5 5.5 V 5.0 V ICC (mA) 2 4.5 V 1.5 4.0 V 3.6 V 3.3 V 1 2.7 V 0.5 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 Fre que ncy (MHz) Figure 31-53. Reset Supply Current vs. Frequency (1 - 16MHz, Excluding Current Through The Reset Pull-up) RES ET S UP P LY CURRENT vs . V CC EXCLUDING CURRENT THROUGH THE RES ET P ULLUP 16 5.5V 14 5.0V 12 4.5V ICC (mA) 10 4.0V 8 3.6V 6 3.3V 4 2.7V 2 0 0 2 4 6 8 10 12 14 16 Fre que ncy (MHz) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 397 Figure 31-54. Minimum Reset Pulse Width vs. VCC MINIMUM RES ET P ULS E WIDTH vs . VCC 800 700 P uls e width (ns ) 600 500 400 85 C 25 C -40 C 300 200 100 0 2.5 3 3.5 4 4.5 5 5.5 6 VCC (V) Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 398 32. Register Summary Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 0x3F (0x5F) SREG I T H S V N Z C 0x3E (0x5E) SPH - - - - SP11 SP10 SP9 SP8 0x3D (0x5D) SPL SP7 SP6 SP5 SP4 SP3 SP2 SP1 SP0 0x3C (0x5C) OCR0 0x3B (0x5B) GICR INT1 INT0 INT2 - - - IVSEL IVCE 0x3A (0x5A) GIFR INTF1 INTF0 INTF2 - - - - - TOIE0 Timer/Counter0 Output Compare Register 0x39 (0x59) TIMSK OCIE2 TOIE2 TICIE1 OCIE1A OCIE1B TOIE1 OCIE0 0x38 (0x58) TIFR OCF2 TOV2 ICF1 OCF1A OCF1B TOV1 OCF0 TOV0 0x37 (0x57) SPMCR SPMIE RWWSB - RWWSRE BLBSET PGWRT PGERS SPMEN 0x36 (0x56) TWCR TWINT TWEA TWSTA TWSTO TWWC TWEN - TWIE 0x35 (0x55) MCUCR SE SM2 SM1 SM0 ISC11 ISC10 ISC01 ISC00 0x34 (0x54) MCUCSR JTD ISC2 - JTRF WDRF BORF EXTRF PORF 0x33 (0x53) TCCR0 FOC0 WGM00 COM01 COM00 WGM01 CS02 CS01 CS00 0x32 (0x52) TCNT0 Timer/Counter0 (8 Bits) OSCCAL Oscillator Calibration Register ACME PUD PSR2 PSR10 0x31 (0x51) OCDR On-Chip Debug Register 0x30 (0x50) SFIOR ADTS2 ADTS1 ADTS0 - 0x2F (0x4F) TCCR1A COM1A1 COM1A0 COM1B1 COM1B0 FOC1A FOC1B WGM11 WGM10 0x2E (0x4E) TCCR1B ICNC1 ICES1 - WGM13 WGM12 CS12 CS11 CS10 CS21 CS20 0x2D (0x4D) TCNT1H 0x2C (0x4C) TCNT1L Timer/Counter1 - Counter Register High byte Timer/Counter1 - Counter Register Low byte 0x2B (0x4B) OCR1AH Timer/Counter1 - Output Compare Register A High byte 0x2A (0x4A) OCR1AL Timer/Counter1 - Output Compare Register A Low byte 0x29 (0x49) OCR1BH Timer/Counter1 - Output Compare Register B High byte 0x28 (0x48) OCR1BL Timer/Counter1 - Output Compare Register B Low byte 0x27 (0x47) ICR1H Timer/Counter1 - Input Capture Register High byte 0x26 (0x46) ICR1L Timer/Counter1 - Input Capture Register Low byte 0x25 (0x45) TCCR2 0x24 (0x44) TCNT2 Timer/Counter2 (8 Bits) 0x23 (0x43) OCR2 Timer/Counter2 Output Compare Register FOC2 WGM20 COM21 COM20 WGM21 CS22 0x22 (0x42) ASSR - - - - AS2 TCN2UB OCR2UB TCR2UB 0x21 (0x41) WDTCR - - - WDTOE WDE WDP2 WDP1 WDP0 0x20(1) UBRRH URSEL - - - (0x40)(1) UCSRC URSEL UMSEL UPM1 UPM0 USBS UCSZ1 UCSZ0 UCPOL 0x1F (0x3F) EEARH - - - - - - EEAR9 EEAR8 UBRR[11:8] 0x1E (0x3E) EEARL 0x1D (0x3D) EEDR EEPROM Address Register Low Byte 0x1C (0x3C) EECR - - - - EERIE EEMWE EEWE EERE 0x1B (0x3B) PORTA PORTA7 PORTA6 PORTA5 PORTA4 PORTA3 PORTA2 PORTA1 PORTA0 0x1A (0x3A) DDRA DDA7 DDA6 DDA5 DDA4 DDA3 DDA2 DDA1 DDA0 0x19 (0x39) PINA PINA7 PINA6 PINA5 PINA4 PINA3 PINA2 PINA1 PINA0 0x18 (0x38) PORTB PORTB7 PORTB6 PORTB5 PORTB4 PORTB3 PORTB2 PORTB1 PORTB0 0x17 (0x37) DDRB DDB7 DDB6 DDB5 DDB4 DDB3 DDB2 DDB1 DDB0 0x16 (0x36) PINB PINB7 PINB6 PINB5 PINB4 PINB3 PINB2 PINB1 PINB0 EEPROM Data Register Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 399 Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 0x15 (0x35) PORTC PORTC7 PORTC6 PORTC5 PORTC4 PORTC3 PORTC2 PORTC1 PORTC0 0x14 (0x34) DDRC DDC7 DDC6 DDC5 DDC4 DDC3 DDC2 DDC1 DDC0 0x13 (0x33) PINC PINC7 PINC6 PINC5 PINC4 PINC3 PINC2 PINC1 PINC0 0x12 (0x32) PORTD PORTD7 PORTD6 PORTD5 PORTD4 PORTD3 PORTD2 PORTD1 PORTD0 0x11 (0x31) DDRD DDD7 DDD6 DDD5 DDD4 DDD3 DDD2 DDD1 DDD0 PIND7 PIND6 PIND5 PIND4 PIND3 PIND2 PIND1 PIND0 0x10 (0x30) PIND 0x0F (0x2F) SPDR 0x0E (0x2E) SPSR SPIF WCOL - - - - - SPI2X 0x0D (0x2D) SPCR SPIE SPE DORD MSTR CPOL CPHA SPR1 SPR0 0x0C (0x2C) UDR 0x0B (0x2B) UCSRA RXC TXC UDRE 0x0A (0x2A) UCSRB RXCIE TXCIE UDRIE 0x09 (0x29) UBRRL SPI Data Register USART I/O Data Register FE DOR PE U2X MPCM RXEN TXEN UCSZ2 RXB8 TXB8 ACIS0 USART Baud Rate Register Low byte 0x08 (0x28) ACSR ACD ACBG ACO ACI ACIE ACIC ACIS1 0x07 (0x27) ADMUX REFS1 REFS0 ADLAR MUX4 MUX3 MUX2 MUX1 MUX0 0x06 (0x26) ADCSRA ADEN ADSC ADATE ADIF ADIE ADPS2 ADPS1 ADPS0 0x05 (0x25) ADCH 0x04 (0x24) ADCL ADC Data Register High byte ADC Data Register Low byte 0x03 (0x23) TWDR Two-wire Serial Interface Data Register 0x02 (0x22) TWAR TWA6 TWA5 TWA4 TWA3 TWA2 TWA1 TWA0 TWGCE 0x01 (0x21) TWSR TWS7 TWS6 TWS5 TWS4 TWS3 - TWPS1 TWPS0 0x00 (0x20) TWBR Two-wire Serial Interface Bit Rate Register Note: 1. When the OCDEN Fuse is unprogrammed, the OSCCAL Register is always accessed on this address. Refer to the debugger specific documentation for details on how to use the OCDR Register. 2. Refer to the USART description for details on how to access UBRRH and UCSRC. 3. For compatibility with future devices, reserved bits should be written to zero if accessed. Reserved I/O memory addresses should never be written. 4. Some of the Status Flags are cleared by writing a logical one to them. Note that the CBI and SBI instructions will operate on all bits in the I/O Register, writing a one back into any flag read as set, thus clearing the flag. The CBI and SBI instructions work with registers 0x00 to 0x1F only. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 400 33. Instruction Set Summary ARITHMETIC AND LOGIC INSTRUCTIONS Mnemonics Operands Description Operation Flags #Clocks 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 MUL Rd, Rr Multiply Unsigned R1:R0 Rd x Rr Z,C 2 MULS Rd, Rr Multiply Signed R1:R0 Rd x Rr Z,C 2 MULSU Rd, Rr Multiply Signed with Unsigned R1:R0 Rd x Rr Z,C 2 FMUL Rd, Rr Fractional Multiply Unsigned R1:R0 (Rd x Rr) << 1 Z,C 2 FMULS Rd, Rr Fractional Multiply Signed R1:R0 (Rd x Rr) << 1 Z,C 2 FMULSU Rd, Rr Fractional Multiply Signed with Unsigned R1:R0 (Rd x Rr) << 1 Z,C 2 BRANCH INSTRUCTIONS Mnemonics Operands Description Operation Flags #Clocks RJMP k Relative Jump PC PC + k + 1 None 2 Indirect Jump to (Z) PC Z None 2 IJMP JMP(1) k Direct Jump PC k None 3 RCALL k Relative Subroutine Call PC PC + k + 1 None 3 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 401 BRANCH INSTRUCTIONS Mnemonics Operands Description Operation Flags #Clocks Indirect Call to (Z) PC Z None 3 Direct Subroutine Call PC k None 4 RET Subroutine Return PC STACK None 4 RETI Interrupt Return PC STACK I 4 ICALL CALL(1) k 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 PCPC+k + 1 None 1/2 BRBC s, k Branch if Status Flag Cleared if (SREG(s) = 0) then PCPC+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 A V= 0) then PC PC + k + 1 None 1/2 BRLT k Branch if Less Than Zero, Signed if (N A 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 Mnemonics Operands Description Operation Flags #Clocks 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 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 402 BIT AND BIT-TEST INSTRUCTIONS Mnemonics Operands Description Operation Flags #Clocks 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),CRd(7) Z,C,N,V 1 ROR Rd Rotate Right Through Carry Rd(7)C,Rd(n) Rd(n+1),CRd(0) Z,C,N,V 1 ASR Rd Arithmetic Shift Right Rd(n) Rd(n+1), n=0:6 Z,C,N,V 1 SWAP Rd Swap Nibbles Rd(3:0)Rd(7:4),Rd(7:4)Rd(3:0) None 1 BSET s Flag Set SREG(s) 1 SREG(s) 1 BCLR s Flag Clear SREG(s) 0 SREG(s) 1 BST Rr, b Bit Store from Register to T T Rr(b) T 1 BLD Rd, b Bit load from T to Register Rd(b) T None 1 SEC Set Carry C1 C 1 CLC Clear Carry C0 C 1 SEN Set Negative Flag N1 N 1 CLN Clear Negative Flag N0 N 1 SEZ Set Zero Flag Z1 Z 1 CLZ Clear Zero Flag Z0 Z 1 SEI Global Interrupt Enable I1 I 1 CLI Global Interrupt Disable I0 I 1 SES Set Signed Test Flag S1 S 1 CLS Clear Signed Test Flag S0 S 1 SEV Set Twos Complement Overflow. V1 V 1 CLV Clear Twos Complement Overflow V0 V 1 SET Set T in SREG T1 T 1 CLT Clear T in SREG T0 T 1 SEH Set Half Carry Flag in SREG H1 H 1 CLH Clear Half Carry Flag in SREG H0 H 1 DATA TRANSFER INSTRUCTIONS Mnemonics Operands Description Operation Flags #Clocks 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 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 403 DATA TRANSFER INSTRUCTIONS Mnemonics Operands Description Operation Flags #Clocks 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 Load Program Memory R0 (Z) None 3 LPM 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 Store Program Memory (Z) R1:R0 None - SPM 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 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 404 MCU CONTROL INSTRUCTIONS Mnemonics Operands Description Operation Flags #Clocks NOP No Operation None 1 SLEEP Sleep (see specific descr. for Sleep function) None 1 WDR Watchdog Reset (see specific descr. for WDR/timer) None 1 BREAK Break For On-chip Debug Only None N/A Note: 1. Instruction not available in all devices. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 405 34. Packaging Information 34.1. 44-pin TQFP P IN 1 IDENTIFIER P IN 1 B e E1 E A1 A2 D1 D C 0~7 L A COMMON DIMENS IONS (Unit of Me a s ure = mm) MIN NOM MAX A - - 1.20 A1 0.05 - 0.15 S YMBOL Note s : 1. This pa cka ge conforms to J EDEC re fe re nce MS -026, Va ria tion ACB. 2. Dime ns ions D1 a nd E1 do not include mold protrus ion. Allowa ble protrus ion is 0.25mm pe r s ide . Dime ns ions D1 a nd E1 a re ma ximum pla s tic body s ize dime ns ions including mold mis ma tch. 3. Le a d copla na rity is 0.10mm ma ximum. A2 0.95 1.00 1.05 D 11.75 12.00 12.25 D1 9.90 10.00 10.10 E 11.75 12.00 12.25 E1 9.90 10.00 10.10 B 0.30 0.37 0.45 C 0.09 (0.17) 0.20 L 0.45 0.60 0.75 e NOTE Note 2 Note 2 0.80 TYP 06/02/2014 44A, 44-le a d, 10 x 10mm body s ize , 1.0mm body thickne s s , 0.8 mm le a d pitch, thin profile pla s tic qua d fla t pa cka ge (TQFP ) 44A Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 C 406 34.2. 40-pin PDIP D PIN 1 E1 A SEATING PLANE A1 L B B1 e E 0 ~ 15 C COMMON DIMENSIONS (Unit of Measure = mm) REF eB Notes: 1. This package conforms to JEDEC reference MS-011, Variation AC. 2. Dimensions D and E1 do not include mold Flash or Protrusion. Mold Flash or Protrusion shall not exceed 0.25mm (0.010"). SYMBOL MIN NOM MAX A - - 4.826 A1 0.381 - - D 52.070 - 52.578 E 15.240 - 15.875 E1 13.462 - 13.970 B 0.356 - 0.559 B1 1.041 - 1.651 L 3.048 - 3.556 C 0.203 - 0.381 eB 15.494 - 17.526 e NOTE Note 2 Note 2 2.540 TYP 13/02/2014 40P6, 40-lead (0.600"/15.24mm Wide) Plastic Dual Inline Package (PDIP) C 40P6 Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 407 34.3. 44-pin VQFN D Marked Pin# 1 I D E SE ATING PLANE A1 TOP VIEW A3 A K L Pin #1 Co rne r D2 1 2 3 Option A SIDE VIEW Pin #1 Triangl e COMMON DIMENSIONS (Unit of Measure = mm) MIN NOM MAX A 0.80 0.90 1.00 A1 - 0.02 0.05 SYMBOL E2 Option B K Option C b e Pin #1 Cham fe r (C 0.30) Pin #1 Notch (0.20 R) BOTTOM VIEW A3 0.20 REF b 0.18 0.23 D 6.90 7.00 7.10 D2 5.00 5.20 5.40 E 6.90 7.00 7.10 E2 5.00 5.20 5.40 e Note : JEDEC Standard MO-220, Fig . 1 (S AW Singulation) VKKD-3 . NOTE 0.30 0.50 BSC L 0.59 0.64 0.69 K 0.20 0.26 0.41 9/26/08 Package Drawing Contact: avr@atmel.com TITLE 44M1, 44-pad, 7 x 7 x 1.0mm body, lead pitch 0.50mm, 5.20mm exposed pad, thermally enhanced plastic very thin quad flat no lead package (VQFN) GPC ZWS DRAWING NO. REV. 44M1 H Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 408 35. Errata 35.1. ATmega32A, rev. J to rev. K * * * * First Analog Comparator conversion may be delayed Interrupts may be lost when writing the timer registers in the asynchronous timer IDCODE masks data from TDI input Reading EEPROM by using ST or STS to set EERE bit triggers unexpected interrupt request. 1. First Analog Comparator conversion may be delayed If the device is powered by a slow rising VCC, the first Analog Comparator conversion will take longer than expected on some devices. Problem Fix/Workaround 2. When the device has been powered or reset, disable then enable the Analog Comparator before the first conversion. Interrupts may be lost when writing the timer registers in the asynchronous timer The interrupt will be lost if a timer register that is synchronous timer clock is written when the asynchronous Timer/Counter register (TCNTx) is 0x00. Problem Fix/Workaround 3. Always check that the asynchronous Timer/Counter register neither have the value 0xFF nor 0x00 before writing to the asynchronous Timer Control Register (TCCRx), asynchronous Timer Counter Register (TCNTx), or asynchronous Output Compare Register (OCRx). IDCODE masks data from TDI input The JTAG instruction IDCODE is not working correctly. Data to succeeding devices are replaced by all-ones during Update-DR. Problem Fix / Workaround * * 4. If ATmega32A is the only device in the scan chain, the problem is not visible. Select the Device ID Register of the ATmega32A by issuing the IDCODE instruction or by entering the Test-Logic-Reset state of the TAP controller to read out the contents of its Device ID Register and possibly data from succeeding devices of the scan chain. Issue the BYPASS instruction to the ATmega32A while reading the Device ID Registers of preceding devices of the boundary scan chain. * If the Device IDs of all devices in the boundary scan chain must be captured simultaneously, the ATmega32A must be the fist device in the chain. Reading EEPROM by using ST or STS to set EERE bit triggers unexpected interrupt request. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 409 Reading EEPROM by using the ST or STS command to set the EERE bit in the EECR register triggers an unexpected EEPROM interrupt request. Problem Fix / Workaround Always use OUT or SBI to set EERE in EECR. 35.2. ATmega32A, rev. G to rev. I * * * * First Analog Comparator conversion may be delayed Interrupts may be lost when writing the timer registers in the asynchronous timer IDCODE masks data from TDI input Reading EEPROM by using ST or STS to set EERE bit triggers unexpected interrupt request. 1. First Analog Comparator conversion may be delayed If the device is powered by a slow rising VCC, the first Analog Comparator conversion will take longer than expected on some devices. Problem Fix/Workaround 2. When the device has been powered or reset, disable then enable the Analog Comparator before the first conversion. Interrupts may be lost when writing the timer registers in the asynchronous timer The interrupt will be lost if a timer register that is synchronous timer clock is written when the asynchronous Timer/Counter register (TCNTx) is 0x00. Problem Fix/Workaround 3. Always check that the asynchronous Timer/Counter register neither have the value 0xFF nor 0x00 before writing to the asynchronous Timer Control Register (TCCRx), asynchronous Timer Counter Register (TCNTx), or asynchronous Output Compare Register (OCRx). IDCODE masks data from TDI input The JTAG instruction IDCODE is not working correctly. Data to succeeding devices are replaced by all-ones during Update-DR. Problem Fix / Workaround - - If ATmega32A is the only device in the scan chain, the problem is not visible. Select the Device ID Register of the ATmega32A by issuing the IDCODE instruction or by entering the Test-Logic-Reset state of the TAP controller to read out the contents of its Device ID Register and possibly data from succeeding devices of the scan chain. Issue the BYPASS instruction to the ATmega32A while reading the Device ID Registers of preceding devices of the boundary scan chain. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 410 - 4. If the Device IDs of all devices in the boundary scan chain must be captured simultaneously, the ATmega32A must be the fist device in the chain. Reading EEPROM by using ST or STS to set EERE bit triggers unexpected interrupt request. Reading EEPROM by using the ST or STS command to set the EERE bit in the EECR register triggers an unexpected EEPROM interrupt request. Problem Fix / Workaround Always use OUT or SBI to set EERE in EECR. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 411 36. Datasheet Revision History Please note that the referring page numbers in this section are referred to this document. The referring revision in this section refers to the document revision. 36.1. 8155I - 08/2016 1. 36.2. 8155H - 08/2016 1. 2. 3. 36.3. Updated the Features with Capacitive touch sensing capability. Added Errata: ATmega32A, rev. J to rev. K. 8155D - 10/2013 1. 36.7. New workflow used for the publication. 8155E - 02/2014 1. 2. 36.6. Updated the pinout. New AVR MCU Core drawing added. 8155F - 08/2015 1. 36.5. Updated TQFP (44-pins) pinout drawing: - Pin 42 changed to PB2 (AIN0/INT2) instead of PB2 (AIN0/T2) - Swapped the pin position of XTAL2 and XTAL1: XTAL2 on the pin 7 and XTAL1 on the pin 8 Updated PDIP (40-pins) pinout drawing: - Pin 32 changed to PB2 (AIN0/INT2) instead of PB2 (AIN0/T2) - Swapped the pin position of XTAL2 and XTAL1: XTAL2 on the pin 12 and XTAL1 on the pin 13 Removed the table note from the Table 25-1 Analog Comparator Multiplexed Input 8155G - 10/2015 1. 2. 36.4. Configuration Summary: Pin count and GPIO numbers updated. Added nominal values for symbol B, C and L in the TQFP-44 package drawing, 44-pin TQFP. 8155C - 02/2011 1. 2. 3. 4. 5. Updated the datasheet according to the Atmel new brand style guide (new logo, last page, etc). Inserted note in Performing Page Erase by SPM. Note 6 and Note 7 below Table 30-6 have been removed. Updated Ordering Information to include Tape & Reel and 105C devices. Updated all Typical Characteristics. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 412 36.8. 8155B - 07/2009 1. 2. 36.9. Updated Errata. Updated the last page with Atmel's new addresses. 8155A - 06/2008 1. Initial revision (Based on the ATmega32/L datasheet 2503N-AVR-06/08) Changes done compared ATmega32/L datasheet 2503N-AVR-06/08: - - - - - - Updated description in Stack Pointer. All Electrical characteristics is moved to Electrical Characteristics. Register descriptions are moved to sub sections at the end of each chapter. Test limits of Reset Pull-up Resistor (RRST) in DC Characteristics. New graphs in Typical Characteristics. New Ordering Information. Atmel ATmega32A [DATASHEET] Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 413 Atmel Corporation (c) 1600 Technology Drive, San Jose, CA 95110 USA T: (+1)(408) 441.0311 F: (+1)(408) 436.4200 | www.atmel.com 2016 Atmel Corporation. / Rev.: Atmel-8155I-ATmega32A_Datasheet_Complete-08/2016 (R) (R) (R) Atmel , Atmel logo and combinations thereof, Enabling Unlimited Possibilities , AVR , and others are registered trademarks or trademarks of Atmel Corporation in U.S. and other countries. Other terms and product names may be trademarks of others. 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. SAFETY-CRITICAL, MILITARY, AND AUTOMOTIVE APPLICATIONS DISCLAIMER: Atmel products are not designed for and will not be used in connection with any applications where the failure of such products would reasonably be expected to result in significant personal injury or death ("Safety-Critical Applications") without an Atmel officer's specific written consent. Safety-Critical Applications include, without limitation, life support devices and systems, equipment or systems for the operation of nuclear facilities and weapons systems. Atmel products are not designed nor intended for use in military or aerospace applications or environments unless specifically designated by Atmel as military-grade. Atmel products are not designed nor intended for use in automotive applications unless specifically designated by Atmel as automotive-grade.