Other Parts Discussed in Thread: C2000WARE
在使用中一般使用McBSP的中断 ,中断 都 设好了 ,也使能了。MCBSP发生中断时,手册中没有明确说,为什么DMA模块 被触发 而不是 CPU被触发。
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.
在使用中一般使用McBSP的中断 ,中断 都 设好了 ,也使能了。MCBSP发生中断时,手册中没有明确说,为什么DMA模块 被触发 而不是 CPU被触发。
额抱歉没看明白你的意思。用McBSP触发DMA中断,应该先是CPU响应McBSP中断请求,McBSP接收完数据后发出中断触发信号触发DMA,然后是CPU响应DMA中断请求。
其实我也没看明白你的问题。或者你可以先看一下例程?TI有提供McBSP+DMA的例程,位置在:C:\ti\c2000\C2000Ware_3_04_00_00\device_support\f2833x\examples\mcbsp_loopback_dma
看完例程如果你觉得有什么疑问,可以就例程中的某部分程序提问