From ba9897fa8d746f2087043b859ae213d2591ba368 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 4 Jun 2016 14:54:54 +0000 Subject: Updated mcuconf.h for SMT32F446 and STM32F469 by adding PLLSAI and PLLI2S settings git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9572 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F469I-DISCOVERY/mcuconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'demos/STM32/RT-STM32F469I-DISCOVERY/mcuconf.h') diff --git a/demos/STM32/RT-STM32F469I-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32F469I-DISCOVERY/mcuconf.h index bec6a9243..797541457 100644 --- a/demos/STM32/RT-STM32F469I-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32F469I-DISCOVERY/mcuconf.h @@ -61,6 +61,13 @@ #define STM32_PLLI2SN_VALUE 192 #define STM32_PLLI2SR_VALUE 4 #define STM32_PLLI2SQ_VALUE 4 +#define STM32_PLLSAIN_VALUE 192 +#define STM32_PLLSAIR_VALUE 4 +#define STM32_PLLSAIP_VALUE 4 +#define STM32_PLLSAIQ_VALUE 4 +#define STM32_SAI1SEL STM32_SAI2SEL_PLLR +#define STM32_SAI2SEL STM32_SAI2SEL_PLLR +#define STM32_CK48MSEL STM32_CK48MSEL_PLL #define STM32_PVD_ENABLE FALSE #define STM32_PLS STM32_PLS_LEV0 #define STM32_BKPRAM_ENABLE FALSE -- cgit v1.2.3