I use CCS5.2 and HALCOGEN ,and I find
the cmd file does not describe the .stack ,is that not necessary?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I use CCS5.2 and HALCOGEN ,and I find
Hi Jiaming,
The Stack region is reserved for the stack variables in the linker file under the Memory section(shown in the image below).
And the stack variables are defined in the sys_core.asm, such that they pertain to the STACKS region defined in linker command file.
From sys_link.cmd:
From sys_core.asm:
Hope this clarifies your question.
Regards,
Praveen