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.

Getting 243x - CPU clock cycles

Hi,

I'm using the am243x-EVM.

I would like to read CPU cycles.

I've tried   using ClockP_getTicks();   and ClockP_getTimeUsec(); but they return ticks in micro seconds which is not enough for my application.

Is there any function that returns directly CPU cycles ?

Thanks,

Eli