Add DAC HIL test with ADC

This commit is contained in:
JuliDi
2023-07-27 19:04:43 +02:00
parent bbd2563e13
commit 93864610ce
3 changed files with 92 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ pub fn config() -> Config {
{
config.rcc.sys_ck = Some(Hertz(400_000_000));
config.rcc.pll1.q_ck = Some(Hertz(100_000_000));
config.rcc.adc_clock_source = embassy_stm32::rcc::AdcClockSource::PerCk;
}
#[cfg(feature = "stm32u585ai")]