| ??? 04/12/01 19:40 Read: times |
#10764 - Another timer interrupt |
Hi all,
another timer interrupt subject: imagine that I have two interrupts: from a timer and another one with a higher priority. In the interrupt service routine of the higher priority I stop the timer and examine the appropriate TFx. If it is active, i.e. the timer has overflowed during the initial part of this routine, I explicitely reset it: TFx=0;. Then I let the timer run and return from the ISR. The question: can I be sure that the timer interrupt will not occur till the next overflow? Thanks, Michael. |



