DISCO_F413ZH: Fix wrong NVIC RAM end address in IAR icf file

pull/4410/head
bcostm 2017-05-15 13:44:32 +02:00 committed by arostm
parent e8ceb3bfa1
commit b62005ebb8
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ define symbol __region_ROM_end__ = 0x0817FFFF;
/* [RAM = 320kb = 0x50000] Vector table dynamic copy: 118 vectors = 472 bytes (0x1D8) to be reserved in RAM */
define symbol __NVIC_start__ = 0x20000000;
define symbol __NVIC_end__ = 0x200001DB; /* Aligned on 8 bytes */
define symbol __region_RAM_start__ = 0x200001DC;
define symbol __NVIC_end__ = 0x200001D7;
define symbol __region_RAM_start__ = 0x200001D8; /* Aligned on 8 bytes */
define symbol __region_RAM_end__ = 0x2004FFFF;
/* Memory regions */