I'm using a CTC interrupt from a 16-bit timer. I'm wondering if its at all possible to prevent the clearing of the timer when the ISR is called?
Reason why I'm asking is because I'm also using the 16-bit timer for other tasks which require it to be continuous/free-flowing.
By definition the Clear Timer on Compare match means its probably not possible, but was hoping maybe there is some clever trick to possibly undo the clearing of the timer, or an alternative method.