SWRA659A March 2020 – June 2020 CC3100 , CC3100MOD , CC3200 , CC3200MOD
Hibernate mode represents the lowest power state of the device. This mode is entered when the MCU subsystem requests the power management unit to shut off the voltage source itself. In hibernate, all the voltage sources, like DCDC or LDOs, within the power management unit are shut off. Very few logic, which works directly on battery power, is ON and they work on 32 KHz clock. Wakeup sources to exit this sleep mode can be a toggle event on the device’s general purpose IO (GPIO) or based on timer expiry. In order to measure the static hibernate current consumption, the user needs to set the global use case variable to HIBERNATE_MEASURE.
The application enables the user to enter a constant Hibernate state for an easy measurement of the power consumption of this state. To do so, configure g_ActiveUseCase to "HIBERNATE_MEASURE" in the PM management benchmark code.
To do so, configure g_ActiveUseCase to "SLEEP_MEASURE" in the PM management benchmark code.