Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
The CCS provide the task load statistics.
But it is not what I want. What I want is:
for example, where are TASK1 and TASK2 and IDLE TASK in the system.
In 10 seconds, the TASK1 runs for 2 seconds, the TASK2 runs for 3 seconds, and IDLE TASK takes the remaing 5 seconds.
So, the task load is 20%, 30% and 50% for the 3 tasks. Question : Does CCS provide a monitor that can get that statistic?
What the CCS provide is shown below, the statistic is taken for 63 times, and I think each time the sysbios caculate the task load for the period between T1 and T2. T1 is the time when get into the task, T2 is the time it goes out the task.
So, here the Average is not the average task load of the whole period. If I can set the statistics window, the goal can be got.