aboutsummaryrefslogtreecommitdiffstats
path: root/demos/rt/RT-STM32F303-DISCOVERY/iar/ch.icf
diff options
context:
space:
mode:
Diffstat (limited to 'demos/rt/RT-STM32F303-DISCOVERY/iar/ch.icf')
-rw-r--r--demos/rt/RT-STM32F303-DISCOVERY/iar/ch.icf6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/rt/RT-STM32F303-DISCOVERY/iar/ch.icf b/demos/rt/RT-STM32F303-DISCOVERY/iar/ch.icf
index c0a51f44c..01271e9e0 100644
--- a/demos/rt/RT-STM32F303-DISCOVERY/iar/ch.icf
+++ b/demos/rt/RT-STM32F303-DISCOVERY/iar/ch.icf
@@ -5,9 +5,9 @@
define symbol __ICFEDIT_intvec_start__ = 0x08000000;
/*-Memory Regions-*/
define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
-define symbol __ICFEDIT_region_ROM_end__ = 0x0801FFFF;
+define symbol __ICFEDIT_region_ROM_end__ = 0x0803FFFF;
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
-define symbol __ICFEDIT_region_RAM_end__ = 0x2001FFFF;
+define symbol __ICFEDIT_region_RAM_end__ = 0x20009FFF;
/*-Sizes-*/
define symbol __ICFEDIT_size_cstack__ = 0x400;
define symbol __ICFEDIT_size_heap__ = 0x400;
@@ -36,4 +36,4 @@ place in ROM_region {readonly};
place at start of RAM_region {block IRQSTACK};
place in RAM_region {block DATABSS, block HEAP};
place in RAM_region {block SYSHEAP};
-place at end of RAM_region {block CSTACK};
+place at end of RAM_region {block CSTACK}; \ No newline at end of file