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.

Using one function for multiple tasks

Hi.

I want to implement 3 tasks with similar functionality using one function. That is, in CFG file I will define 3 tasks, which all point to the same function, but only the arguments will be different.

Is this possible in TI-RTOS? Will the 3 tasks work correctly and independently?

Thanks.