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.