Hello,
I want to use C library function clock() part of time.h. This function being hardware dependent needs to be implemented specifically for the target hardware.
Can I make use of sysTick of Cortex M4 for its implementation?
suggestions/example implementation are welcome.
Regards,
d2v0
Solved! Go to Solution.
done!
Hint: Use SysTick and reflect ticks from clock() functions...