dani
Full Member level 4
Hello all,
I have written a code in c for Arm7 using RTOS. There are multiple tasks who's priority is set to same level. So the tasks executes on round-robin base.
There is an exception that one task (Default) has set to lower priority then the other task in rtos. So that if no task is running, the default or lower priority task runs.
Now i want to calculate the exact total timing (time duration) for that default task runs.
Can any one give some idea what to do .... and how to do in code..
Regards
Dani
I have written a code in c for Arm7 using RTOS. There are multiple tasks who's priority is set to same level. So the tasks executes on round-robin base.
There is an exception that one task (Default) has set to lower priority then the other task in rtos. So that if no task is running, the default or lower priority task runs.
Now i want to calculate the exact total timing (time duration) for that default task runs.
Can any one give some idea what to do .... and how to do in code..
Regards
Dani