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.

stack question

I am developing a software running in TI 6678 platform.This software is based on SYS/BIOS 6.

I created a project in CCS V5.2.There is a "Set  C system stack size " in the proterty of the project.

I want to know if this option is the stack size for the software,so when I create some tasks ,all the tasks' stack is from this stack,and the total size of the tasks' stack can not be beyond this option.