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.