aboutsummaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-06-02 17:59:04 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-06-02 17:59:04 -0400
commiteea21d422b06445729f1daec764591d083584613 (patch)
tree877fd6827252a328baa0ded1e72145a9d664e015 /cfg
parenta78f3f6fe924d03be52ad7459203429ef261a4c9 (diff)
use qfplib; fix I2S clock
Diffstat (limited to 'cfg')
-rw-r--r--cfg/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
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