You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hal/targets/cmsis/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF51822_UNIFIED/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_16K/nRF51822_QFAA.icf
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ keep { section .intvec };
29
29
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
30
30
place in ROM_region { readonly };
31
31
place in RAM_region { readwrite,
32
-
block CSTACK,
33
-
block HEAP };
34
-
32
+
block HEAP,
33
+
block CSTACK };
34
+
35
35
/*This is used for mbed applications build inside the Embedded workbench
36
36
Applications build with the python scritps use a hex merge so need to merge it
37
37
inside the linker. The linker can only use binary files so the hex merge is not possible
38
38
through the linker. That is why a binary is used instead of a hex image for the embedded project.
39
39
*/
40
-
if(isdefinedsymbol(SOFT_DEVICE_BIN))
40
+
if(isdefinedsymbol(SOFT_DEVICE_BIN))
41
41
{
42
42
place at address mem:__code_start_soft_device__ { section .noinit_softdevice };
Copy file name to clipboardExpand all lines: hal/targets/cmsis/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF51822_UNIFIED/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_32K/nRF51822_QFAA.icf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ keep { section .intvec };
30
30
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
31
31
place in ROM_region { readonly };
32
32
place in RAM_region { readwrite,
33
-
block CSTACK,
34
-
block HEAP };
35
-
33
+
block HEAP,
34
+
block CSTACK };
35
+
36
36
/*This is used for mbed applications build inside the Embedded workbench
37
37
Applications build with the python scritps use a hex merge so need to merge it
38
38
inside the linker. The linker can only use binary files so the hex merge is not possible
39
39
through the linker. That is why a binary is used instead of a hex image for the embedded project.
40
40
*/
41
-
if(isdefinedsymbol(SOFT_DEVICE_BIN))
41
+
if(isdefinedsymbol(SOFT_DEVICE_BIN))
42
42
{
43
43
place at address mem:__code_start_soft_device__ { section .noinit_softdevice };
0 commit comments