source: S-port/trunk/MDK-ARM/SPort/SPort.sct

Last change on this file was 1, checked in by AlexLir, 3 years ago
File size: 555 bytes
Line 
1; *************************************************************
2; *** Scatter-Loading Description File generated by uVision ***
3; *************************************************************
4
5LR_IROM1 0x08020000 0x000E0000 { ; load region size_region
6 ER_IROM1 0x08020000 0x000E0000 { ; load address = execution address
7 *.o (RESET, +First)
8 *(InRoot$$Sections)
9 .ANY (+RO)
10 .ANY (+XO)
11 }
12 RW_IRAM1 0x20000000 0x00030000 { ; RW data
13 .ANY (+RW +ZI)
14 }
15 RW_IRAM2 0x10000000 0x00010000 {
16 .ANY (+RW +ZI)
17 }
18}
19
Note: See TracBrowser for help on using the repository browser.