stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
117 stars 68 forks source link

RCC: Added note about reset of `use_pll` to false #146

Closed systec-ms closed 3 years ago

systec-ms commented 3 years ago

Added note about reset of use_pll to false if sysclk or use_pll48clk is not set (pll_configure is called before calculate_clocks).

I ran into the problem that I specified use_pll and assumed that it would then calculate sysclk.