File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
targets/TARGET_TT/TARGET_TT_M4G9/device/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
22
#define MBED_APP_SIZE 0x000180000
23
23
#endif
24
24
25
+ #if !defined(MBED_BOOT_STACK_SIZE)
26
+ #define MBED_BOOT_STACK_SIZE 0x400
27
+ #endif
28
+
29
+ #define Stack_Size MBED_BOOT_STACK_SIZE
30
+
25
31
; TMPM4G9: 1536 KB FLASH (0x180000) + 192 KB SRAM (0x30000)
26
32
27
33
LR_IROM1 MBED_APP_START MBED_APP_SIZE ; load region size_region
@@ -33,9 +39,12 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE ; load region size_region
33
39
.ANY (+RO)
34
40
}
35
41
36
- RW_IRAM1 0x20000320 (0x30000 - 0x320)
42
+ RW_IRAM1 0x20000320 (0x30000 - 0x320 - Stack_Size )
37
43
{
38
44
tmpm4g9_fc.o (+RO)
39
45
.ANY (+RW, +ZI)
40
46
}
47
+
48
+ ARM_LIB_STACK (0x20000320+0x30000) EMPTY -Stack_Size { ; stack
49
+ }
41
50
}
You can’t perform that action at this time.
0 commit comments