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: Maximum no. of instances of objects in TI-RTOS

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hi,

I need information about maximum no. of instance of objects (task, clock, semaphores, etc.) configured in TI-RTOS.

e.g.: Maximum no. of tasks supported in TI-RTOS is <xxx>.

Similarly for clock, semaphores, mutex, etc.

Please share any link for document to get this information.

  • There is no maximum no. of tasks per se. It is only limited by memory on the device as each task will have its own stack. If you reserve large amount of stack memory for each task then you may be able to create a handful of tasks before you run into problem during compile.