This commit is contained in:
hathach
2023-01-30 17:04:39 +07:00
parent 6257123157
commit b464f91a6e
11 changed files with 72 additions and 28 deletions

View File

@@ -7,8 +7,8 @@ CFLAGS += \
-DHSE_VALUE=25000000 \
# GCC
GCC_LD_FILE = $(BOARD_PATH)/STM32F723xE_FLASH.ld
GCC_SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f723xx.s
GCC_LD_FILE = $(BOARD_PATH)/STM32F723xE_FLASH.ld
# IAR
IAR_SRC_S += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f723xx.s