The official mbed C/C SDK provides the software platform and libraries to build your applications.
Fork of mbed by
TARGET_NRF51_DONGLE/TOOLCHAIN_ARM_STD/nRF51822.sct
- Committer:
- Kojto
- Date:
- 2014-10-29
- Revision:
- 91:031413cf7a89
- Child:
- 95:7e07b6fb45cf
File content as of revision 91:031413cf7a89:
;WITHOUT SOFTDEVICE: ;LR_IROM1 0x00000000 0x00040000 { ; ER_IROM1 0x00000000 0x00040000 { ; *.o (RESET, +First) ; *(InRoot$$Sections) ; .ANY (+RO) ; } ; RW_IRAM1 0x20000000 0x00004000 { ; .ANY (+RW +ZI) ; } ;} ; ;WITH SOFTDEVICE: LR_IROM1 0x16000 0x002A000 { ER_IROM1 0x16000 0x002A000 { *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO) } RW_IRAM1 0x20002000 0x00006000 { .ANY (+RW +ZI) } }