Part Number: PROCESSOR-SDK-OMAPL137
Tool/software: Code Composer Studio
I want to create two tasks lets say task1 and task2 with same priority and
those tasks(task1 and task2) has to run for every 5ms concurrently. If task1 is
running task2 has to wait until finshing of task1.
I have used following API Task_create and Clock_create to make it work.
Is there any better example when the two has same priority and run those tasks for every 5msec?
Thanks,
Gangadhar