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.

TMS320C6657: 如何实现srio的dma发送 或者srio发送完数据如何产生一个中断

Part Number: TMS320C6657


大家好 

我有两块6657板子 板内通过SRIO给FPGA发数 板间通过SRIO互相发数 

我的srio给fpga发送 用的是direct I/O 此时会占用核0时间大概13ms

现在 如何不占有核时间 实现dma发送?

板间通信时 板1给板2发完数据 板1会给板2产生一个门铃中断 表示数据传输完成!!!

那么 板内通信时 核0给fpga发送完数据 核0是否会产生一个给自己的门铃中断?