CC26xx: increase size of the region reserved for stack from 256 bytes to 1024 bytes
This commit is contained in:
parent
8cc1713e93
commit
a9e9d0f3ec
@ -56,7 +56,7 @@ _estack = ORIGIN(SRAM) + LENGTH(SRAM); /* End of SRAM */
|
||||
|
||||
/*. Generate a link error if heap and stack don’t fit into RAM .*/
|
||||
_Min_Heap_Size = 0;
|
||||
_Min_Stack_Size = 0x100;
|
||||
_Min_Stack_Size = 0x400;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user