stm32/rcc: add shared code for hsi48 with crs support.
This commit is contained in:
@ -29,8 +29,7 @@ async fn main(_spawner: Spawner) {
|
||||
n: Plln::MUL10,
|
||||
r: Plldiv::DIV1,
|
||||
});
|
||||
//config.rcc.mux = ClockSrc::MSI(MSIRange::Range48mhz);
|
||||
config.rcc.hsi48 = true;
|
||||
config.rcc.hsi48 = Some(Hsi48Config { sync_from_usb: true }); // needed for USB
|
||||
|
||||
let p = embassy_stm32::init(config);
|
||||
|
||||
|
Reference in New Issue
Block a user