This commit is contained in:
parent
aafb19ae97
commit
2c7053fe29
|
@ -70,11 +70,12 @@
|
||||||
#define STM32_HSE_ENABLED TRUE
|
#define STM32_HSE_ENABLED TRUE
|
||||||
|
|
||||||
// rusEfi would automatically detect if we have 32768 quarts osc - see 'rtcWorks'
|
// rusEfi would automatically detect if we have 32768 quarts osc - see 'rtcWorks'
|
||||||
#define STM32_LSE_ENABLED FALSE
|
#define STM32_LSE_ENABLED TRUE
|
||||||
|
|
||||||
#define STM32_CLOCK48_REQUIRED TRUE
|
#define STM32_CLOCK48_REQUIRED TRUE
|
||||||
#define STM32_SW STM32_SW_PLL
|
#define STM32_SW STM32_SW_PLL
|
||||||
#define STM32_PLLSRC STM32_PLLSRC_HSE
|
#define STM32_PLLSRC STM32_PLLSRC_HSE
|
||||||
|
|
||||||
#define STM32_PLLM_VALUE 8
|
#define STM32_PLLM_VALUE 8
|
||||||
#define STM32_PLLN_VALUE 336
|
#define STM32_PLLN_VALUE 336
|
||||||
#define STM32_PLLP_VALUE 2
|
#define STM32_PLLP_VALUE 2
|
||||||
|
|
Loading…
Reference in New Issue