Setting up stack memory
In this section:
The size of the CSTACK block is defined in the linker configuration file. To change the allocated amount of memory,change the block definition for CSTACK
define block CSTACK with size = 0x2000, alignment = 8{ };Specify an appropriate size for your application. Note that in 64-bit mode, the stack alignment is 16.
For more information about the stack, see Stack considerations.