HI
I have a question about a TM4C1294NCZAD.
I have a timer-interrupt which calls a timer-ISR.
Inside this timer-ISR I want to reenable the timer-interrupt again.
I want to have more timer-interrupts while the processor is still inside the ISR.
So the ISR should called several times from the timer-interrupt before it left.
The timer-interrupt works for a simple interrupt, but not for this nested interrupt.
How I do this?