I have impulses coming to a GPIO input. Each pulse (say: rising edge) should toggle some other's GPIO output. What I know, is that I cat apply a task to a GPIO output. This task can toggle the output pin on each event automatically. There are many examples showing how to invoke GPIO task form timers or others peripherals. But I cannot find any information on: is it possible to invoke a task form GPIO event?
Unfortunately, invoking interrupt service is too slow in my case.