cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F107 PLL settings

stefanofante9
Associate II
Posted on February 03, 2010 at 17:12

STM32F107 PLL settings

1 REPLY 1
Nickname12668_O
Associate II
Posted on May 17, 2011 at 13:38

Hi Fante,

You have missing one note 😉

The PLL3VCO = 2*PLL3CLK

So in the example, PLL3VCO = 2 * PLL3CLK = 2 * 55 = 110 MHz,

The PLL3VCO clocks the I2S peripherals.

Abstract from RM008:

''

The I2S2 and I2S3 clocks which can be derived from the system clock (SYSCLK) or the

PLL3 VCO clock (2 × PLL3CLK). This selection is made through the I2SxSRC bit in the

RCC_CFGR2 register. For more information on PLL3 and how to configure the I2S

clock to achieve high-quality audio performance, please refer to Section 23.4.3: Clock

generator.

''

Ciao