heap and stack test

pull/2590/head
Radhika 2016-08-24 11:22:44 +05:30 committed by 0xc0170
parent 10704ccf46
commit e417e20436
1 changed files with 1 additions and 0 deletions

View File

@ -227,4 +227,5 @@ SECTIONS
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
__StackLimit = __StackTop - SIZEOF(.stack);
PROVIDE(__stack = __StackTop);
}