CC26xx: increase size of the region reserved for stack from 256 bytes to 1024 bytes

This commit is contained in:
Atis Elsts 2018-02-23 18:18:27 +00:00
parent 8cc1713e93
commit a9e9d0f3ec

View File

@ -56,7 +56,7 @@ _estack = ORIGIN(SRAM) + LENGTH(SRAM); /* End of SRAM */
/*. Generate a link error if heap and stack dont fit into RAM .*/ /*. Generate a link error if heap and stack dont fit into RAM .*/
_Min_Heap_Size = 0; _Min_Heap_Size = 0;
_Min_Stack_Size = 0x100; _Min_Stack_Size = 0x400;
SECTIONS SECTIONS
{ {