Hello everyone,
So i need to use a encoder or 2. The Tiva has a QEI so i want to use it. But i do have some questions about the interrupt sources. My encoder is very simple and doesn't have a index pulse so i want to use this mode:
When RESMODE is clear, the positional counter is constrained to the range [0:M], where M is the
programmable maximum value. The index pulse is ignored by the positional counter in this mode.
Does this mean i can't use INTINDEX interrupt when it reaches the maximum value?