zoukankan      html  css  js  c++  java
  • k64 datasheet学习笔记4---Clock distribution

    1.前言

    本文主要讲述K64时钟配置相关的内容.

    2.clock overview

    2.1 clock diagram

    2.2 对clock diagram的信号说明

     (1)MCG决定哪个clock source用作系统时钟,系统主要的时钟来自于MCGOUTCLK

    (2)系统时钟源的选择和配置主要由MCG模块控制

    (3)时钟分频和clock gate的配置主要SIM模块控制

    2.3 device clocks summary

    注:

    如下为内部时钟需求

    1. The core and system clock frequencies must be 120 MHz or slower.
    2. The bus clock frequency must be programmed to 60 MHz or less and an integer
    divide of the core clock.
    3. The flash clock frequency must be programmed to 25 MHz or less and an integer
    divide of the core clock.
    4. The FlexBus clock frequency must be programmed to 50 Mhz or less and an integer
    divide of the core clock

    下面是一个示例:

    3. Clock divider values after reset

    The flash memory's FTF_FOPT[LPBOOT] bit controls the reset value of the core clock, system clock, bus clock, and flash clock dividers as shown below:

    4. VLPR mode clocking

    TODO

    5.CLOCK GATING

    The clock to each module can be individually gated on and off using the SIM module's SCGCx registers

    6.Module clocks

    • UART clocking

    UART0 and UART1 modules operate from the core/system clock, which provides higher performance level for these modules. All other UART modules operate from the bus clock.

    7.参考文档

    [1] K64P144M120SF5RM.pdf

  • 相关阅读:
    WebAPI 资料
    TransactionScope事务类的使用
    Go入门笔记34-Go 使用Ioctl
    解决XShell XFTP传输Go可执行文件导致出错问题
    Go入门笔记33-Go 交叉编译
    博客园添加横向菜单
    C# 正则替换、Json格式化等
    Ubuntu批量修改文件后缀
    Linux免密登录
    Go入门笔记32-继承
  • 原文地址:https://www.cnblogs.com/smartjourneys/p/8068302.html
Copyright © 2011-2022 走看看