We are working on the STR91x Evaluation Board and we are using Timer0 Interrupt (for Output Compare).
Interrupt is expected to come continuously whenever output compare occurs. But that is occurring only for the first time. In the interrupt handler we are reading the status register and explicitly clearing the flag(output compare).
Please suggest a solution to get the interrupt continuously whenever output compare occurs.