Hi,
Im using EzDSP F2812.
I want to know to calculate the execution time used by the processor in a interrupt (adc_isr) program.
In the interrupt, there are other functions to perform other task.
Thank you.
Regards,
Lin
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.
There are various ways to obtain this information - I believe there is a profile function in CCS which allows you to have a decent idea about the number of cycles it takes to execute a portion of code. If you want a more real world idea then use a GPIO to toggle at the beginning and at the end of your ISR and observe the GPIO using a scope.