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.

IWR6843ISK-ODS: Cycleprofiler_getTimeStamp

Part Number: IWR6843ISK-ODS
Other Parts Discussed in Thread: SYSBIOS, MMWAVE-SDK

We want to calculate the running time of the algorithm and use the Cycleprofiler_getTimeStamp () function.

Please tell us if the following is correct?

<1>  for DSP :

Cycleprofiler_getTimeStamp => 1/ DSP_clock_speed=> step= 1/600MHz

<2> for ARM R4F

Cycleprofiler_getTimeStamp => 1/ARM_clock_speed=> step= 1/200MHz

<3> Also tell us where to find this function information :  "Pmu_getCount(0)"  

Thanks!