All
C2000™ microcontrollers provide some methods to reduce the device current consumption:
- Either of the two low-power modes—IDLE and HALT—could be entered to reduce the current consumption even further during idle periods in the application.
- The flash module may be powered down if the code is run from RAM.
- Disable the pullups on pins that assume an output function.
- Each peripheral has an individual clock-enable
bit (PCLKCRx). Reduced current consumption may be achieved by turning off the clock to
any peripheral that is not used in a given application. Section 7.5.6.1 lists the typical
current consumption value per peripheral at 100-MHz SYSCLK.
- To realize the lowest VDDA current consumption in an LPM, see the respective
analog chapter of the TMS320F28004x Real-Time
Microcontrollers Technical Reference
Manual to
ensure each module is powered down as well.