f4-pll: Add max values per chip

This commit is contained in:
Thales Fragoso
2021-07-28 17:32:36 -03:00
parent e7714983b3
commit 5cfb9adad8
3 changed files with 273 additions and 13 deletions

View File

@ -19,7 +19,7 @@ mod example_common;
fn config() -> Config {
let mut rcc_config = RccConfig::default();
rcc_config.sys_ck = Some(Hertz(32_000_000));
rcc_config.sys_ck = Some(Hertz(84_000_000));
rcc_config.enable_debug_wfe = true;
Config::default().rcc(rcc_config)