© Koninklijke Philips Electronics N.V. 2006. All rights reserved.
User manual
Rev. 01 — 12 January 2006
28
Philips Semiconductors
UM10161
Volume 1
Chapter 3: System control block
3.8.5 PLL
interrupt
The PLOCK bit in the PLLSTAT register is connected to the interrupt controller. This allows
for software to turn on the PLL and continue with other functions without having to wait for
the PLL to achieve lock. When the interrupt occurs (PLOCK = 1), the PLL may be
connected, and the interrupt disabled. For details on how to enable and disable the PLL
interrupt, see
Section 5.4.4 “Interrupt Enable register (VICIntEnable - 0xFFFF F010)” on
Section 5.4.5 “Interrupt Enable Clear register (VICIntEnClear -
3.8.6 PLL
modes
The combinations of PLLE and PLLC are shown in
Table 18:
PLL Status register (PLLSTAT - address 0xE01F C088) bit description
Bit
Symbol
Description
Reset
value
4:0
MSEL
Read-back for the PLL Multiplier value. This is the value currently
used by the PLL.
0
6:5
PSEL
Read-back for the PLL Divider value. This is the value currently
used by the PLL.
0
7
-
Reserved, user software should not write ones to reserved bits.
The value read from a reserved bit is not defined.
NA
8
PLLE
Read-back for the PLL Enable bit. When one, the PLL is currently
activated. When zero, the PLL is turned off. This bit is automatically
cleared when Power-down mode is activated.
0
9
PLLC
Read-back for the PLL Connect bit. When PLLC and PLLE are both
one, the PLL is connected as the clock source for the
microcontroller. When either PLLC or PLLE is zero, the PLL is
bypassed and the oscillator clock is used directly by the
microcontroller. This bit is automatically cleared when Power-down
mode is activated.
0
10
PLOCK
Reflects the PLL Lock status. When zero, the PLL is not locked.
When one, the PLL is locked onto the requested frequency.
0
15:11
-
Reserved, user software should not write ones to reserved bits.
The value read from a reserved bit is not defined.
NA
Table 19:
PLL Control bit combinations
PLLC
PLLE
PLL Function
0
0
PLL is turned off and disconnected. The CCLK equals the unmodified clock
input.
0
1
The PLL is active, but not yet connected. The PLL can be connected after
PLOCK is asserted.
1
0
Same as 00 combination. This prevents the possibility of the PLL being
connected without also being enabled.
1
1
The PLL is active and has been connected. CCLK/system clock is sourced
from the PLL.