diff options
| author | Ulf Lilleengen <[email protected]> | 2025-03-21 13:32:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-21 13:32:14 +0000 |
| commit | e29be82c8bc1b7e2dbf9f58dad4229d12968e1b4 (patch) | |
| tree | 4ae9e7b784c82b96bcf870c3f61c62abad8a3811 /examples/mspm0l2228/memory.x | |
| parent | fecb7a2b2b6f1953a2fe57557cb83d063ab5eea4 (diff) | |
| parent | 91684a11c8a15b62a773a1ace40791fcf80fdad2 (diff) | |
Merge pull request #3966 from i509VCB/mspm0-init
Embassy for MSPM0
Diffstat (limited to 'examples/mspm0l2228/memory.x')
| -rw-r--r-- | examples/mspm0l2228/memory.x | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/mspm0l2228/memory.x b/examples/mspm0l2228/memory.x new file mode 100644 index 000000000..aba414a88 --- /dev/null +++ b/examples/mspm0l2228/memory.x | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | MEMORY | ||
| 2 | { | ||
| 3 | FLASH : ORIGIN = 0x00000000, LENGTH = 256K | ||
| 4 | /* Select non-parity range of SRAM due to SRAM_ERR_01 errata in SLAZ758 */ | ||
| 5 | RAM : ORIGIN = 0x20200000, LENGTH = 32K | ||
| 6 | } | ||
