From e9f471c4e0a4047bb960b28e4de1447b84a22e4f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 30 Jan 2025 21:10:20 -0500 Subject: reduce clocks --- Core/Inc/stm32u0xx_hal_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Core/Inc/stm32u0xx_hal_conf.h') diff --git a/Core/Inc/stm32u0xx_hal_conf.h b/Core/Inc/stm32u0xx_hal_conf.h index d8e250f..66cfc34 100644 --- a/Core/Inc/stm32u0xx_hal_conf.h +++ b/Core/Inc/stm32u0xx_hal_conf.h @@ -144,7 +144,7 @@ * @brief This is the HAL system configuration section */ -#define VDD_VALUE 3300U /*!< Value of VDD in mv */ +#define VDD_VALUE 1710U /*!< Value of VDD in mv */ #define TICK_INT_PRIORITY (3U) /*!< tick interrupt priority (lowest by default) */ #define USE_RTOS 0U #define PREFETCH_ENABLE 0U -- cgit v1.2.3