S3C2440 chip clock (1)

Publisher:WhisperingWindLatest update time:2020-03-02 Source: eefocus Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

The clock and power management module consists of three parts: clock control, USB control and power control.


The clock control logic in S3C2440A can generate the necessary clock signals, including FCLK of CPU, HCLK of AHB bus peripherals and PCLK of APB bus peripherals. S3C2440A contains two phase-locked loops (PLL): one for FCLK, HCLK and PCLK, and the other for USB module (48MHz). The clock control logic can slow down the clock without using PLL, and the clock of each peripheral module can be connected or disconnected by software to reduce power consumption.


Regarding the power control logic, the S3C2440A includes various power management schemes to ensure optimal power consumption for a given task. The power management module in the S3C2440A can be activated into four modes: NORMAL mode, SLOW mode, IDLE mode, and SLEEP mode.


Normal mode: This mode provides clock to the CPU and all peripherals of the S3C2440A. In this mode, power consumption will reach the maximum when all peripherals are turned on. It allows the user to control the operation of peripherals by software. For example, if a timer is not necessary, the user can disconnect the clock connected to the timer (CLKCON register) to reduce power consumption.


SLOW mode: PLL-free mode. Unlike normal mode, SLOW mode uses an external clock (XTIpll or EXTCLK) directly as FCLK to S3C2440A without using PLL. In this mode, power consumption depends only on the frequency of the external clock. Power consumption due to PLL is excluded.


IDLE mode: This module only disconnects the CPU core clock (FCLK), but it provides clocks to all other peripherals. The idle mode results in reduced power consumption by the CPU core. Any interrupt request to the CPU can wake it up from the idle mode.


Sleep (SLEEP) mode: This module is separated from the internal power supply. Therefore, no power consumption occurs in this mode due to the CPU and internal logic except the wake-up logic. To activate the sleep mode, two independent power supplies are required. One of the two power supplies provides power to the wake-up logic. The other provides power to other internal logic including the CPU, and should be able to control the power on and off. In sleep mode, the second power supply for the CPU and internal logic will be turned off. Wake-up from sleep mode can be generated by EINT[15:0] or RTC alarm interrupt.


The block diagram of the clock structure shows that the main clock source comes from an external crystal (XTIpll) or an external clock (EXTCLK). The clock generation includes an oscillator (oscillator amplifier) ​​connected to the external crystal, and also contains two PLLs (phase-locked loops) required by the S3C2440A to generate high-frequency clocks.

 

Clock source selection

Reference address:S3C2440 chip clock (1)

Previous article:Porting s3c2440 ads program to keil (Part 3) Preliminary completion
Next article:S3C2440 chip clock (2)

Recommended ReadingLatest update time:2024-11-16 11:45

Basic principles of 51 single chip clock timer learning board
  1. Function      The clock timer learning board uses 8-bit LED digital tubes to display hours, minutes, and seconds in a 24-hour timekeeping mode. Its core chip is the DS1302 clock chip, which can record time, date, week and other data. A backup battery is installed on the board, so even if the learning board is dis
[Microcontroller]
Atmega16 clock
#include #include avr/interrupt.h #include util/delay.h #include"1602.h" uchar key_switch=3;//switch between hours, minutes and seconds uchar shan_flag;//blink uchar spend;//when pressed for more than 2 seconds, quickly increase or decrease uchar second,minute,hour; uint count; void display()//display funct
[Microcontroller]
Clock architecture of S3C2440 chip
The following figure is the overall architecture of the S3C2440 chip: in, AHB BUS is a bus for high-speed devices, and H means high. APB BUS is a bus for low-speed devices, and P stands for the English word peripheral. Different buses have different running frequencies for devices mounted on them. In our S3C24
[Microcontroller]
Clock architecture of S3C2440 chip
STM8S clock calibration notes 2 - calibrating HSI through AWU
1. Select the external HSE clock as the LS low-speed clock source by programming the CKAWUSEL option bit. 2. Set the MSR bit of AWU_CSR to 1 to connect the internal clock of LSI to ICAP1 of TIM3 timer; 3. Measure the LSI clock frequency through the timer input capture interrupt; 4. The frequency value of the sys
[Microcontroller]
Riding on the momentum of 5G, Dapu has achieved comprehensive leadership in the high-end clock and RF segments
For a long time, "lack of chips and screens" has been the pain point of our electronic information industry. Through years of policy guidance and market operations, we have got rid of the dilemma of "lack of screens" and the "lack of chips" situation has also improved. According to statistics, China's global market sh
[Mobile phone portable]
Riding on the momentum of 5G, Dapu has achieved comprehensive leadership in the high-end clock and RF segments
ATmega8 clock system and its distribution
Clock system and its distribution Figure 10 shows the main clock system and its distribution of AVR. These clocks do not need to work at the same time. In order to reduce power consumption, different sleep modes can be used to disable the clocks of modules that do not need to work. For details, see P 30 "Power Managem
[Microcontroller]
ATmega8 clock system and its distribution
Application of serial clock PCF8583 in microcomputer protection device
IntroductionThe     high-performance real-time clock equipped with microcomputer protection devices is used to record the time information of microcomputer protection actions, switch changes, accidents and warnings, etc., so as to form a complete event sequence record, which is of great significance for analyzing the
[Microcontroller]
Application of serial clock PCF8583 in microcomputer protection device
STM32 Getting Started Tutorial System Clock SysTick
1. Background In traditional embedded system software, the Delay(N) function is usually implemented as follows: for(i = 0; i = x; i ++);                 x --- corresponds to the loop value corresponding to N milliseconds For the STM32 series microprocessors, it only takes tens of nanoseconds to execute an instru
[Microcontroller]
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号