Other Parts Discussed in Thread: CODECOMPOSER
Tool/software: Code Composer Studio
I have a TM4C129EXL 120MHZ board and use codecomposer.
Is there a minimal time needed between interrupts so an interrupt is not skipped?
Or will interrupts just be stacked to one another no matter the time between the interrupts.
If interrupts are stacked to one another, is there a limit to the stacking of interrupts?
I'm using the board to read out an encoder and an interrupt is created whenever there is a rising edge.
But the encoder is high end quality and there will be a great amount of pulses coming in.
Already thanks!