Hi!
I wanna reset an Timer0 Interrupt with this Code:
void isr_TIMER0_INT (void) __irq { T0IR = 1;
// do code VICVectAddr = 0; }
But the Problem is, MR0 Interrupt in T0IR won't be resettet. Thus, I'll never receive a 2nd Interrupt.
Has anyone an idea??
Jeah.
I know Drew. But when I'm doing T0IR = 1, the processor will do nothing. The Interrupt will not be resettet.