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.

mcasp+edma

Hi TI工程师,
我现在需要Using the DMA for McASP Servicing,我使用的SDK是DVR_RDK_4.0,AXR0接收的数据是有3个通道的TDM时分复用数据,看了手册有俩个疑惑:
1、在dvr_rdk中使用DMA去搬移音频数据到共享内存使用哪些接口比较好?
SWOSD_TI_DMA_FastSart 或者 Utils_dmaRun 相关接口,还是有其他的接口

2、在main_c6xdsp.c中实现DMA搬移RBUF0的数据是怎么去访问它的RBUF的地址,需要添加访问 8168的读写函数是吗?

(因为需要在dsp做混音处理,所以在这个.C文件实现DMA+MCASP),如果有更好的方式能否告知下?