The PA.8 pin of STM32 has a multiplexing function - clock output (MCO), which can output the internal clock of STM32 through PA.8.
Operation process:
1) Set PA.8 to multiplexed Push-Pull mode.
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8;
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF_PP;
GPIO_Init(GPIOA, &GPIO_InitStructure);
2) Select the output clock source.
The clock selection is controlled by the MCO[2:0] bit in the clock configuration register (RCC_CFGR).
RCC_MCOConfig(RCC_MCO);
Parameter RCC_MCO is the internal clock to be output:
RCC_MCO_NoClock --- No clock output
RCC_MCO_SYSCLK --- Output system clock (SysCLK)
RCC_MCO_HSI --- Output internal high-speed 8MHz RC oscillator clock (HSI)
RCC_MCO_HSE --- Output high-speed external clock signal (HSE)
RCC_MCO_PLLCLK_Div2 --- Output PLL multiplied by two-divided clock (PLLCLK/2)
Note: Since the maximum response frequency of the STM32 GPIO output pin is 50MHz, if the output frequency exceeds 50MHz, the output waveform will be distorted.
Previous article:STM32 Programmable Voltage Monitor (PVD)
Next article:STM32F103--(II) GPIO Practice
- Popular Resources
- Popular amplifiers
- Learn ARM development(16)
- Learn ARM development(17)
- Learn ARM development(18)
- Embedded system debugging simulation tool
- A small question that has been bothering me recently has finally been solved~~
- Learn ARM development (1)
- Learn ARM development (2)
- Learn ARM development (4)
- Learn ARM development (6)
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
- Analysis of the application of several common contact parts in high-voltage connectors of new energy vehicles
- Wiring harness durability test and contact voltage drop test method
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- Sn-doped CuO nanostructure-based ethanol gas sensor for real-time drunk driving detection in vehicles
- Design considerations for automotive battery wiring harness
- Do you know all the various motors commonly used in automotive electronics?
- What are the functions of the Internet of Vehicles? What are the uses and benefits of the Internet of Vehicles?
- Power Inverter - A critical safety system for electric vehicles
- Analysis of the information security mechanism of AUTOSAR, the automotive embedded software framework
- TI DSP bootloader and online upgrade
- Questions about creating schematic package in Orcad
- EEWORLD University Hall----Live Replay: Dadatong helps you unlock the new generation of ADAS technology
- What are the six axes in a six-axis robot?
- Three-phase sensorless sine wave BLDC drive (MS39549 and MS39545)
- Pre-registration for the prize live broadcast | TI uses DLP micro-projection technology to design augmented reality smart glasses
- Please recommend some technical public accounts and recent thoughts
- Come here to apply for the DFRobot Xingkong board~
- Which one has a 50 ohm impedance matching circuit? Please refer to it.
- (C-Wireless Charging Electric Car) Shaanxi Province First Prize_Topic C_Xi'an University of Electronic Science and Technology