Clock frequency for STM32F303
Hi,
I used to run my STM32F303RE at 72Mhz clock from a 8Mhz CMOS oscillator. . Timers8/1 operated at 72Mhz as well. That worked fine.
I had to change the CMOS oscillator from 8 to 24Mhz.
I tried two modifications, see attachment:
a) I changed PLLMul from x9 to x3 and left PREDiv. at /1.
b) I changed PREDiv to /3 and left PLLMul at x9.
In both cases CubeIDE clocktree was fine with the setup, 72Mhz imput clock at Timers8/1.
Eventually now the input clock of the timers is low by factor 9, it is 8Mhz.
What did I miss?
Thank you.
Cheers
Detlef
