cc y / mbed

Fork of mbed by mbed official

Revision:
93:e188a91d3eaa
Parent:
92:4fc01daae5a5
Child:
95:7e07b6fb45cf
--- a/TARGET_NUCLEO_F103RB/TOOLCHAIN_IAR/stm32f10x.icf	Thu Nov 27 13:33:22 2014 +0000
+++ b/TARGET_NUCLEO_F103RB/TOOLCHAIN_IAR/stm32f10x.icf	Tue Feb 03 15:31:20 2015 +0000
@@ -6,11 +6,13 @@
 /*-Memory Regions-*/
 define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
 define symbol __ICFEDIT_region_ROM_end__   = 0x0801FFFF;
-define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
+define symbol __ICFEDIT_region_NVIC_start__   = 0x20000000;
+define symbol __ICFEDIT_region_NVIC_end__   = 0x200000EB;
+define symbol __ICFEDIT_region_RAM_start__ = 0x200000EC;
 define symbol __ICFEDIT_region_RAM_end__   = 0x20004FFF;
 /*-Sizes-*/
-define symbol __ICFEDIT_size_cstack__ = 0x800;
-define symbol __ICFEDIT_size_heap__   = 0x800;
+define symbol __ICFEDIT_size_cstack__ = 0x1000;
+define symbol __ICFEDIT_size_heap__   = 0x1700;
 /**** End of ICF editor section. ###ICF###*/
 
 define memory mem with size = 4G;
@@ -27,4 +29,4 @@
 
 place in ROM_region   { readonly };
 place in RAM_region   { readwrite,
-                        block CSTACK, block HEAP };
\ No newline at end of file
+                        block HEAP, block CSTACK };
\ No newline at end of file