File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ define symbol __ICFEDIT_region_SDRAM_RAM_start__ = 0x30000000;
25
25
define symbol __ICFEDIT_region_SDRAM_RAM_end__ = 0x301FFFFF;
26
26
27
27
/*-Sizes-*/
28
- /* define symbol __ICFEDIT_size_cstack__ = 0x400;*/
28
+ define symbol __ICFEDIT_size_cstack__ = 0x1000;
29
29
define symbol __ICFEDIT_size_heap__ = 0x19000;
30
30
/**** End of ICF editor section. ###ICF###*/
31
31
@@ -38,7 +38,7 @@ define region ROM_USED_RAM_region = mem:[from __ICFEDIT_region_ROM_USED_RAM_st
38
38
define region BD_RAM_region = mem:[from __ICFEDIT_region_BD_RAM_start__ to __ICFEDIT_region_BD_RAM_end__];
39
39
define region SDRAM_RAM_region = mem:[from __ICFEDIT_region_SDRAM_RAM_start__ to __ICFEDIT_region_SDRAM_RAM_end__];
40
40
41
- /* define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { };*/
41
+ define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { };
42
42
define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
43
43
44
44
//initialize by copy { readwrite };
@@ -217,6 +217,7 @@ define overlay TCM_overlay {
217
217
/* dummy code placement */
218
218
define overlay TCM_overlay { block IMAGE1_DBG };
219
219
place at start of TCM_region { overlay TCM_overlay };
220
+ place at end of TCM_region { block CSTACK};
220
221
221
222
define exported symbol __rom_bss_start__ = 0x10000300; // use in rom
222
223
define exported symbol __rom_bss_end__ = 0x10000bc8; // use in rom
You can’t perform that action at this time.
0 commit comments