Skip to content

Commit d5b374b

Browse files
author
Juho Eskeli
committed
Correct comment about stack size in IAR linker file
1 parent 5cc0623 commit d5b374b

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/TOOLCHAIN_IAR/stm32f207xx.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ define region ROM_region = mem:[from __region_ROM_start__ to __region_ROM_end__]
1818
define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__];
1919

2020
/* Stack and Heap */
21-
/* Stack: 4kB - 408B for vector table */
21+
/* Stack: 1024B */
2222
/* Heap: 64kB */
2323
define symbol __size_cstack__ = 0x400;
2424
define symbol __size_heap__ = 0x10000;

0 commit comments

Comments
 (0)