File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
hw/bsp/stm32h7/boards/stm32h750bdk Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ CFLAGS += -DSTM32H750xx -DCORE_CM7 -DHSE_VALUE=25000000
77PORT ?= 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
1818JLINK_DEVICE = stm32h750xb_m7
You can’t perform that action at this time.
0 commit comments