这两个函数,一个是清中断的,一个是清事件的。这两者有什么关联?
在中断中,是两个都要调用,还是只调用一个函数就可以了
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.
不一样的功能,中断里面一般清除中断就可以了。
EDMA3ClrEvt用于手动触发传输的情况,需要手动清除事件ECR,EDMA3ClrIntr是清除中断ICR。