I have eight signals on external pins (Port) and I want an interrupt on both rising and falling edges. I cannot find a way to do this. There are options for rising or falling, but not both ?
I do not want to capture or record the edges time periods. I just want an interrupt so I can add my own code related to the state of these eight pins.
Ray.
Solved! Go to Solution.
TIM and ECT pins, input capture can be configured to interrupt on any edge.
TIM and ECT pins, input capture can be configured to interrupt on any edge.