Hello everyone,
We are able to do Mcbsp loopback both internally and externally using ccs in windows. The data is being sent from the DSP to the McBSP and looped back.
Now we have to send the data from ARM to DSP and then from DSP to McBSP and also do this integration from Linux, eliminating CCS. Independently, the ARM
to DSP communication (using "tskLoop') and DSP to McBSP communication (in CCS) is working fine. When we integrate this, some clash happens in the DMA
channels and the communication hangs at the transmit itself. We need some support on this integration.
We are using FAXLIB libraries for HDLC encoding and decoding. By following the similar way of integrating FAXLIB with DSPLINK, we tried integrating Mcbsp with
DSPLINK. But that integration does not happen at all.
Three things: 1. ARM-DSP communication
2. McBSP / EDMA tasks (built in ccs needs to be migrated to linux and integrated with dsplink application)
3. HDLC init processes.
all these need to be integrated..
--Thanks and Regards,
BABUSUBASHCHANDAR.