• 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.

  • 相关阅读:
    SQL Server数据库一直显示“正在还原”的解决方法
    查看MSSQL 数据表信息使用情况
    sql server 查询缺失的索引
    windows server2012R2 上 .net core IIS 部署--应用程序池 自动停止
    MSSQL 数据库日志文件收缩
    SQL Server GUID转19位字符串
    SQL SERVER 之全文索引使用
    MSSQL 统计整个数据库所有表数据记录数
    freePCRF免费版体验
    Hortonwork Ambari配置Hive集成Hbase的java开发maven配置
  • 原文地址:https://www.cnblogs.com/ldjrl2013/p/3953105.html
Copyright © 2020-2023  润新知