
|
Hi All, I am working on DSK6711 using CCS
2p1 (AD535 is the Audio Codec). My aim is to implement a Real-time DQPSK modem
on DSK 6711. My modem is working on a single sample by sample basis, received
from McBSP. It receives a single sample from McBSP using McBSP_recieve
interrupt and then calls the Modem_ISR attached with it. Now I want to extend
my design from sample by sample processing to chunk by chunk processing using
EDMA. But I am facing problems in configuring EDMA and I need someone to help
me in this. I need a simple project that receive
samples from McBSP, store those samples on some EDMA buffer/channel, generate
EDMA interrupt when buffer is full and finally call some ISR attached with that
interrupt. Please help me if someone can, I'll really grateful.
Goodbye &nbs
p;
|