File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
targets/TARGET_STM/TARGET_STM32L4/TARGET_MTS_DRAGONFLY_L471QG/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ define region ROM_region = mem:[from __region_ROM_start__ to __region_ROM_end__]
21
21
define region SRAM2_region = mem:[from __region_SRAM2_start__ to __region_SRAM2_end__];
22
22
define region SRAM1_region = mem:[from __region_SRAM1_start__ to __region_SRAM1_end__];
23
23
24
- /* Stack complete SRAM2 and Heap 1/3 of SRAM1 */
25
- define symbol __size_cstack__ = 0x7e00 ;
24
+ /* Stack 1K of SRAM2 and Heap 1/3 of SRAM1 */
25
+ define symbol __size_cstack__ = 0x400 ;
26
26
define symbol __size_heap__ = 0x8000;
27
27
define block CSTACK with alignment = 8, size = __size_cstack__ { };
28
28
define block HEAP with alignment = 8, size = __size_heap__ { };
You can’t perform that action at this time.
0 commit comments