Can you reset a timer counter from another timer's interrupt?
Posted on November 20, 2017 at 04:30Can you reset a counter from another timer? I'm using TIM2 as a PWM input and in the callback() I'd like to reset the counter for TIM22 to stop it from triggering its interrupt. Is this possible?This is what I'v...