my chip is omap3530.
I have two question:
1.
In linux ,input top can know arm utilization,how to know the dsp utilization in 3530?
2.
I want to create a new function in video_copy of code engine, how to create?
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.
my chip is omap3530.
I have two question:
1.
In linux ,input top can know arm utilization,how to know the dsp utilization in 3530?
2.
I want to create a new function in video_copy of code engine, how to create?
Hi Lingxiao,
There is not direct equivalent of the "top" command for the dsp but the Code Composer studio profiler provides ability to check the number of times functions called, inclusive and exclusive total cycle each functions took to execute and number of simulator events within the functions. Other possibility of CCS profiler is to set up and use the profile clock in CCS to count instruction cycles between two points in the code. You can use these and many more abilities for dsp observations by CCS profiler. There are links to some instruction pages:
http://processors.wiki.ti.com/index.php/Profiler
http://processors.wiki.ti.com/index.php/Quick_Tips#Profiling.C2.A0
http://processors.wiki.ti.com/index.php/Profile_clock_in_CCS
BR
Tsvetolin Shulev