LPC408X: Cstack size reduced from 8K to 1K with IAR

pull/8478/head
Jarkko Paso 2018-10-23 15:09:12 +03:00
parent 61f4af0320
commit de2fce2104
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ define symbol __ICFEDIT_region_NVIC_end__ = 0x100000E7;
define symbol __ICFEDIT_region_RAM_start__ = 0x100000E8;
define symbol __ICFEDIT_region_RAM_end__ = 0x1000FFDF;
/*-Sizes-*/
/*Heap 1/4 of ram and stack 1/8*/
define symbol __ICFEDIT_size_cstack__ = 0x2000;
/*Heap 1/4 of ram and stack 1/64*/
define symbol __ICFEDIT_size_cstack__ = 0x400;
define symbol __ICFEDIT_size_heap__ = 0x4000;
/**** End of ICF editor section. ###ICF###*/