STM32F412 IAR linker file issue

pull/5463/head
jeromecoutant 2017-11-09 09:45:07 +01:00
parent 2eaf58d6f7
commit 17c86d1cd6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ define symbol __region_ROM_end__ = MBED_APP_START + MBED_APP_SIZE;
define symbol __NVIC_start__ = 0x20000000;
define symbol __NVIC_end__ = 0x200001C7; /* Aligned on 8 bytes */
define symbol __region_RAM_start__ = 0x200001C8;
define symbol __region_RAM_end__ = 0x2001FFFF;
define symbol __region_RAM_end__ = 0x2003FFFF;
/* Memory regions */
define memory mem with size = 4G;