Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
93:e188a91d3eaa
Parent:
92:4fc01daae5a5
Child:
95:7e07b6fb45cf
--- a/TARGET_KL05Z/TOOLCHAIN_IAR/MKL05Z4.icf	Thu Nov 27 13:33:22 2014 +0000
+++ b/TARGET_KL05Z/TOOLCHAIN_IAR/MKL05Z4.icf	Tue Feb 03 15:31:20 2015 +0000
@@ -6,7 +6,9 @@
 /*-Memory Regions-*/
 define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
 define symbol __ICFEDIT_region_ROM_end__   = 0x00007fff;
-define symbol __ICFEDIT_region_RAM_start__ = 0x1ffffc00;
+define symbol __ICFEDIT_region_NVIC_start__   = 0x1ffffc00;
+define symbol __ICFEDIT_region_NVIC_end__   = 0x1ffffcbf;
+define symbol __ICFEDIT_region_RAM_start__ = 0x1ffffcc0;
 define symbol __ICFEDIT_region_RAM_end__   = 0x1fffffff;
 /*-Sizes-*/
 define symbol __ICFEDIT_size_cstack__ = 0x200;
@@ -37,4 +39,4 @@
 
 place in ROM_region   { readonly };
 
-place in RAM_region   { readwrite, block CSTACK, block HEAP };
+place in RAM_region   { readwrite, block HEAP, block CSTACK };