Hi,everyone!
I'm wondering will the DSP tell the CPU load if I always have my different tasks running? As far as I know,only in idle loop can log data be transferred from DSP to CCS,then what if there is no idle loop in my program?Does this means CPU load graph always show nothing?But accdording the definition of CPU load,when I never spend time in the idle loop,CPU load should be 100%,it is a bit confusing to me.
My another question is about the log information used to draw Exec graph,it seems that the Exec graph has nothing to do with the idle loop,since it works well given the fact that I've got no idle loop in my program.
When I search the Raw logs for some reason,I can't find Load in it,what I can find is about hwi,task&semaphore(provided by RTASystemLog),but in the "stairstep.c" I can find RTALoadLog &Main Logger ,so it seems my load module fails to work.Is there anything else such as the logger should be configured before the LOAD works?
I know it is a boring question because if I've got no idel loop in my program,the CPU load is 100%,but I just want to know more about the details on measure of CPU load.
Could anybody help me?Thank you very much.
Zhao