mbed library sources

Fork of mbed-src by mbed official

Revision:
531:47d2b67c511f
Parent:
517:29297862eac1
--- a/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_ARM_STD/TARGET_MCU_NORDIC_16K/nRF51822.sct	Thu Apr 30 09:15:06 2015 +0100
+++ b/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_ARM_STD/TARGET_MCU_NORDIC_16K/nRF51822.sct	Thu Apr 30 13:00:08 2015 +0100
@@ -12,13 +12,13 @@
 ;
 ;WITH SOFTDEVICE:
 
-LR_IROM1 0x18000 0x0028000  {
-  ER_IROM1 0x18000 0x0028000  {
+LR_IROM1 0x1C000 0x0024000  {
+  ER_IROM1 0x1C000 0x0024000  {
    *.o (RESET, +First)
    *(InRoot$$Sections)
    .ANY (+RO)
   }
-  RW_IRAM1 0x20002000 0x00002000  {
+  RW_IRAM1 0x20002800 0x00001800  {
    .ANY (+RW +ZI)
   }
 }