We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79bf717 + 77f4e23 commit 39061b0Copy full SHA for 39061b0
targets/TARGET_ONSEMI/TARGET_NCS36510/device/TOOLCHAIN_IAR/NCS36510.icf
@@ -15,7 +15,7 @@ define region RAM_ALL = Mem:[from 0x3FFF4000 size 0xC000];
15
define block CSTACK with size = 0x200, alignment = 8 { };
16
17
/* No Heap is created for C library, all memory management should be handled by the application */
18
- define block HEAP with alignment = 8, size = 0x4000 { };
+ define block HEAP with alignment = 8, size = 0x3000 { };
19
20
/* Handle initialization */
21
do not initialize { section .noinit };
0 commit comments