Hello,
is there a function to get the actual clock cycle of the processor. (I´m using the Tiva Launchpad)
I couldn´t find such a function.
Thank you for your help.
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.
Hello Ken,
Do you mean the System Clock Frequency which is going to the Processor?
Regards
Amit
Hello Ken,
There is no API function for such a case. What you would need is ETM Trace so that execution performance can be tested between functions. This is available on TM4C129 only.
Regards
Amit
Hello Ken,
You can write a test code with timer readout, but every time you want to check the number of processor clock taken from one function to another, you would need to recompile the test code. It would be fairly accurate.
But no breakpoints.
Regards
Amit