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 5cc0623 commit d5b374bCopy full SHA for d5b374b
targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/TOOLCHAIN_IAR/stm32f207xx.icf
@@ -18,7 +18,7 @@ define region ROM_region = mem:[from __region_ROM_start__ to __region_ROM_end__]
18
define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__];
19
20
/* Stack and Heap */
21
-/* Stack: 4kB - 408B for vector table */
+/* Stack: 1024B */
22
/* Heap: 64kB */
23
define symbol __size_cstack__ = 0x400;
24
define symbol __size_heap__ = 0x10000;
0 commit comments