Overview of AVR® MCU Low Power Operation

Low Power Overview

The AVR® 8-bit microcontroller provides various sleep modes and software controlled clock gating in order to tailor power consumption to the application's requirements. Sleep modes enable the microcontroller to shut down unused modules to save power. When the device enters sleep mode, program execution is stopped and interrupts or reset is used to wake the device again. The individual clock to unused peripherals can be stopped during normal operation or in sleep, enabling a much more fine-tuned power management than sleep modes alone.

To reach the lowest possible power figures there are a couple of points to pay attention to. It is not only the sleep mode that defines the power consumption but also the state of the I/O pins, quantity of enabled peripheral modules and so on.

Power consumption is proportional to operating voltage, and to conserve power you should consider using as low system voltage as all possible. Additionally, consumption is also directly proportional to clock frequency, and if sleep modes are not utilized, the device should be running as low frequency as possible.

Tips and Tricks for Lowering Power on an AVR®

  • Use the Power Reduction Register (PRR0) to stop the clock to unused individual peripherals reducing power consumption.
prp-picture.png
prt-description.png

  • Use the Digital Input Disable Register (DIDR) to shut off unused digital input bufferrs and stop leakage current.
didr-circuit.png
didr0-picture.png
didr1.png

Visit the Low Power Example page to see sample code of how to lower AVR power consumption.

© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.