当前位置:网站首页>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
边栏推荐
- MATLAB论文图表标准格式输出(干货)
- Navigation property and entityset usage in SAP segw transaction code
- A small talk caused by the increase of sweeping
- [deep learning paper notes] hnf-netv2 for segmentation of brain tumors using multimodal MR imaging
- APICloud Studio3 API管理与调试使用教程
- CAN和CAN FD
- Hundred days to complete the open source task of the domestic database opengauss -- openguass minimalist version 3.0.0 installation tutorial
- It's too convenient. You can complete the code release and approval by nailing it!
- DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
- Get you started with Apache pseudo static configuration
猜你喜欢
![[notes of in-depth study paper]uctransnet: rethink the jumping connection in u-net from the perspective of transformer channel](/img/b6/f9da8a36167db10c9a92dabb166c81.png)
[notes of in-depth study paper]uctransnet: rethink the jumping connection in u-net from the perspective of transformer channel

Simple page request and parsing cases

RHCSA10

Talk about my drawing skills in my writing career

Hiengine: comparable to the local cloud native memory database engine

碎片化知识管理工具Memos
![[deep learning paper notes] hnf-netv2 for segmentation of brain tumors using multimodal MR imaging](/img/52/5e85743b1817de96a52e02b92fd08c.png)
[deep learning paper notes] hnf-netv2 for segmentation of brain tumors using multimodal MR imaging

Concurrent performance test of SAP Spartacus with JMeter

Sorry, we can't open xxxxx Docx, because there is a problem with the content (repackaging problem)

潘多拉 IOT 开发板学习(HAL 库)—— 实验7 窗口看门狗实验(学习笔记)
随机推荐
数据湖(七):Iceberg概念及回顾什么是数据湖
MSTP and eth trunk
There is no monitoring and no operation and maintenance. The following is the commonly used script monitoring in monitoring
Principle and configuration of RSTP protocol
Lb10s-asemi rectifier bridge lb10s
Changing JS code has no effect
FPGA 学习笔记:Vivado 2019.1 添加 IP MicroBlaze
js判断数组中是否存在某个元素(四种方法)
Small case of function transfer parameters
Difference between avc1 and H264
155. Minimum stack
A detailed explanation of ASCII code, Unicode and UTF-8
The Research Report "2022 RPA supplier strength matrix analysis of China's banking industry" was officially launched
Navigation property and entityset usage in SAP segw transaction code
事务的基本特性和隔离级别
Flutter InkWell & Ink组件
Rocky basic command 3
Rocky basics 1
【Hot100】33. 搜索旋转排序数组
函数传递参数小案例