Compare commits

...

1 Commits

Author SHA1 Message Date
43c4da084d clock speed changed, pending correponding SPI changes 2024-10-21 12:15:25 +08:00

View File

@ -107,8 +107,8 @@ fn main() -> ! {
.use_hse(HSE)
.sysclk(168.mhz())
.hclk(168.mhz())
.pclk1(32.mhz())
.pclk2(64.mhz())
.pclk1(42.mhz())
.pclk2(84.mhz())
.freeze();
let mut wd = IndependentWatchdog::new(dp.IWDG);