Hello i want to measure code execution time of some functions in my implementation. I´m working with the Development Board FRDMK32L3A6 it has an CortexM4F on it.
I want something like:
start_Timer()
Execute code...
stop_timer()
read_timer_value()
Is there a simple way to do this?
Thanks and best regards