This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cycle count on MPS3 board for cortexR52x2

Former Member
Former Member

I would like to count cycles for some algos. 

Any idea how to calculate it ?

eg ..

start = timer_start;

algo();

end =timer_end;

cycle = start - end;

If anyone have any code snippet. It would be great help.

Parents Reply Children
No data