Hi,
I am using clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &start); function in my code on Ubuntu and it gives me correct time but the same code compiled for Pocketbeagle returns 0.
Any ideas ? I am making a PID controller and I need to know "last time" for I and D calculations.
Thanks