stm32: fix rtc wakeup timing and add dbg

This commit is contained in:
xoviat
2023-08-27 21:15:57 -05:00
parent 9f928010a8
commit e981cd4968
7 changed files with 62 additions and 15 deletions

View File

@ -17,7 +17,7 @@ use crate::{peripherals, Peripheral};
pub const HSI_FREQ: Hertz = Hertz(16_000_000);
/// LSI speed
pub const LSI_FREQ: Hertz = Hertz(32_000);
pub const LSI_FREQ: Hertz = Hertz(32_768);
/// Clocks configuration
#[non_exhaustive]