Skip to main content
stefanofante9
Associate II
February 3, 2010
Question

STM32F107 PLL settings

  • February 3, 2010
  • 1 reply
  • 507 views
Posted on February 03, 2010 at 17:12

STM32F107 PLL settings

    This topic has been closed for replies.

    1 reply

    Nickname12668_O
    Visitor II
    May 17, 2011
    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