forked from Chalandi/OSEK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPRJ_MEM_MAP.sct
36 lines (28 loc) · 1013 Bytes
/
PRJ_MEM_MAP.sct
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_MEM_MAP 0x08000000 0x00020000
{
ER_STARTUP +0 ALIGN 4
{
IntVect.o (INTVECT, +First) ;.INTVECT section (Entry point defined by the linker cmd --entry SysStartup_Init)
}
ER_TEXT +0 ALIGN 4 ; +0 means current position
{
*(+XO +RO) ;.text section
}
ER_RO +0 ALIGN 4 ; +0 means current position
{
*(+RO-DATA) ;.constdata(.rodata) section
}
ER_RW_DATA 0x20000000 NOCOMPRESS ALIGN 4
{
* (+RW +ZI) ; .data and .bss sections
}
ER_TEMP 0x20001000 EMPTY 0x400
{
}
ER_STACK 0x20002000 EMPTY -0x400 ; region ends at 0x20002000 because of the
{ ; negative length. The start of the region
} ; is defined in symbol: Image$$STACK$$ZI$$Limit
}