About 191,000 results
Open links in new tab
  1. Part 1: Introduction to the STM32 microcontroller ...

    Jan 15, 2024 · Reset and clock control (RCC) clock The RCC peripheral and the number of clocks vary depending on the specific STM32 that you are working with. For this example, we use the Nucleo-H503RB in our description and project example.

  2. STM32 时钟配置全攻略——从结构体 RCC_OscInitTypeDef 和 RCC

    如果你的 STM32 代码运行缓慢,或者某些外设无法正常工作,那么十有八九是时钟出了问题!今天,我们进行一场STM32 时钟系统的深度解析,不仅带你了解 RCC 配置的完整流程,还详细剖析 HAL_RCC_OscConfig 和 HAL_RCC_ClockConfig 这两个关键函数的作用。

  3. STM32的时钟树深入详解以及RCC配置_rcc osc in-CSDN博客

    Jan 20, 2019 · 在STM32上如果不使用外部晶振,OSC_IN和OSC_OUT的接法. 如果使用内部RC振荡器而不使用外部晶振,请按照下面方法处理: 1)对于100脚或144脚的产品,OSC_IN应接地,OSC_OUT应悬空。 2.1)OSC_IN和OSC_OUT分别通过10K电阻接地。 此方法可提高EMC 性能。 2.2)分别重映射OSC_IN和OSC_OUT至PD0和PD1,再配置PD0和PD1为推挽输出并输出'0'。 此方法可以减小功耗并 (相对上面2.1)节省2个外部电阻。 HSI内部8MHz的RC振荡器的误 …

  4. High-speed external 32 MHz oscillator (HSE32) with clock security system and capacitor tuning, optimized for RF performances. The RCC offers a large choice of clock sources, which can be selected depending on low-power, accuracy, and performance requirements. a low-speed low power internal 32 kHz RC oscillator (LSI).

  5. Solved: STM32G030F6 OSC_EN - STMicroelectronics Community

    Nov 1, 2021 · The OSC_OUT pin can be used as a GPIO or it can be configured as OSC_EN alternate function, to provide an enable signal to external clock synthesizer. It allows stopping the external clock source when the device enters low power modes.

  6. OSC_in 和 OSC_out 引脚 OSC32_IN和OSC32_OUT - CSDN博客

    Mar 28, 2023 · 一般在单片机上都有 OSCin 和 OSCout 两个晶振接入端口 ,我们可以用无源的晶振加上起震电容可以配合单片机是晶振起震,为系统提供时钟源。 顾名思义在OSCout端可以输出正弦波,给别的器件提供振荡源,这个时候最好在两者之间加上一个56p左右的电容用来抑制频率的直流漂移。 在 示波器 上可以清楚的看到振荡源形成的正弦波已经不是在电压0位置了。 所以需要用电容滤除直流分量。 STM32 有两个外部时钟,一个是低速时钟,另一个是高速时钟。 …

  7. Solved: HAL_RCC_OscConfig - STMicroelectronics Community

    May 15, 2024 · The return values from functions like HAL_RCC_OscConfig() are there to tell you what went wrong - so make sure you have some way to see what was returned. eg, instead of just if( HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK ) { Error_Handler(); //the call of ErrorHandler() happens here }

  8. STM32G030F6P 不能使用外部高速无源晶振吗? - ST中文论坛

    Nov 3, 2022 · 从引脚默认状态上看,PC14默认并不是OSC_IN, 所以如果不使能 bypass clock source的话,这个引脚就不是OSC_IN的功能,此时仅仅使能RCC_OSC_EN使得PC15 为OSC_OUT的功能是没有意义也不能工作的,还很难发现原因的。 所以我猜测这样设置是保证两个引脚都能被同时配置,一起工作,虽然有先后次序,但能避免遗忘掉OSC_IN的设置。 否则后面查找会让使用者花费大量时间的。 从引脚默认状态上看,PC14默认并不是OSC_IN, 所以如果 …

  9. STM32-RCC的功能和使用 - 知乎 - 知乎专栏

    一、基本概念:RCC: Reset and Clock Control,即复位和时钟控制。 HSE: High Speed External Clock signal,高速外部时钟信号,即是OSC_IN和OSC_OUT接口所接的4~16MHz的晶振,一般接8MHz。

  10. What is the RCC? : r/embedded - Reddit

    Jun 3, 2023 · It's basically a block of registers used to control the clocks for all the peripherals. If you want to use USART2, say, you will first need to enable its clock by setting the relevant bit in an RCC register. There are other features, but that's the gist of it.

  11. Some results have been removed
Refresh