Skip to content

Commit f0b74bb

Browse files
Fixup example linker scripts to add VECTOR region.
1 parent e444249 commit f0b74bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/mps3-an536/memory.x

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ MEMORY {
99
DDR : ORIGIN = 0x20000000, LENGTH = 128M
1010
}
1111

12+
REGION_ALIAS("VECTORS", QSPI);
1213
REGION_ALIAS("CODE", QSPI);
1314
REGION_ALIAS("DATA", DDR);

examples/versatileab/memory.x

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ MEMORY {
88
SDRAM : ORIGIN = 0, LENGTH = 128M
99
}
1010

11+
REGION_ALIAS("VECTORS", SDRAM);
1112
REGION_ALIAS("CODE", SDRAM);
1213
REGION_ALIAS("DATA", SDRAM);

0 commit comments

Comments
 (0)