summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkbladewht <w00110601111@163.com>2024-09-18 17:06:50 +0800
committerGitHub <noreply@github.com>2024-09-18 19:06:50 +1000
commit42f1763db93b0f2c962e204ccc6e8ec7b07424a8 (patch)
treebae03bd435a75171cd6bc0cffaeeb2f6ec709900
parente7c009c142e30f6a4433e2a27ea6b56e611e68af (diff)
Workaround for broken STM32L433 startup (#24404)0.26.3
Change STM32L433 LSI to False, this is to fix board startup issue , change is same to stm32L432 board
-rw-r--r--platforms/chibios/boards/GENERIC_STM32_L433XC/configs/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/boards/GENERIC_STM32_L433XC/configs/mcuconf.h b/platforms/chibios/boards/GENERIC_STM32_L433XC/configs/mcuconf.h
index 948c740f6e..24cc66b788 100644
--- a/platforms/chibios/boards/GENERIC_STM32_L433XC/configs/mcuconf.h
+++ b/platforms/chibios/boards/GENERIC_STM32_L433XC/configs/mcuconf.h
@@ -40,7 +40,7 @@
#define STM32_PLS STM32_PLS_LEV0
#define STM32_HSI16_ENABLED TRUE
#define STM32_HSI48_ENABLED TRUE
-#define STM32_LSI_ENABLED TRUE
+#define STM32_LSI_ENABLED FALSE
#define STM32_HSE_ENABLED FALSE
#define STM32_LSE_ENABLED FALSE
#define STM32_MSIPLL_ENABLED FALSE