Skip to content

Commit c2bba67

Browse files
jeromecoutantadbridge
authored andcommitted
STM32F412 IAR linker file issue
1 parent 2f36cd7 commit c2bba67

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/device/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/device/TOOLCHAIN_IAR/stm32f412xx.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE;
1010
define symbol __NVIC_start__ = 0x20000000;
1111
define symbol __NVIC_end__ = 0x200001C7; /* Aligned on 8 bytes */
1212
define symbol __region_RAM_start__ = 0x200001C8;
13-
define symbol __region_RAM_end__ = 0x2001FFFF;
13+
define symbol __region_RAM_end__ = 0x2003FFFF;
1414

1515
/* Memory regions */
1616
define memory mem with size = 4G;

0 commit comments

Comments
 (0)