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.

C6654如何利用GPIO中断触发EDMA3进行传输?

我现在需要利用GPIO中断来触发EDMA3进行数据传输,看到C6654的中断出发时间表,共64个事件:

如果我现在要通过GPINT0 上升沿触发EDMA传输,是不是只要把GPIO0管脚配置为上升沿触发中断,然后要配置相应的EDMA channel/channel 6为事件触发,根据应用配置EDMA paraSet就可以了。

是否另外需要如下图串口中断那样进行中断配置,比如CIC配置,中断注册等操作,以及实现相应的中断服务函数来进行清中断标志位等?