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.

RTOS/TM4C1294NCPDT: Task stack size

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hi,

I need information about task stack size.

What is the minimum stack size required for a task ?

for e.g. task function is as below:

void TaskFunction(void)

{

}