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 = 16{ };Specify an appropriate size for your application.
For more information about the stack, see Stack considerations.