Hi,
I am testingMcBSP Sample code to use it in EDMA mode.
C:\dvsdk_1_01_00_15\pspdrivers_1_10_03\packages\ti\sdo\pspdrivers\system\dm6437\bios\evmDM6437\audio\sample
I have used EVM DM 6437 as slave and an FPGA as Master.
The data received on 6437 is correct. But in FPGA side the each byte is received twice.
Eg: I am sending 1,2,3,4..200 From DSPto FPGA and 1,2,3,4... 200 from FPGA to DSP
The received buffer in DSP is correct (1,2,3,4....200)
In the FPGA the received buffer is (1,1,2,2,3,3,4,4,..... 100,100)
Please help ..
Thanks
Lijesh