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.
我有一个外部的触发信号,想使用ECAP扑捉下降沿或者上升沿(或者两者都扑捉),由于速度比较慢,使用GPIO的XINT中断也是可以的,但是28069只有3个xint,太少了,因此,想使用eCAP实现这个功能,我想通过通过把技术溢出值设置为1,也就是只要有边沿的变化,就产生中断,不知道这么做是否可以实现类似GPIO的外部中断的功能?