We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0d731 commit bb197b2Copy full SHA for bb197b2
targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/TOOLCHAIN_IAR/stm32f746xg.icf
@@ -19,9 +19,9 @@ define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__]
19
define region ITCMRAM_region = mem:[from __region_ITCMRAM_start__ to __region_ITCMRAM_end__];
20
21
/* Stack and Heap */
22
-/*Heap 1/4 of ram and stack 1/8*/
+/*Heap 1/4 of ram and stack 1/12 */
23
define symbol __size_cstack__ = 0x4000;
24
-define symbol __size_heap__ = 0x8000;
+define symbol __size_heap__ = 0x13000;
25
define block CSTACK with alignment = 8, size = __size_cstack__ { };
26
define block HEAP with alignment = 8, size = __size_heap__ { };
27
define block STACKHEAP with fixed order { block HEAP, block CSTACK };
0 commit comments