From 15dcf53e76fc9b3c8a41e557ad3b72606a98ed12 Mon Sep 17 00:00:00 2001 From: zhji Date: Sun, 10 Nov 2024 16:52:13 +0800 Subject: [PATCH] [update] update HSE_VALUE as 25MHz --- driver/STM32H7xx_HAL_Driver/stm32h7xx_hal_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/STM32H7xx_HAL_Driver/stm32h7xx_hal_conf.h b/driver/STM32H7xx_HAL_Driver/stm32h7xx_hal_conf.h index 969e854..0386a9c 100644 --- a/driver/STM32H7xx_HAL_Driver/stm32h7xx_hal_conf.h +++ b/driver/STM32H7xx_HAL_Driver/stm32h7xx_hal_conf.h @@ -95,7 +95,7 @@ * (when HSE is used as system clock source, directly or through the PLL). */ #if !defined (HSE_VALUE) -#define HSE_VALUE ((uint32_t)24000000) /*!< Value of the External oscillator in Hz */ +#define HSE_VALUE ((uint32_t)25000000) /*!< Value of the External oscillator in Hz */ #endif /* HSE_VALUE */ #if !defined (HSE_STARTUP_TIMEOUT)