i porting my corrert software to anothoer hardware .
the capture moudle was worked on the original hardware,but it used FTM3_Ch4.
i change the channl to FTM3_Ch7 on the new hardware , and it just cannot work cause the callback function has failed. Program will not pause even i play a breakpoint in the callback function.
the configuration arr as follows(i have implement the callback function):
wutengyouxi555_0-1686292469796.png
is there something that i have forgot to changed?