Dynamic Power Management Controller
8-22
ADSP-BF535 Blackfin Processor Hardware Reference
R1.L = 0x0500;
[P0] = R1;
SSYNC;
R1.H = 0x0000; /* clear BYPASS bit in PLL_CTL, satisfying the
requirement of breaking up simultaneous changes to MSEL and
BYPASS */
R1.L = 0x0400;
[P0] = R1;
SSYNC;
CLI R1; /* disable interrupts, copy IMASK to r1 */
IDLE; /* source NOPs into pipeline, prepare to enter idled
state */
SSYNC; /* drain pipeline, enter idled state, wait for watchdog
*/
STI R1; /* after watchdog occurs, restore interrupts and IMASK
*/
... /* processor is now in the Full-On mode with the CLKIN to
CCLK multiplier set to 2x */
Peripheral Clocking
To further reduce power dissipation, the ADSP-BF535 processor allows
software to control the clocking of many peripherals. If a peripheral is not
currently needed, clocking to the peripheral can be disabled, resulting in
lower power dissipation. Clocking to a peripheral can be re-enabled later
when use of the peripheral is required.
Peripheral Clock Enable Register (PLL_IOCK)
As shown in
Figure 8-6
, the Peripheral Clock Enable register (
PLL_IOCK
) is
a 16-bit MMR that controls clocking to the peripherals. Each peripheral
whose clocking can be controlled is represented by a bit in the register. A 1
Summary of Contents for ADSP-BF535 Blackfin
Page 80: ...Development Tools 1 26 ADSP BF535 Blackfin Processor Hardware Reference...
Page 312: ...Working With Memory 6 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 332: ...System Interfaces 7 20 ADSP BF535 Blackfin Processor Hardware Reference...
Page 360: ...Dynamic Power Management Controller 8 28 ADSP BF535 Blackfin Processor Hardware Reference...
Page 446: ...Beginning and Ending an SPI Transfer 10 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 522: ...Timing Examples 11 76 ADSP BF535 Blackfin Processor Hardware Reference...
Page 562: ...IrDA Support 12 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 608: ...PCI I O Issues 13 46 ADSP BF535 Blackfin Processor Hardware Reference...
Page 672: ...References 14 64 ADSP BF535 Blackfin Processor Hardware Reference...
Page 810: ...SDRAM Controller SDC 18 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 811: ...ADSP BF535 Blackfin Processor Hardware Reference 18 87 External Bus Interface Unit...
Page 812: ...SDRAM Controller SDC 18 88 ADSP BF535 Blackfin Processor Hardware Reference...
Page 860: ...DMA Bus Debug Registers 20 30 ADSP BF535 Blackfin Processor Hardware Reference...