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.
您好,
1. PDSP产生中毒与PKTDMA没有关系,可以通过配置PDSP去监控特定的Queue产生中断,产生中断的条件也是可配,具体查看Navigator user guide PDSP章节;
2. PDKTDMA传输完成后,相应的descriptor会回收在指定的RxQ,所以通过查看RxQ中是否有对应的descriptor来确定传输完成;
3. 先确认完全按照Navigator的中断响应流程;查看没有产生中断时的中断寄存器是否置位;
4. 两者是完全不同的硬件,从硬件资源上来说不会冲突;但是如果同时访问相同的memory bank会影响效率。