2017-04-05 06:55 AM
In STM32F100 If we are connecting 32MHz external Clock, How do we obtain 17MHz System clock?
By using PREDIV and PLLMUL
#pll #clock2017-04-05 07:18 AM
Hi
krishnan.anand
,Please note that the maximum allowed value for external clock source is 24 MHz (refer 'External clock source characteristics' sections in
).I advise you to use
that should help you to calculate PLL mul and div factors depending on your input clock source and the expected output value.-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-04-05 07:20 AM
It might be challenging as the options are limited, and 17 is a prime number
You'd have more options with an F2 or F4 part.
2017-04-05 07:24 AM
Perhaps with a PLL factor of two, if you manage to find a 8,500 MHz quartz.
But as said, never from 32MHz.