JAJSOS2B February 2021 – September 2022 CC2652PSIP
PRODUCTION DATA
To minimize power consumption, the CC2652PSIP supports a number of power modes and power management features (see Table 9-1).
MODE | SOFTWARE CONFIGURABLE POWER MODES | RESET PIN HELD | |||
---|---|---|---|---|---|
ACTIVE | IDLE | STANDBY | SHUTDOWN | ||
CPU | Active | Off | Off | Off | Off |
Flash | On | Available | Off | Off | Off |
SRAM | On | On | Retention | Off | Off |
Supply System | On | On | Duty Cycled | Off | Off |
Register and CPU retention | Full | Full | Partial | No | No |
SRAM retention | Full | Full | Full | No | No |
48 MHz high-speed clock (SCLK_HF) | XOSC_HF or RCOSC_HF | XOSC_HF or RCOSC_HF | Off | Off | Off |
2 MHz medium-speed clock (SCLK_MF) | RCOSC_MF | RCOSC_MF | Available | Off | Off |
32 kHz low-speed clock (SCLK_LF) | XOSC_LF or RCOSC_LF | XOSC_LF or RCOSC_LF | XOSC_LF or RCOSC_LF | Off | Off |
Peripherals | Available | Available | Off | Off | Off |
Sensor Controller | Available | Available | Available | Off | Off |
Wake-up on RTC | Available | Available | Available | Off | Off |
Wake-up on pin edge | Available | Available | Available | Available | Off |
Wake-up on reset pin | On | On | On | On | On |
Brownout detector (BOD) | On | On | Duty Cycled | Off | Off |
Power-on reset (POR) | On | On | On | Off | Off |
Watchdog timer (WDT) | Available | Available | Paused | Off | Off |
In Active mode, the application system CPU is actively executing code. Active mode provides normal operation of the processor and all of the peripherals that are currently enabled. The system clock can be any available clock source (see Table 9-1).
In Idle mode, all active peripherals can be clocked, but the Application CPU core and memory are not clocked and no code is executed. Any interrupt event brings the processor back into active mode.
In Standby mode, only the always-on (AON) domain is active. An external wake-up event, RTC event, or Sensor Controller event is required to bring the device back to active mode. MCU peripherals with retention do not need to be reconfigured when waking up again, and the CPU continues execution from where it went into standby mode. All GPIOs are latched in standby mode.
In Shutdown mode, the device is entirely turned off (including the AON domain and Sensor Controller), and the I/Os are latched with the value they had before entering shutdown mode. A change of state on any I/O pin defined as a wake from shutdown pin wakes up the device and functions as a reset trigger. The CPU can differentiate between reset in this way and reset-by-reset pin or power-on reset by reading the reset status register. The only state retained in this mode is the latched I/O state and the flash memory contents.
The Sensor Controller is an autonomous processor that can control the peripherals in the Sensor Controller independently of the system CPU. This means that the system CPU does not have to wake up, for example to perform an ADC sampling or poll a digital sensor over SPI, thus saving both current and wake-up time that would otherwise be wasted. The Sensor Controller Studio tool enables the user to program the Sensor Controller, control its peripherals, and wake up the system CPU as needed. All Sensor Controller peripherals can also be controlled by the system CPU.
The power, RF and clock management for the CC2652PSIP device require specific configuration and handling by software for optimized performance. This configuration and handling is implemented in the TI-provided drivers that are part of the CC2652PSIP software development kit (SDK). Therefore, TI highly recommends using this software framework for all application development on the device. The complete SDK with TI-RTOS (optional), device drivers, and examples are offered free of charge in source code.