cancel
Showing results for 
Search instead for 
Did you mean: 

STm32f407: Which Registers control HSI or HSE oscillator selection and PLL clock source?

Ash1
Associate III

Hi 

I want to understand "which register decides whether HSI or HSE oscillator is selected for PLL clock source in STM32F407"(selection of the HSI or HSE oscillator as PLL clock source"

B.R

Ash

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @Ash1 

According to the RM0090, the PLL source is selected throw the PLLSRC bit of the RCC_PLLCFGR register:

STTwo32_0-1737713948847.png

For your coming requests, please have a look at our documents, almost all details are well provided there as said @Andrew Neil .

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2

See the Reference Manual - it will be linked from the 'Documentation' tab on the Product Page for the chip.

You'd need to give the full part number (not just STM32F407) to get to the correct page.

 

You can also configure it graphically using CubeMX (either standalone or within CubeIDE), then examine the generated code.

 

BTW: I edited your title - just "STM32F407" doesn't give much indication of what the thread is actually asking.

 

STTwo-32
ST Employee

Hello @Ash1 

According to the RM0090, the PLL source is selected throw the PLLSRC bit of the RCC_PLLCFGR register:

STTwo32_0-1737713948847.png

For your coming requests, please have a look at our documents, almost all details are well provided there as said @Andrew Neil .

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.