English
Language : 

PIC18F2331 Datasheet, PDF (33/396 Pages) Microchip Technology – 28/40/44-Pin Enhanced Flash Microcontrollers with nanoWatt Technology, High Performance PWM and A/D
PIC18F2331/2431/4331/4431
3.0 POWER-MANAGED MODES
The PIC18F2331/2431/4331/4431 devices offer a total
of six operating modes for more efficient power
management (see Table 3-1). These operating modes
provide a variety of options for selective power
conservation in applications where resources may be
limited (i.e., battery-powered devices).
There are three categories of power-managed modes:
• Sleep mode
• Idle modes
• Run modes
These categories define which portions of the device
are clocked and sometimes, what speed. The run and
idle modes may use any of the three available clock
sources (Primary, Secondary or INTOSC multiplexer);
the Sleep mode does not use a clock source.
The clock switching feature offered in other PIC18
devices (i.e., using the Timer1 oscillator in place of the
primary oscillator), and the Sleep mode offered by all
PICmicro® devices (where all system clocks are
stopped) are both offered in the PIC18F2331/2431/
4331/4431 devices (SEC_RUN and Sleep modes,
respectively). However, additional power-managed
modes are available that allow the user greater flexibil-
ity in determining what portions of the device are oper-
ating. The power-managed modes are event driven;
that is, some specific event must occur for the device to
enter or (more particularly) exit these operating modes.
For PIC18F2331/2431/4331/4431 devices, the power-
managed modes are invoked by using the existing
SLEEP instruction. All modes exit to PRI_RUN mode
when triggered by an interrupt, a Reset or a WDT time-
out (PRI_RUN mode is the normal full power execution
mode; the CPU and peripherals are clocked by the pri-
mary oscillator source). In addition, power-managed
run modes may also exit to Sleep mode or their
corresponding idle mode.
3.1 Selecting Power-Managed Modes
Selecting a power-managed mode requires deciding if
the CPU is to be clocked or not, and selecting a clock
source. The IDLEN bit controls CPU clocking, while the
SC1:SCS0 bits select a clock source. The individual
modes, bit settings, clock sources and affected
modules are summarized in Table 3-1.
3.1.1 CLOCK SOURCES
The clock source is selected by setting the SCS bits of
the OSCCON register. Three clock sources are avail-
able for use in power-managed idle modes: the primary
clock (as configured in Configuration Register 1H), the
secondary clock (Timer1 oscillator), and the internal
oscillator block. The secondary and internal oscillator
block sources are available for the power-managed
modes (PRI_RUN mode is the normal full power exe-
cution mode; the CPU and peripherals are clocked by
the primary oscillator source).
TABLE 3-1: POWER-MANAGED MODES
OSCCON bits
Module Clocking
Mode
IDLEN SCS1:SCS0
<7>
<1:0>
CPU
Peripherals
Available Clock and Oscillator Source
Sleep
0
PRI_RUN
0
00
Off
Off
None – All clocks are disabled
00
Clocked
Clocked Primary – LP, XT, HS, HSPLL, RC, EC, INTRC(1)
This is the normal full power execution mode.
SEC_RUN
0
RC_RUN
0
01
Clocked
Clocked Secondary – Timer1 Oscillator
1x
Clocked
Clocked Internal Oscillator Block(1)
PRI_IDLE
1
00
Off
Clocked Primary – LP, XT, HS, HSPLL, RC, EC
SEC_IDLE
1
01
RC_IDLE
1
1x
Off
Clocked Secondary – Timer1 Oscillator
Off
Clocked Internal Oscillator Block(1)
Note 1: Includes INTOSC and INTOSC postscaler, as well as the INTRC source.
 2003 Microchip Technology Inc.
Preliminary
DS39616B-page 31