Conditionally use HSE clock config.
The stm32f7-discovery seems ok with the external xtal.
This commit is contained in:
@@ -12,6 +12,7 @@ SDRAM_BASE := 0xc0000000
|
||||
GLOBAL_DEFINES += \
|
||||
ENABLE_UART1=1 \
|
||||
ENABLE_SDRAM=1 \
|
||||
USE_HSE_XTAL=1 \
|
||||
SDRAM_BASE=$(SDRAM_BASE) \
|
||||
SDRAM_SIZE=$(SDRAM_SIZE) \
|
||||
PLL_M_VALUE=8 \
|
||||
|
||||
Reference in New Issue
Block a user