Low Power Modes

The TMS320C3x CPU has been enhanced by the addition of two power management modes, IDLE2 and LOPOWER. Either mode is invoked by executing the corresponding power-down instruction.

IDLE2

In IDLE2 power down mode (opcode = 06000001h), the 'C3x behaves as follows:

Note: For correct device operation, the three instructions following a delayed branch should not include either IDLE or IDLE2 instructions.

IDLE2 Timing

IDLE2 Timing

Interrupt response timing after IDLE2 operation

Interrupt response timing after IDLE2 operation

LOPOWER

In the LOPOWER (low power) mode, the 'C3x CPU behaves as follows:

 
CPU executes at CLKIN/16 rate
For example, a TMS320C3x with a CLKIN frequency of 32 MHz will perform the same as a 2 MHz TMS320C3x, which has an instruction cycle time of 1000 ns or 1 MHz).

The TMS320C3x slows down to 1/16 of full speed operation during the read phase of the LOPOWER instruction. The TMS320C3x resumes full speed operation during the read phase of the MAXSPEED instruction.

The LOPOWER instruction encoding (opcode) is 10800001h and the MAXSPEED instruction encoding is 10800000h.