博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ADI SHARC 学习之PLL
阅读量:6037 次
发布时间:2019-06-20

本文共 1773 字,大约阅读时间需要 5 分钟。

PLL Block Diagram

 

   

 

    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.

 

 

 

 

 

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.

转载于:https://www.cnblogs.com/ldjrl2013/p/3953105.html

你可能感兴趣的文章
centos 7 部署 open-falcon 0.2.0
查看>>
如何利用反射简化Servlet操作
查看>>
Java语言实现简单FTP软件------>FTP软件主界面的实现(四)
查看>>
Virtualbox报错------> VirtualBox虚拟机下鼠标不正常的解决方法
查看>>
Java 中时间处理SimpleDateFormat 中HH和hh的区别
查看>>
java中Collections.sort排序详解
查看>>
C语言基础学习day08
查看>>
《世界是数字的》读后感
查看>>
点云平台之图像算法篇
查看>>
读取txt/csv/xml文件
查看>>
Java中String、StringBuffer和StringBuilder的区别
查看>>
FFmpeg数据结构AVBuffer
查看>>
Algs4-1.1.16给出exR1(6)的返回值
查看>>
Vuex
查看>>
swiper的理解
查看>>
04-1下载Win系统(装机助理)
查看>>
前端工程师面试题汇总(我的解析,可能不一定对)(css部分)
查看>>
HashMap遍历方式
查看>>
JS刷新窗口的几种方式
查看>>
AD域控制器通过组策略禁止USB设备
查看>>