Good time of day to you all,
I'am working with the TMS320C6670 and trying to use FFTC for spectrum calculation. The problem is that I can't find in the FFTC, QMSS or CPPI doxygen the function that can notify me that FFTC finished its calculations.
Right now I'am using Task's and Fftc_rxGetResult function to check if the calculation already finished. But it's not appropriate for my case, because we trying to solve this without adding a task to the scheduler. Is there an way or option get asynchronous event from the FFTC when its done calculations?
Best Regards,
Pavlo!