summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vázquez Blanco <[email protected]>2023-11-28 21:50:02 +0100
committerAntonio Vázquez Blanco <[email protected]>2023-11-28 21:50:02 +0100
commitc162ac88306ed23d0671d40c2c6e203cbafdb14a (patch)
treecce7a03b7293a9eec31519cad9f46d257bb5a650
parent21022755f88cf32857d7228b423b8e342a91e18f (diff)
stm32h750bdk: Fix startup and linker script
-rw-r--r--hw/bsp/stm32h7/boards/stm32h750bdk/board.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/bsp/stm32h7/boards/stm32h750bdk/board.mk b/hw/bsp/stm32h7/boards/stm32h750bdk/board.mk
index 52ad1b64b..cae6a1cf0 100644
--- a/hw/bsp/stm32h7/boards/stm32h750bdk/board.mk
+++ b/hw/bsp/stm32h7/boards/stm32h750bdk/board.mk
@@ -7,12 +7,12 @@ CFLAGS += -DSTM32H750xx -DCORE_CM7 -DHSE_VALUE=25000000
PORT ?= 0
# GCC
-SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32h745xx.s
-LD_FILE_GCC = $(ST_CMSIS)/Source/Templates/gcc/linker/stm32h745xx_flash_CM7.ld
+SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32h750xx.s
+LD_FILE_GCC = $(ST_CMSIS)/Source/Templates/gcc/linker/stm32h750xx_flash_CM7.ld
# IAR
-SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32h745xx.s
-LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32h745xx_flash_CM7.icf
+SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32h750xx.s
+LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32h750xx_flash_CM7.icf
# For flash-jlink target
JLINK_DEVICE = stm32h750xb_m7