Merge pull request #3064 from c1728p9/f429_heap

NUCLEO_F429 - Increase IAR heap size
pull/3076/head
Sam Grove 2016-10-19 05:51:20 -05:00 committed by GitHub
commit fc39f6b736
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000; define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF; define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
/*-Sizes-*/ /*-Sizes-*/
/*Heap 1/4 of ram and stack 1/8*/ /*Heap 1/3 of ram and stack 1/8*/
define symbol __ICFEDIT_size_cstack__ = 0x6000; define symbol __ICFEDIT_size_cstack__ = 0x6000;
define symbol __ICFEDIT_size_heap__ = 0xC000; define symbol __ICFEDIT_size_heap__ = 0x10000;
/**** End of ICF editor section. ###ICF###*/ /**** End of ICF editor section. ###ICF###*/