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

TARGET_NRF51_DONGLE/TOOLCHAIN_ARM_STD/nRF51822.sct

Committer:
elijahorr
Date:
2016-04-14
Revision:
121:672067c3ada4
Parent:
99:dbbf35b96557

File content as of revision 121:672067c3ada4:

;WITHOUT SOFTDEVICE:
;LR_IROM1 0x00000000 0x00040000  {
;  ER_IROM1 0x00000000 0x00040000  {
;   *.o (RESET, +First)
;   *(InRoot$$Sections)
;   .ANY (+RO)
;  }
;  RW_IRAM1 0x20000000 0x00008000  {
;   .ANY (+RW +ZI)
;  }
;}
;
;WITH SOFTDEVICE:

LR_IROM1 0x1C000 0x0024000  {
  ER_IROM1 0x1C000 0x0024000  {
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x20002800 0x00005800  {
   .ANY (+RW +ZI)
  }
}