Hello,
For the creation of a Task in TI-RTOS/Sysbios, the OSAL function is TaskP_Create -- where the Args - are null or Void.
However, if the kernel is called directly we can pass the arguments.
When the same task is created with multiple arguments - are mutliple tasks created? And how to differentiate/schedule the tasks?
I could not find any specific info about it. Can you explain how does this work?
Background: I am using TDA4V and looking into the IPC example - where the tasks are created in a for loop - with different arguments. So, wanted to understand the scheduling details.
Thanks!
Regards,
Soumya