mbed library sources for GR-PEACH rev.B.

Fork of mbed-src by mbed official

Revision:
420:8e6e2662709e
Parent:
377:95186f86029b
Child:
483:37da4976ca27
--- a/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/TOOLCHAIN_IAR/MKL46Z4.icf	Thu Nov 27 07:45:07 2014 +0000
+++ b/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/TOOLCHAIN_IAR/MKL46Z4.icf	Thu Nov 27 11:45:07 2014 +0000
@@ -6,7 +6,9 @@
 /*-Memory Regions-*/
 define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
 define symbol __ICFEDIT_region_ROM_end__   = 0x0002ffff;
-define symbol __ICFEDIT_region_RAM_start__ = 0x1fffe000;
+define symbol __ICFEDIT_region_NVIC_start__   = 0x1fffe000;
+define symbol __ICFEDIT_region_NVIC_end__   = 0x1fffe0bf;
+define symbol __ICFEDIT_region_RAM_start__ = 0x1fffe0c0;
 define symbol __ICFEDIT_region_RAM_end__   = 0x1fffffff;
 /*-Sizes-*/
 define symbol __ICFEDIT_size_cstack__ = 0x800;
@@ -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 };