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)
{
}
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.
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)
{
}