[NRF52840]: fix mbed-os-rtos-rtx-target_cortex_m-tests-memory-heap_and_stack@IAR by

increasing heap size for IAR. Corected initial MSP for ARMCC.
pull/3841/head
Andrzej Puzdrowski 2017-02-27 13:42:09 +01:00
parent 807cd23ed1
commit e798edc604
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
; POSSIBILITY OF SUCH DAMAGE.
; ---------------------------------------------------------------------------*/
__initial_sp EQU 0x20010000
__initial_sp EQU 0x20040000
PRESERVE8
THUMB

View File

@ -13,7 +13,7 @@ export symbol __ICFEDIT_region_RAM_end__;
/*-Sizes-*/
/*Heap 1/4 of ram and stack 1/8*/
define symbol __ICFEDIT_size_cstack__ = 0x800;
define symbol __ICFEDIT_size_heap__ = 0x1800;
define symbol __ICFEDIT_size_heap__ = 0x3000;
/**** End of ICF editor section. ###ICF###*/
define symbol __code_start_soft_device__ = 0x0;