diff options
Diffstat (limited to 'examples/device_composite_freertos/ses/samd51/ATSAMD51J19A_MemoryMap.xml')
| -rw-r--r-- | examples/device_composite_freertos/ses/samd51/ATSAMD51J19A_MemoryMap.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/device_composite_freertos/ses/samd51/ATSAMD51J19A_MemoryMap.xml b/examples/device_composite_freertos/ses/samd51/ATSAMD51J19A_MemoryMap.xml new file mode 100644 index 000000000..49d9a9cbd --- /dev/null +++ b/examples/device_composite_freertos/ses/samd51/ATSAMD51J19A_MemoryMap.xml @@ -0,0 +1,6 @@ +<!DOCTYPE Board_Memory_Definition_File> +<root name="ATSAMD51J19A"> + <MemorySegment name="FLASH" start="0x00004000" size="0x0007C000" access="ReadOnly" /> + <MemorySegment name="RAM" start="0x20000000" size="0x00030000" access="Read/Write" /> + <MemorySegment name="RAM2" start="0x47000000" size="0x00002000" access="Read/Write" /> +</root> |
