SYSCLK system clock, maximum 72MHzHCLK: AHB bus clock, obtained by dividing the system clock SYSCLK, usually without frequency division, equal to the system clock through the bus bridge AHB-->APB.
By setting the frequency division, PCLK1 and PCLK2 clocks can be obtained from HCLK, but the maximum PCLK2 clock can reach 72MHz.
PCLK1 corresponds to APB1 peripheral with a maximum frequency of 36MHz.
PCLK2 corresponds to APB2 peripheral with a maximum frequency of 72MHz.
APB2 is responsible for AD, I/O, advanced TIM, and serial port 1.
APB1 is responsible for DA, USB, SPI, I2C, CAN, serial port 2345, and common TIM
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB1Periph_USART2,ENABLE);
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);
RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART2, ENABLE);
Previous article:STM32F103 PWM configuration
Next article:STM32: A method for calculating CPU usage and its implementation principle
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- LED chemical incompatibility test to see which chemicals LEDs can be used with
- Application of ARM9 hardware coprocessor on WinCE embedded motherboard
- What are the key points for selecting rotor flowmeter?
- LM317 high power charger circuit
- A brief analysis of Embest's application and development of embedded medical devices
- Single-phase RC protection circuit
- stm32 PVD programmable voltage monitor
- Introduction and measurement of edge trigger and level trigger of 51 single chip microcomputer
- Improved design of Linux system software shell protection technology
- What to do if the ABB robot protection device stops
- 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
- Free application: Qinheng RISC-V core BLE 5.3 wireless MCU CH582
- Electronic design from scratch
- Is this a filter circuit?
- Rohde & Schwarz JD flagship store is officially launched!
- Design of Universal Asynchronous Receiver and Transmitter Using VHDL
- [AT-START-F425 Review] Unboxing Review
- How difficult is it for Chang'e 5 to "skip in space" and re-enter the atmosphere?
- SHDSL Wired Analog Front-end Design
- Application design of lighting terminal system based on GPRS module and Zigbee network
- MT6580 for beginners