NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

General Guidelines for Reducing I/O Power Consumption

From Texas Instruments Wiki
Jump to: navigation, search

Guidelines to achieve minimum I/O power consumption.[edit]

The following General Recommendations should always be implemented. [edit]

  1. No floating pins (an input pin with nothing driving/pulling it high or low)
  2. No toggling pins (input or output)
  3. No pins driving in the direction opposite of the Internal pull up/down resistors
  4. No bus contention with other external ICs (no pins driving opposing values on the same bus)


NOTE: The easiest method to implement the above recommendations is to configure the pins as GPIOs via the System PINMUX registers.

When configuring a pin as GPIO, the recommendations for obtaining the lowest power consumption are the following:[edit]

  1. If a pin is not connected to anything
    1. If pin does have an internal (IPU/IPD) resistor
      1. Either: You can set the pin as an output and drive it in the same direction as the internal pull resistor or
      2. You can leave the GPIO configured as an input if there is an IPU/IPD.
    2. If pin does not have an internal (IPU/IPD) resistor.
      1. The pin can be driven either high or low.
  2. If a pin is connected to an external pull resistor
    1. Set the pin as an output and drive it in the same direction as the external pull resistor.
  3. If a pin is connected to an external driver
    1. If pin does have an internal (IPU/IPD) resistor.
      1. Ideally, set the external driver to drive the bus in the same direction as the internal pull resistor on the device pin that it is connected to.
    2. If pin does not have an internal (IPU/IPD) resistor.
      1. Prevent external driver from toggling the value of this pin
      2. Pin can be externally driven either high or low.
  4. If a pin is connected to an external receiver.
    1. If pin does not have an internal (IPU/IPD) resistor.
      1. Set the device pin as an output and the pin can be driven either high or low.
    2. If pin does have an internal (IPU/IPD) resistor.
      1. Drive the pin in the same direction as the internal pull resistor.

How to configure a pin as GPIO and control its behavior:

  • Ensure that the PSC clk to the GPIO module is enabled.
  • Set the pin’s corresponding bit in the System PINMUX registers to the GPIO setting.
  • Set the direction of the GPIO pin in the GPIO Direction Registers (DIRn) of the GPIO module.
  • If configured as an output, set the desired output value of the GPIO by using the GPIO OUT/SET/CLEAR registers.

Note: The deepsleep mode will preserve this GPIO register settings even after disabling the PSC clk to the GPIO module.

For the pins that are unable to be configured as GPIOs or those which might/might-not have internal pull up (IPU) or internal pull down (IPD) resistors, the recommendations for these pin state configuration are:[edit]

In General:[edit]

  1. If a pin is not connected to anything
    1. If internal pull (IPU/IPD) resistor exists.
      1. Leave it disconnected.
    2. If pin does not have an internal(IPU/IPD) resistor and is not driven low/high at reset
      1. Connect an external pull resistor.
  2. If a pin is connected to an external pull resistor
    1. Just make sure that the external pull resistor does not oppose the defult state of the pin.
  3. If a pin is connected to an external driver
    1. If pin does not have an internal (IPU/IPD) resistor.
      1. Prevent external driver from toggling the value of this pin
      2. Pin can be externally driven either high or low.
    2. If pin does have an internal (IPU/IPD) resistor.
      1. Ideally, set the external driver to drive the bus in the same direction as the internal pull resistor on the device pin that it is connected to.
  4. If a pin is connected to an external receiver
    1. If internal pull resistor (IPU/IPD) exist.
      1. Ensure that no external pull resistors oppose Internal pull resistor.
    2. If no internal pull resistor (IPU/IPD) exist.
      1. The pin should be driven either high or low with an external pull resistor.

For specific device recommendations (if available) please look for them under each individual device Category[edit]

E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article General Guidelines for Reducing I/O Power Consumption here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article General Guidelines for Reducing I/O Power Consumption here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article General Guidelines for Reducing I/O Power Consumption here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article General Guidelines for Reducing I/O Power Consumption here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article General Guidelines for Reducing I/O Power Consumption here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article General Guidelines for Reducing I/O Power Consumption here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article General Guidelines for Reducing I/O Power Consumption here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article General Guidelines for Reducing I/O Power Consumption here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article General Guidelines for Reducing I/O Power Consumption here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity