File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52
TARGET_MCU_NRF52832/device
TARGET_MCU_NRF52840/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ SECTIONS
223
223
*(.heap*);
224
224
225
225
/* Expand the heap to reach the stack boundary. */
226
- ASSERT (. <= (ORIGIN (RAM) + LENGTH (RAM) - 0x8000 ), "heap region overflowed into stack");
227
- . += (ORIGIN (RAM) + LENGTH (RAM) - 0x8000 ) - .;
226
+ ASSERT (. <= (ORIGIN (RAM) + LENGTH (RAM) - 0x800 ), "heap region overflowed into stack");
227
+ . += (ORIGIN (RAM) + LENGTH (RAM) - 0x800 ) - .;
228
228
} > RAM
229
229
PROVIDE (__heap_start = ADDR (.heap));
230
230
PROVIDE (__heap_size = SIZEOF (.heap));
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ export symbol __ICFEDIT_region_RAM_end__;
40
40
41
41
/*-Sizes-*/
42
42
/*Heap 1/4 of ram and stack 1/8*/
43
- define symbol __ICFEDIT_size_cstack__ = 0x2000 ;
44
- define symbol __ICFEDIT_size_heap__ = 0x4000 ;
43
+ define symbol __ICFEDIT_size_cstack__ = 0x800 ;
44
+ define symbol __ICFEDIT_size_heap__ = 0x5800 ;
45
45
/**** End of ICF editor section. ###ICF###*/
46
46
47
47
define symbol __code_start_soft_device__ = 0x0;
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ export symbol __ICFEDIT_region_RAM_end__;
40
40
41
41
/*-Sizes-*/
42
42
/*Heap 1/4 of ram and stack 1/8*/
43
- define symbol __ICFEDIT_size_cstack__ = 0x8000 ;
44
- define symbol __ICFEDIT_size_heap__ = 0x10000 ;
43
+ define symbol __ICFEDIT_size_cstack__ = 0x800 ;
44
+ define symbol __ICFEDIT_size_heap__ = 0x17800 ;
45
45
/**** End of ICF editor section. ###ICF###*/
46
46
47
47
define symbol __code_start_soft_device__ = 0x0;
You can’t perform that action at this time.
0 commit comments