aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h755cm4/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32h755cm4/memory.x')
-rw-r--r--examples/stm32h755cm4/memory.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32h755cm4/memory.x b/examples/stm32h755cm4/memory.x
index 538bac586..7d60354e3 100644
--- a/examples/stm32h755cm4/memory.x
+++ b/examples/stm32h755cm4/memory.x
@@ -9,6 +9,7 @@ SECTIONS
9{ 9{
10 .ram_d3 : 10 .ram_d3 :
11 { 11 {
12 *(.ram_d3.shared_data)
12 *(.ram_d3) 13 *(.ram_d3)
13 } > RAM_D3 14 } > RAM_D3
14} \ No newline at end of file 15} \ No newline at end of file