Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MAX34417_demo MAXREFDES1265 MAXREFDES1265
Fork of mbed-dev by
Diff: targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/TOOLCHAIN_ARM/NCS36510.sct
- Revision:
- 144:ef7eb2e8f9f7
diff -r 423e1876dc07 -r ef7eb2e8f9f7 targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/TOOLCHAIN_ARM/NCS36510.sct
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/TOOLCHAIN_ARM/NCS36510.sct Fri Sep 02 15:07:44 2016 +0100
@@ -0,0 +1,23 @@
+#! armcc -E
+
+#define Heap_Size 0x0400
+
+LR_IROM1 0x00003000 0x0004F000 { ; load region size_region
+ ER_IROM1 0x00003000 0x0004F000 { ; load address = execution address
+ *.o (RESET, +First)
+ *(InRoot$$Sections)
+ .ANY (*)
+ }
+
+ ; no uvisor support at this time
+
+ ;ARM_LIB_STACK AlignExpr(+0, 8) EMPTY 0x1000 {}
+ ARM_LIB_STACK 0x3FFF4000 EMPTY 0x1000 {}
+
+ RW_IRAM0 +0 {
+ .ANY(+RW +ZI)
+ }
+ RW_IRAM1 ImageLimit(RW_IRAM0) EMPTY Heap_Size { ; Heap region growing up
+ }
+ ARM_LIB_HEAP AlignExpr(+0, 8) ALIGN 8 EMPTY (0x3FFF4000 + 0xC000 - AlignExpr(ImageLimit(RW_IRAM1),8) ) {}
+}
