hi guys,
i'm trying to compute the time spent in the idle loop in a SYS/BIOS program.
Is there any methods with the load module for example, or the timers?
can i have some help plz.( i am using bios 6 along with CCS 4)
regards.
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.
hi guys,
i'm trying to compute the time spent in the idle loop in a SYS/BIOS program.
Is there any methods with the load module for example, or the timers?
can i have some help plz.( i am using bios 6 along with CCS 4)
regards.
If you're trying to calculate the system CPU Load, take a look at the ti.sysbios.utils.Load module. This essentially measures the time spent in the idle loop (excluding any time spent executing idle functions).
Thanks,
Chris