File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hw/bsp/stm32h7/boards/stm32h750bdk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ set(MCU_VARIANT stm32h750xx)
22set (JLINK_DEVICE stm32h750xb_m7)
33
44set (LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR} /${MCU_VARIANT} _flash_CM7.ld)
5- set (LD_FILE_IAR ${ST_CMSIS} /Source /Templates/iar/linker/${MCU_VARIANT} _flash_CM7 .icf)
5+ set (LD_FILE_IAR ${ST_CMSIS} /Source /Templates/iar/linker/${MCU_VARIANT} _flash .icf)
66
77function (update_board TARGET )
88 target_compile_definitions (${TARGET} PUBLIC
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LD_FILE_GCC = $(BOARD_PATH)/stm32h750xx_flash_CM7.ld
1212
1313# IAR
1414SRC_S_IAR += $(ST_CMSIS ) /Source/Templates/iar/startup_stm32h750xx.s
15- LD_FILE_IAR = $(ST_CMSIS ) /Source/Templates/iar/linker/stm32h750xx_flash_CM7 .icf
15+ LD_FILE_IAR = $(ST_CMSIS ) /Source/Templates/iar/linker/stm32h750xx_flash .icf
1616
1717# For flash-jlink target
1818JLINK_DEVICE = stm32h750xb_m7
You can’t perform that action at this time.
0 commit comments