From d484477a99c7f3ca65a8ca0bc46dbcdec902cd8f Mon Sep 17 00:00:00 2001 From: Siddharth Purohit Date: Mon, 5 Jul 2021 15:05:36 +0530 Subject: [PATCH] AP_HAL_ChibiOS: move to using PLL2_R_CK for QSPI --- libraries/AP_HAL_ChibiOS/hwdef/common/stm32h7_mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/common/stm32h7_mcuconf.h b/libraries/AP_HAL_ChibiOS/hwdef/common/stm32h7_mcuconf.h index 3d4fdd9623..5e30dddf21 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/common/stm32h7_mcuconf.h +++ b/libraries/AP_HAL_ChibiOS/hwdef/common/stm32h7_mcuconf.h @@ -266,7 +266,7 @@ #define STM32_CKPERSEL STM32_CKPERSEL_HSE_CK #endif #define STM32_SDMMCSEL STM32_SDMMCSEL_PLL1_Q_CK -#define STM32_QSPISEL STM32_QSPISEL_HCLK +#define STM32_QSPISEL STM32_QSPISEL_PLL2_R_CK #define STM32_FMCSEL STM32_QSPISEL_HCLK #define STM32_SWPSEL STM32_SWPSEL_PCLK1 #define STM32_FDCANSEL STM32_FDCANSEL_PLL2_Q_CK