zoukankan      html  css  js  c++  java
  • ADI SHARC 学习之PLL

    PLL Block Diagram

     

        image

     

        Power Management Registers (PMCTL, PMCTL1)The following sections describe the registers associated with the processors power management

    functions.  

        The PMCTL register, shown in Figure A-2 is a 32-bit memory-mapped reg-ister. This register contains bits to control phase lock loop (PLL) mul-

    tiplier and divider (both input and output) values, PLL bypass mode, and clock control for enabling peripherals (see Table A-3 on pageA-8). This

    register also contains status bits, which keep track of the status of the CLK_CFG pins (RO). The reset value of PMCTL is dependent on the CLK_CFG

    pins (bits 5–0 and 17–16).

       The PMCTL1 register, shown in Figure A-3 and described in Table A-4, contains the bits for shutting down the clocks to various peripherals and

    selecting one of the three FIR/IIR/FFT accelerators. Writes to this register have an effect latency of two PCLK cycles.

     

    image

     

     

    image

     

    image

     

    Bypass Mode
    Bypass mode must be used if any runtime VCO clock change is required. Setting the PLLBP bit bypasses the entire PLL circuitry. In bypass mode,

    the core runs at CLKIN speed. Once the PLL has settled into the new VCO frequency, (which may take 4096 CLKIN cycles) the PLLBP bit may be

    cleared to release the core from bypass mode

    note:Only VCO frequency changes require bypass mode, therefore this mode is not intended as a standard operating mode.

     

    Clocking Golden Rules
    The five rules below should be followed to ensure proper processor operation.
    1. After power-up the CLK_CFG pins should not exceed the maximum core speed.
    2. Software should guarantee minimum/maximum CCLK speed.
    3. Software should guarantee maximum VCO clock speed.
    4. Bypass requires 4096 CLKIN cycles.
    5. Post-divider changes require 14 CCLK cycles.

  • 相关阅读:
    创建本地源,使用yum install
    查找SCAN大量块的一个sql
    好的代码像首诗,差的代码像坨屎。
    ps
    eclipse程序正确运行却有红叉
    JS中文乱码解决方案
    初学JQuery
    初学JQuery 2
    大神的电脑软件
    eclipse导入已存在于workspace的项目
  • 原文地址:https://www.cnblogs.com/ldjrl2013/p/3953105.html
Copyright © 2011-2022 走看看