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.

QMSS 和 EDMA3 的中断问题



 各位专家好:

       (66AK2L06)我在FFTC的例程中加入EDMA3时,发现EDMA3函数(EDMA3_DRV_enableTransfer)与QMSS(Qmss_init)冲撞,不能进入中断函数;将EDMA3_DRV_enableTransfer 放在  Qmss_init 前可以进入中断函数,放在  Qmss_init 后边不能进入中断函数。

这可能是哪里出了问题?是不是QMSS和EDMA3的中断发生了冲撞?

         查看Qmss_init()函数,没有找到和中断相关的语句; 查看寄存器Interrupt Enable Register 值是 1 -> enable; Event Enable Register 值是 0-> not enable; Event Missed Register 值是 0 -> nor miss; 请问这说明有没有识别中断?