Skip to content

Commit c162ac8

Browse files
stm32h750bdk: Fix startup and linker script
1 parent 2102275 commit c162ac8

File tree

1 file changed

+4
-4
lines changed
  • hw/bsp/stm32h7/boards/stm32h750bdk

1 file changed

+4
-4
lines changed

hw/bsp/stm32h7/boards/stm32h750bdk/board.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ CFLAGS += -DSTM32H750xx -DCORE_CM7 -DHSE_VALUE=25000000
77
PORT ?= 0
88

99
# GCC
10-
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32h745xx.s
11-
LD_FILE_GCC = $(ST_CMSIS)/Source/Templates/gcc/linker/stm32h745xx_flash_CM7.ld
10+
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32h750xx.s
11+
LD_FILE_GCC = $(ST_CMSIS)/Source/Templates/gcc/linker/stm32h750xx_flash_CM7.ld
1212

1313
# IAR
14-
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32h745xx.s
15-
LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32h745xx_flash_CM7.icf
14+
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32h750xx.s
15+
LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32h750xx_flash_CM7.icf
1616

1717
# For flash-jlink target
1818
JLINK_DEVICE = stm32h750xb_m7

0 commit comments

Comments
 (0)