From eea21d422b06445729f1daec764591d083584613 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 2 Jun 2024 17:59:04 -0400 Subject: use qfplib; fix I2S clock --- cfg/mcuconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfg/mcuconf.h') diff --git a/cfg/mcuconf.h b/cfg/mcuconf.h index 6e9c549..7b25ff4 100644 --- a/cfg/mcuconf.h +++ b/cfg/mcuconf.h @@ -67,7 +67,7 @@ #define STM32_PLLQ_VALUE 4 #define STM32_PLLR_VALUE 4 #define STM32_HPRE STM32_HPRE_DIV1 -#define STM32_PPRE STM32_PPRE_DIV1 +#define STM32_PPRE STM32_PPRE_DIV4 #define STM32_MCOSEL STM32_MCOSEL_NOCLOCK #define STM32_MCOPRE STM32_MCOPRE_DIV1 #define STM32_LSCOSEL STM32_LSCOSEL_NOCLOCK @@ -79,7 +79,7 @@ #define STM32_USART2SEL STM32_USART2SEL_PCLK #define STM32_LPUART1SEL STM32_LPUART1SEL_PCLK #define STM32_I2C1SEL STM32_I2C1SEL_PCLK -#define STM32_I2S1SEL STM32_I2S1SEL_HSI16 +#define STM32_I2S1SEL STM32_I2S1SEL_SYSCLK #define STM32_LPTIM1SEL STM32_LPTIM1SEL_PCLK #define STM32_TIM1SEL STM32_TIM1SEL_TIMPCLK #define STM32_RNGSEL STM32_RNGSEL_HSI16 -- cgit v1.2.3