heap and stack test

pull/2531/head
Radhika 2016-08-24 11:22:44 +05:30
parent daea440b6a
commit db54c2125a
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);
}