Hi
can there be the case if there are too many timer interrupt, that one interrupt will not be executed? So it gets skipped?
thanks
Hi
can there be the case if there are too many timer interrupt, that one interrupt will not be executed? So it gets skipped?
thanks
I've read that on AVR processors, the interrupt queue is one deep per interrupt source, so missing interrupts is possible.
Make your interrupt routines as short and fast as possible, if possible with all processing in the main code, and you should not have a problem with missing interrupts.