Tool/software: TI-RTOS
Hello Experts,
We are adding SMP support in our SDK on IPU1 of TDA3xx processor. After making changes as suggested by SMP wiki, we are able to see it is working functionally (ROV shows tasks running on both cores).
We are seeing an issue for load computation of both cores and seeing load too high compared to single core.
As per http://processors.wiki.ti.com/index.php/SMP/BIOS#How_do_I_measure_CPU_Load_when_running_in_SMP_mode_.3F, we need to run idle tasks on both cores and CPU load needs to be measured separately on each core. Is it still valid, do we need to measure the idle time of each core?
Also wiki mentions about bug SDOCM00115771, is it fixed?
Thanks.