LPC1768: RAM end adjust fix

The topmost 32 bytes used by IAP functions, this was not included in the RAM
end previously.
pull/5184/head
Martin Kojtal 2017-09-25 13:50:54 +01:00 committed by Jimmy Brisson
parent ade705a8bc
commit ba019fdda7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x0007FFFF;
define symbol __ICFEDIT_region_NVIC_start__ = 0x10000000;
define symbol __ICFEDIT_region_NVIC_end__ = 0x100000C7;
define symbol __ICFEDIT_region_RAM_start__ = 0x100000C8;
define symbol __ICFEDIT_region_RAM_end__ = 0x10007FDF;
define symbol __ICFEDIT_region_RAM_end__ = 0x10007FE0;
/*-Sizes-*/
/*Heap 1/4 of ram and stack 1/8*/