Correct loader file

This commit is contained in:
Andrew Hooper 2023-07-01 07:59:39 -04:00
parent 3a5f43528e
commit 7d45a43f57
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ CFLAGS += -DSTM32F407xx
# GCC
GCC_SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s
GCC_LD_FILE = $(BOARD_PATH)/STM32F407VGTx_FLASH.ld
GCC_LD_FILE = $(BOARD_PATH)/STM32F407VETX_FLASH.ld
# IAR
IAR_SRC_S += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s