mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: push H7 clock to 400MHz
This commit is contained in:
parent
bef6a01682
commit
5bcfe41d1f
|
@ -73,9 +73,9 @@
|
||||||
setup PLLs based on HSE clock
|
setup PLLs based on HSE clock
|
||||||
*/
|
*/
|
||||||
#if STM32_HSECLK == 8000000U
|
#if STM32_HSECLK == 8000000U
|
||||||
// this gives 384MHz system clock
|
// this gives 400MHz system clock
|
||||||
#define STM32_PLL1_DIVM_VALUE 1
|
#define STM32_PLL1_DIVM_VALUE 1
|
||||||
#define STM32_PLL1_DIVN_VALUE 96
|
#define STM32_PLL1_DIVN_VALUE 100
|
||||||
#define STM32_PLL1_DIVP_VALUE 2
|
#define STM32_PLL1_DIVP_VALUE 2
|
||||||
#define STM32_PLL1_DIVQ_VALUE 16
|
#define STM32_PLL1_DIVQ_VALUE 16
|
||||||
#define STM32_PLL1_DIVR_VALUE 2
|
#define STM32_PLL1_DIVR_VALUE 2
|
||||||
|
@ -92,9 +92,9 @@
|
||||||
#define STM32_PLL3_DIVQ_VALUE 6
|
#define STM32_PLL3_DIVQ_VALUE 6
|
||||||
#define STM32_PLL3_DIVR_VALUE 3
|
#define STM32_PLL3_DIVR_VALUE 3
|
||||||
#elif STM32_HSECLK == 16000000U
|
#elif STM32_HSECLK == 16000000U
|
||||||
// this gives 384MHz system clock
|
// this gives 400MHz system clock
|
||||||
#define STM32_PLL1_DIVM_VALUE 2
|
#define STM32_PLL1_DIVM_VALUE 2
|
||||||
#define STM32_PLL1_DIVN_VALUE 96
|
#define STM32_PLL1_DIVN_VALUE 100
|
||||||
#define STM32_PLL1_DIVP_VALUE 2
|
#define STM32_PLL1_DIVP_VALUE 2
|
||||||
#define STM32_PLL1_DIVQ_VALUE 16
|
#define STM32_PLL1_DIVQ_VALUE 16
|
||||||
#define STM32_PLL1_DIVR_VALUE 2
|
#define STM32_PLL1_DIVR_VALUE 2
|
||||||
|
@ -111,9 +111,9 @@
|
||||||
#define STM32_PLL3_DIVQ_VALUE 6
|
#define STM32_PLL3_DIVQ_VALUE 6
|
||||||
#define STM32_PLL3_DIVR_VALUE 3
|
#define STM32_PLL3_DIVR_VALUE 3
|
||||||
#elif STM32_HSECLK == 24000000U
|
#elif STM32_HSECLK == 24000000U
|
||||||
// this gives 384MHz system clock
|
// this gives 400MHz system clock
|
||||||
#define STM32_PLL1_DIVM_VALUE 3
|
#define STM32_PLL1_DIVM_VALUE 3
|
||||||
#define STM32_PLL1_DIVN_VALUE 96
|
#define STM32_PLL1_DIVN_VALUE 100
|
||||||
#define STM32_PLL1_DIVP_VALUE 2
|
#define STM32_PLL1_DIVP_VALUE 2
|
||||||
#define STM32_PLL1_DIVQ_VALUE 16
|
#define STM32_PLL1_DIVQ_VALUE 16
|
||||||
#define STM32_PLL1_DIVR_VALUE 2
|
#define STM32_PLL1_DIVR_VALUE 2
|
||||||
|
|
Loading…
Reference in New Issue