cancel
Showing results for 
Search instead for 
Did you mean: 

Lib PLL configuration wrong for Connectivity Line

regmaster2
Associate II
Posted on December 25, 2010 at 12:18

Lib PLL configuration wrong for Connectivity Line

2 REPLIES 2
regmaster2
Associate II
Posted on May 17, 2011 at 14:19

STOne-32?

Posted on May 17, 2011 at 14:19

    /* PCLK1 = HCLK */

    RCC->CFGR |= (uint32_t)RCC_CFGR_PPRE1_DIV2;

I think that should read PCLK1 = HCLK / 2

Isn't the max clock for APB1 36 MHz, the timers taking an HCLK (APB1 * 2) feed so can get to 72 MHz (AHB), but none of the other peripherals are rated up there.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..