This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I have one of these rotary contacting encoders.
In erstwhile use cases, I have successfully used the encoder with an interrupt on a GPIO monitoring Signal A & Signal B.
Looking at the F28069, it does have a eQEP module which can handle a rotary encoder, but it uses additional signals too, in addition to the INDEX pulse.
Wondering whether it is possible to use the encoder mentioned, with eQEP module ?
Thanks,
Manu
Hi Manu,
The eQEP should work very well for you. And yes, it should reduce the burden to your C2000 CPU. You could just query the peripheral register when you need, instead of using interrupts at all, if that suits your system.
The eQEP A & B inputs are the critical two signals. You can think of the Index & Strobe as optional signals.
Note: GPIO qualification can be done on any pin, whether used as a "GPIO" or as a peripheral. Depending on how clean the output of your encoder is, enabling some amount of qualification may be beneficial for your system.
Thank you,
Brett