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:
- 2015-04-29
- Revision:
- 98:8ab26030e058
- Parent:
- 95:7e07b6fb45cf
File content as of revision 98:8ab26030e058:
;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 0x18000 0x0028000 { ER_IROM1 0x18000 0x0028000 { *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO) } RW_IRAM1 0x20002000 0x00006000 { .ANY (+RW +ZI) } }