I have been studying S3C2440 for some time. I would like to explain the source of its system clock. If there are any errors, please correct me. I will be very grateful.
Mpll = (2*m * Fin) / (p * 2s)
m = M (the value for divider M) + 8, p = P (the value for divider P) + 2
The clock FCLK is the clock that the ARM core CPU runs. FCLK = (2*m * Fin) / (p * 2s). This clock is determined by the PLLCON control register.
Fin: external connection clock (the S3C2440 development board is connected to 12MHZ)
m: M (the value for divider M)+ 8
P: P (the value for divider P) + 2
m = (MDIV + 8), p = (PDIV + 2), s = SDIV
HCLK and PCLK are determined by FCLK, and the ratio of FCLK, HCLK, and PCLK is controlled by setting CLKDIVN.
Previous article:S3C2440 startup
Next article:Commonly used position-independent and position-dependent instructions in S3C2440 assembly
Recommended ReadingLatest update time:2024-11-16 21:00
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- Loto practical tips (9) Oscilloscope measurement of crystal oscillator
- Questions about the examples in Chapter 3 of Yu Zhennan’s FAT32 book
- Capacitive sensors can detect metal and non-conductive materials - Boyang Intelligent
- Programmer丨How about the Internet of Things Engineering major?
- I would like to ask if anyone has used max1978 for tec temperature control. I have some questions in designing this circuit and would like to ask for advice.
- Video remote control car based on Android
- Quectel BC28 NB module antenna debugging problem
- Microstrip transmission line impedance matching engineering example
- [Chuanglong TL570x-EVM] HDMI error
- CircuitPython 5.0.0 Beta 1 released