ADSP-BF535 Blackfin Processor Hardware Reference
8-21
Dynamic Power Management
Listing 8-3. Transitioning from Full On Mode to Active Mode
R1.H = 0x0000; /* set BYPASS bit in PLL_CTL */
R1.L = 0x3F00;
[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 Active mode */
Listing 8-4. Changing CLKIN to CCLK Multiplier From 31x to 2x in
Full On Mode
R1.H = 0x0000; /* set BYPASS bit in PLL_CTL without modifying
MSEL because we must be in BYPASS to change MSEL */
R1.L = 0x3F00;
[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 Active mode */
R1.H = 0x0000; /* set CLKIN to CCLK multiplier to 2x in PLL_CTL,
keeping BYPASS bit set as both MSEL and BYPASS cannot be changed
simultaneously */
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...