I am starting timer A in continuous mode with a value in CCR0 =10000.
After the CCR0 interrupt comes and the program code enters into the CCR0 Interrupt service routine .
Is TAR register still counting and updating itself when the code in the ISR is executiong?.
What happens if the code in the ISR routine gets stuck,or takes a long time to execute?