aboutsummaryrefslogtreecommitdiff
path: root/tests/mspm0/memory_g3519.x
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-07-07 03:02:48 +0000
committerGitHub <[email protected]>2025-07-07 03:02:48 +0000
commitf56197c51e7a75e1f0f794300a9df178bb18b8a2 (patch)
tree0be225ec00d996c7af89bb56aeb82a3aa08a792c /tests/mspm0/memory_g3519.x
parentd7d0828d5c2e572bc278cacc3ec0c1bfd8912d79 (diff)
parente57dffafa5723931dd529afe8e22cba0c9ea09f0 (diff)
Merge pull request #4338 from i509VCB/dma
mspm0: add dma driver
Diffstat (limited to 'tests/mspm0/memory_g3519.x')
-rw-r--r--tests/mspm0/memory_g3519.x6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/mspm0/memory_g3519.x b/tests/mspm0/memory_g3519.x
new file mode 100644
index 000000000..d62f10360
--- /dev/null
+++ b/tests/mspm0/memory_g3519.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 = 64K
6}