diff --git a/boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld b/boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld index 937b4c537c..bd4a0531f0 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld @@ -185,6 +185,12 @@ SECTIONS _ebss = ABSOLUTE(.); } > sram + /* Emit the the D3 power domain section for locating BDMA data */ + + .sram4 : + { + } > sram4 + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } diff --git a/boards/arm/stm32h7/nucleo-h743zi/scripts/kernel.space.ld b/boards/arm/stm32h7/nucleo-h743zi/scripts/kernel.space.ld index 9068e59394..b29dd54aca 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/kernel.space.ld +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/kernel.space.ld @@ -94,6 +94,12 @@ SECTIONS _ebss = ABSOLUTE(.); } > ksram + /* Emit the the D3 power domain section for locating BDMA data */ + + .sram4 : + { + } > sram4 + /* Stabs debugging sections */ .stab 0 : { *(.stab) } diff --git a/boards/arm/stm32h7/stm32h747i-disco/scripts/flash.ld b/boards/arm/stm32h7/stm32h747i-disco/scripts/flash.ld index c911636a31..062c446544 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/scripts/flash.ld +++ b/boards/arm/stm32h7/stm32h747i-disco/scripts/flash.ld @@ -183,6 +183,12 @@ SECTIONS _ebss = ABSOLUTE(.); } > sram + /* Emit the the D3 power domain section for locating BDMA data */ + + .sram4 : + { + } > sram4 + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } diff --git a/boards/arm/stm32h7/stm32h747i-disco/scripts/kernel.space.ld b/boards/arm/stm32h7/stm32h747i-disco/scripts/kernel.space.ld index 8e53c9455f..20ea359580 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/scripts/kernel.space.ld +++ b/boards/arm/stm32h7/stm32h747i-disco/scripts/kernel.space.ld @@ -94,6 +94,13 @@ SECTIONS _ebss = ABSOLUTE(.); } > ksram + /* Emit the the D3 power domain section for locating BDMA data */ + + .sram4 : + { + } > sram4 + + /* Stabs debugging sections */ .stab 0 : { *(.stab) }