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.

C6748 EDMA Interrupt & ISR question about data missing.

Hi.

I'm using ADC (McBSP), EDMA interrupt & ISR for data acquisition & signal processing.

It takes 0.5sec for data acquisition & calibration, and 0.5sec for signal processing in ISR.

(McBSP -> EDMA interrupt -> ISR (signal processing) -> McBSP) (infinite loop)

I want to get continuous data for all infinite DSP processing loop,

but there is 0.5sec EDMA data loss between each loop for signal processing.

How can I do data acquisition and signal processing simultaneously?

 

To be short, is it possible that EDMA transfer and ISR function work in same time?

 

Thanks.