cancel
Showing results for 
Search instead for 
Did you mean: 

Startup clock questions

jpeacock23
Associate II
Posted on July 19, 2010 at 19:24

Startup clock questions

1 REPLY 1
damh
Associate II
Posted on May 17, 2011 at 13:59

Can the polling loop for PLLCLK be dropped?

Yes, you can do this, but you should know, that this can have unwanted effects on timers, peripheral devices, etc.

This devices need a fixed time base!

Better way is:

- enable external clock and pll (but don't switch)

- running with old timer an peripheral configuration

- get the hse/pll ready interrupt/event

- switch the sysclk-source and change the configuration of timers, peripherals, etc. (in this phase, they should not be used!)