How can you parameter a timer with two trigger on two separate input channel ?
I have two signal T and D like :
____
T ________| |__________________
t1 t2
_________
D _____________________________________| |__________
t3 t4
Is it possible to get the next wafeforme S with connect T on input
channel 1 and D on input channel 2 of a timer ?
S ______________________ _______________
|________________|
ti tf
ti = t1 + custom delay
tf = t3
i think is not possible but perhaps there are a correct timer configuration for this use case.
I can use GPIO and interruption but i would like operate very fast.
thanks
