From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../ARM202U/EXAMPLES/SCATTER/SCATDES | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/SCATTER/SCATDES (limited to 'Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/SCATTER/SCATDES') diff --git a/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/SCATTER/SCATDES b/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/SCATTER/SCATDES new file mode 100644 index 0000000..6ec377f --- /dev/null +++ b/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/SCATTER/SCATDES @@ -0,0 +1,26 @@ +; +; +; The memory map or the system is +; +; 0x00000 - 0x3FFFF - DRAM +; 0x40000 - 0x43FFF - SRAM +; 0x44000 - 0x7FFFF - Unused +; 0x80000 - 0x9FFFF - ROM +; +; Position the root load region at 0x40000. Limit the size so it does not +; overlap the overlay segments in the ROM load region. +; +ROOT 0x80000 0x8000 +; +; Position the root read/write execution region . +; +ROOT-DATA 0x43000 + +copydata 0x88000 { + seg_1 0x42000 OVERLAY { uue.o } + seg_2 0x42000 OVERLAY { getdata.o } + overmgr 0x40000 { overmgrs.o(+RO, +RW) } ; Position the overlay manager + ; code and data in the fast SRAM +} + + -- cgit v1.2.3