aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0g5187/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mspm0g5187/memory.x')
-rw-r--r--examples/mspm0g5187/memory.x6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/mspm0g5187/memory.x b/examples/mspm0g5187/memory.x
new file mode 100644
index 000000000..37e381fbd
--- /dev/null
+++ b/examples/mspm0g5187/memory.x
@@ -0,0 +1,6 @@
1MEMORY
2{
3 FLASH : ORIGIN = 0x00000000, LENGTH = 128K
4 /* Select non-parity range of SRAM due to SRAM_ERR_01 errata in SLAZ758 */
5 RAM : ORIGIN = 0x20200000, LENGTH = 32K
6}