I am working with TI EzDSP 5515 and using ADC at 30 KHz over SPI. Also, I have set GPIO interrupt to come at 30K per second. I wanted to set profiler for the ISR. When I set functional profiling in CCS, my code hangs in betwwen execution on emulator (I think during SD card initialization, it hangs)
My only requirement is to calculate the number of Clock cycles elapsed to execute my ISR.
It would be really helpful if somebody can help me. I am thinking of setting up a GPT counter and reading its value at the start and end of the ISR as an alternative.
Thanks and regards.
Mayank Kumar