"I'm now seeing a similar issue I..." <- > <@michael.desilva:matrix.org> I'm now seeing a similar issue I initially faced on stm32h7xx-hal related to the power target. However, from what I can see the defaults do seem OK? https://github.com/embassy-rs/embassy/blob/main/embassy-stm32/src/rcc/h.rs#L316-L322 > > My chip is detected correctly here https://github.com/embassy-rs/embassy/blob/main/embassy-stm32/src/rcc/h.rs#L243-L244 and the defaults seems fine https://github.com/embassy-rs/embassy/blob/main/embassy-stm32/src/rcc/h.rs#L262-L272 I find this super strange - I just switched my Arduino GIGA R1 Wifi board, and it is now reaching higher clock speeds, no problems - that issue with the power target is no longer a problem (on this board) ``` 0.000000 DEBUG rcc: Clocks { csi: None, hclk1: Some(Hertz(64000000)), hclk2: Some(Hertz(64000000)), hclk3: Some(Hertz(64000000)), hclk4: Some(Hertz(64000000)), hse: None, hsi: Some(Hertz(64000000)), hsi48: Some(Hertz(48000000)), i2s_ckin: None, lse: None, lsi: None, pclk1: Some(Hertz(64000000)), pclk1_tim: Some(Hertz(64000000)), pclk2: Some(Hertz(64000000)), pclk2_tim: Some(Hertz(64000000)), pclk3: Some(Hertz(64000000)), pclk4: Some(Hertz(64000000)), per: None, pll1_q: None, pll2_p: None, pll2_q: None, pll2_r: None, pll3_p: None, pll3_q: None, pll3_r: None, rtc: Some(Hertz(32000)), sys: Some(Hertz(64000000)) } ```