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: TM4C1294NCPDT

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hi,

Suppose I have created a task0 using dynamic create/construct before BIOS_start() and I want to create a task1 inside task0 using dynamic construct/create when task0 is running.

Is it possible to create a task inside a task at run-time?

If yes, what will be it's implications? What assumptions we need to consider such as stack/heap size?

Thanking you in advance.