Compare commits

...

1 Commits

Author SHA1 Message Date
152f52d0fe clock speed changed, pending correponding SPI changes 2024-08-12 17:18:23 +08:00

View File

@ -109,8 +109,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);