File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
targets/TARGET_NUVOTON/TARGET_NUC472/device Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ LR_IROM1 0x00000000 {
10
10
; uvisor-lib.a (+RW +ZI)
11
11
;}
12
12
13
- ARM_LIB_STACK 0x20000000 EMPTY 0x3000 {
13
+ ARM_LIB_STACK 0x20000000 EMPTY 0x1000 {
14
14
}
15
15
16
- ER_IRAMVEC 0x20003000 EMPTY (4*(16 + 142)) { ; Reserve for vectors
16
+ ER_IRAMVEC 0x20001000 EMPTY (4*(16 + 142)) { ; Reserve for vectors
17
17
}
18
18
19
19
RW_IRAM1 AlignExpr(+0, 16) { ; 16 byte-aligned
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ LR_IROM1 0x00000000 {
10
10
; uvisor-lib.a (+RW +ZI)
11
11
;}
12
12
13
- ARM_LIB_STACK 0x20000000 EMPTY 0x3000 {
13
+ ARM_LIB_STACK 0x20000000 EMPTY 0x1000 {
14
14
}
15
15
16
- ER_IRAMVEC 0x20003000 EMPTY (4*(16 + 142)) { ; Reserve for vectors
16
+ ER_IRAMVEC 0x20001000 EMPTY (4*(16 + 142)) { ; Reserve for vectors
17
17
}
18
18
19
19
RW_IRAM1 AlignExpr(+0, 16) { ; 16 byte-aligned
Original file line number Diff line number Diff line change 2
2
* Nuvoton NUC472 GCC linker script file
3
3
*/
4
4
5
- StackSize = 0x3000 ;
5
+ StackSize = 0x1000 ;
6
6
7
7
MEMORY
8
8
{
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000;
11
11
define symbol __ICFEDIT_region_XRAM_start__ = 0x60000000;
12
12
define symbol __ICFEDIT_region_XRAM_end__ = 0x60100000;
13
13
/*-Sizes-*/
14
- define symbol __ICFEDIT_size_cstack__ = 0x2000 ;
14
+ define symbol __ICFEDIT_size_cstack__ = 0x1000 ;
15
15
define symbol __ICFEDIT_size_heap__ = 0xC0000;
16
16
/**** End of ICF editor section. ###ICF###*/
17
17
You can’t perform that action at this time.
0 commit comments