Skip to main content
Justin1
Associate III
February 1, 2019
Solved

RCC Mode Definitions

  • February 1, 2019
  • 2 replies
  • 981 views

I could not find direct definition for the RCC mode options in CubeMX, are these correct?

RCC Mode Options:

  1. 'Disable' - External oscillator disconnected
  2. 'BYPASS Clock Source' -  External active clock source
  3. 'Crystal/Ceramic Resonator' -  External passive oscillator connected

Is this correct? I assume so, just wanted to be safe for confirmation :)

CubeMX Loc: 'System Core->RCC->RCC Mode and Configuration->Mode->HSE&LSE'

This topic has been closed for replies.
Best answer by Piranha

You've got it right, but CubeMX is not a documentation... For STM32F091RC part HSE is documented in:

  1. RM0091 6.2.1
  2. AN4080 2.1

2 replies

Piranha
PiranhaBest answer
Principal III
February 3, 2019

You've got it right, but CubeMX is not a documentation... For STM32F091RC part HSE is documented in:

  1. RM0091 6.2.1
  2. AN4080 2.1
Justin1
Justin1Author
Associate III
February 4, 2019

CubeMX is an application, certainly. Not sure your reference to documentation, I was referencing the vocabulary and description shared by its user interface.