SPRS439Q June 2007 – August 2022 TMS320F28232 , TMS320F28232-Q1 , TMS320F28234 , TMS320F28234-Q1 , TMS320F28235 , TMS320F28235-Q1 , TMS320F28332 , TMS320F28333 , TMS320F28334 , TMS320F28335 , TMS320F28335-Q1
PRODUCTION DATA
Refer to the PDF data sheet for device specific package drawings
The low-power modes on the 2833x/2823x devices are similar to the 240x devices. Table 8-39 summarizes the various modes.
MODE | LPMCR0(1:0) | OSCCLK | CLKIN | SYSCLKOUT | EXIT(1) |
---|---|---|---|---|---|
IDLE | 00 | On | On | On(2) | XRS, watchdog interrupt, any enabled interrupt, XNMI |
STANDBY | 01 | On (watchdog still running) | Off | Off | XRS, watchdog interrupt, GPIO Port A signal, debugger(3), XNMI |
HALT | 1X | Off (oscillator and PLL turned off, watchdog not functional) | Off | Off | XRS, GPIO port A signal, XNMI, debugger(3) |
The various low-power modes operate as follows:
IDLE mode: | This mode is exited by any enabled interrupt or an XNMI that is recognized by the processor. The LPM block performs no tasks during this mode as long as the LPMCR0(LPM) bits are set to 0,0. | |
STANDBY mode: | Any GPIO port A signal (GPIO[31:0]) can wake the device from STANDBY mode. The user must select which signal(s) will wake the device in the GPIOLPMSEL register. The selected signal(s) are also qualified by the OSCCLK before waking the device. The number of OSCCLKs is specified in the LPMCR0 register. | |
HALT mode: | Only the XRS and any GPIO port A signal (GPIO[31:0]) can wake the device from HALT mode. The user selects the signal in the GPIOLPMSEL register. |
The low-power modes do not affect the state of the output pins (PWM pins included). They will be in whatever state the code left them in when the IDLE instruction was executed. See the System Control and Interrupts chapter of the TMS320x2833x, TMS320x2823x Real-Time Microcontrollers Technical Reference Manual for more details.