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.
I have written code for getting fft plot for real time data. I am accepting data from DMA , but while profiling the code stucks at DMA interrupt service routine.
What should I do to get proper profiling output? Please reply
Thanks,
Rishikesh
Hi,
Moving your post to right forum to be better answered.
Thanks & regards,
Sivaraj K
Hello Rishikesh,
What technique are you using to profile? If you are using the CCS Function Profiler, note that it very intrusive (uses many breakpoints) and can impact applications with real-time constraints (missed interrupts, etc)
Thanks
ki