You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
related to #448
Stm32f107 has 3 plls in the clock system. My board uses a 25MHz crystal, so the only way to get to a round 72MHz SYSCLK is to do: 25 / 5 * 8 / 5 * 9 (see the screenshot from cubeMX.
The PLL3 is not on the screenshot, but it feeds the i2c, and not in my usecase.
I am considering writing this myself, but i am just getting into rust.
The text was updated successfully, but these errors were encountered:
related to #448
Stm32f107 has 3 plls in the clock system. My board uses a 25MHz crystal, so the only way to get to a round 72MHz SYSCLK is to do:
25 / 5 * 8 / 5 * 9
(see the screenshot from cubeMX.The PLL3 is not on the screenshot, but it feeds the i2c, and not in my usecase.
I am considering writing this myself, but i am just getting into rust.
The text was updated successfully, but these errors were encountered: