
Programming Models
22-14
ADSP-214xx SHARC Processor Hardware Reference
Post Divider
Use the following procedure and the example shown in
program or reconfigure the divider.
1. Disable any peripheral (configured with
PCLK
=
CCLK
/2). Note that
the peripherals cannot be enabled when changing VCO to core
clock ratio.
2. Select the PLLD divider by setting the PLLD bits (6–7) in the
PMCTL
register and enable the
DIVEN
bit.
3. Wait 15
CCLK
cycles. During this time, the new divisor ratios are
picked up on the fly and the clocks smoothly transition to their
new values after a maximum of 14 core clock
CCLK
cycles.
4. Re-enable the peripherals.
Listing 22-2. Post Divider
ustat2 = dm(PMCTL);
bit clr ustat2 PLLBP; /* bypass disabled*/
bit set ustat2 DIVEN|PLLD4; /* set and enable post divisor */
dm(PMCTL) = ustat2;
lcntr = 15, do wait until lce;
wait: nop;
www.BDTIC.com/ADI
Summary of Contents for SHARC ADSP-214 Series
Page 60: ...Contents lx ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 72: ...Notation Conventions lxxii ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 130: ...Programming Model 2 52 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 264: ...Programming Models 3 134 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 290: ...Programming Model 4 26 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 296: ...Programming Model 5 6 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 396: ...Effect Latency 7 28 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 520: ...Programming Model 10 62 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 616: ...Debug Features 14 22 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 656: ...Programming Model 15 40 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 714: ...Programming Model 19 10 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 1132: ...Register Listing A 306 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Page 1192: ...Index I 34 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...