当前位置:网站首页>Clock cycle
Clock cycle
2022-07-05 13:15:00 【51CTO】
Clock cycle : The clock period is also called oscillation period , Defined as the reciprocal of the clock frequency . The clock cycle is the most basic in a computer 、 The smallest unit of time . In a clock cycle ,CPU Complete a basic action .
A clock cycle is an amount of time , People stipulate that 10 nanosecond (ns) For one clock cycle . The clock cycle represents SDRAM Maximum frequency of operation . Smaller clock cycles mean higher operating frequencies . about PC100 Specifications of memory , Its operating clock cycle should not be higher than 10 nanosecond . The conversion relationship between nanosecond and operating frequency is :1000/ Clock cycle = Working frequency , for example , Nominal 10 Nanosecond PC100 Memory chip , The expression of its working frequency should be 1000/10=100MHE, This indicates that the rated working frequency of this memory chip is 100MHE. At present, some memory with excellent quality on the market can usually work at a higher frequency than the rated frequency , This brings great convenience to some friends who like overclocking . for example KingMAX Of PC100 Memory , This kind of memory mostly adopts 8 Nanosecond chip , be relative to 100MHZ In terms of frequency , There is still much room for frequency improvement , Many users can let them work in 133MHZ Even higher frequencies . Whether overclocking can be used largely reflects the memory chip and PCB Quality of plate . however , It is not enough to judge the speed of memory only by the clock cycle , Memory CAS The access time and delay time also determine the performance of memory to a certain extent .
The clock cycle is determined by CPU A fixed time interval defined by a clock , yes CPU The smallest unit of time for work , Also called beat pulse or T cycle .
Simple understanding
The input and output interface controls the data block transmission between the main memory and peripheral devices , Without the need for CPU To control the transmission of each byte . This transmission mode is called direct memory access mode .
SCM clock cycle
Clock cycle is the basic time unit of MCU .
Two oscillation periods ( Clock cycle ) Form a state cycle .
If the oscillation frequency of the clock crystal oscillator is fosc, Then the clock cycle tosc=1/fosc.( It is the reciprocal of the oscillation period ) Such as : The crystal oscillator frequency is 12MHZ, Then the clock cycle tosc=1/12us
边栏推荐
- PyCharm安装第三方库图解
- 关于 Notion-Like 工具的反思和畅想
- Shu tianmeng map × Weiyan technology - Dream map database circle of friends + 1
- 国际自动机工程师学会(SAE International)战略投资几何伙伴
- Put functions in modules
- Association modeling method in SAP segw transaction code
- Le rapport de recherche sur l'analyse matricielle de la Force des fournisseurs de RPA dans le secteur bancaire chinois en 2022 a été officiellement lancé.
- Yyds dry goods inventory # solve the real problem of famous enterprises: move the round table
- Shi Zhenzhen's 2021 summary and 2022 outlook | colorful eggs at the end of the article
- 【Hot100】33. 搜索旋转排序数组
猜你喜欢

MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!

Shandong University Summer Training - 20220620

Small case of function transfer parameters

go 数组与切片

Pycharm installation third party library diagram

CloudCompare——点云切片

Detailed explanation of navigation component of openharmony application development

CAN和CAN FD

Introduction to sap ui5 dynamicpage control

I'm doing open source in Didi
随机推荐
百日完成国产数据库opengausss的开源任务--openGuass极简版3.0.0安装教程
Rocky basics 1
LB10S-ASEMI整流桥LB10S
百度杯”CTF比赛 2017 二月场,Web:爆破-2
Laravel document reading notes -mews/captcha use (verification code function)
Shi Zhenzhen's 2021 summary and 2022 outlook | colorful eggs at the end of the article
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
946. Verify stack sequence
Yyds dry goods inventory # solve the real problem of famous enterprises: move the round table
阿里云SLB负载均衡产品基本概念与购买流程
MySQL 巨坑:update 更新慎用影响行数做判断!!!
Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?
How to protect user privacy without password authentication?
Default parameters of function & multiple methods of function parameters
Rocky basic command 3
#从源头解决# 自定义头文件在VS上出现“无法打开源文件“XX.h“的问题
实现 1~number 之间,所有数字的加和
Simple page request and parsing cases
Get you started with Apache pseudo static configuration
leetcode:221. 最大正方形【dp状态转移的精髓】