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

  • 相关阅读:
    k8s管理
    Docker
    容器技术学习系列(一)-Docker基础知识学习
    Linux系统下DHCP服务安装部署和使用详解
    Linux下配置yum源为阿里云或网易的详解
    一道算法题目(1)
    SS命令和Netstat命令比较
    centos配置redis的主从复制(2)
    centos配置redis的主从复制(1)
    散列表(22)
  • 原文地址:https://www.cnblogs.com/smartjourneys/p/8068302.html
Copyright © 2011-2022 走看看