Ap note 105 says "You must encapsulate acecess to the timer tick variable to guaranteee that your program does not access this variable at the same time the interrupt is updating it" How can these happen at the same time? Is the main program still running when the interrupt is being serviced? This is not how I thought it worked. Thanks, Bob
How can these happen at the same time? That's easy.