2010-07-19 10:24 AM
Startup clock questions
2011-05-17 04:59 AM
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!)