Skip to content

Commit a933032

Browse files
committed
no HSE available by default for NUCLEO_L432KC
1 parent d60f424 commit a933032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L432KC/device/system_stm32l4xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
*/
132132

133133
// Select the clock sources (default is PLL_MSI) to start with (0=OFF, 1=ON)
134-
#define USE_PLL_HSE_EXTC (1) // Use external clock
134+
#define USE_PLL_HSE_EXTC (0) // Use external clock
135135
#define USE_PLL_HSE_XTAL (0) // Use external xtal
136136
#define USE_PLL_HSI (0) // Use HSI/MSI internal clock (0=MSI, 1=HSI)
137137
#define DEBUG_MCO (0) // Output the MCO on PA8 for debugging (0=OFF, 1=SYSCLK, 2=HSE, 3=HSI, 4=MSI)

0 commit comments

Comments
 (0)