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.