Part Number: TMS320F28377S
Hallo,
I'm using eQEP as quadrature encoder within TMS320F28377S. Every overflow and underflow is used to increment/decrement rotation counter.
As a result is total rotor position expected. The total position is calculated from rotor position (eQEP counter) and total rotation counter (Interrupt).
Unfortunately it can happen that Overflow-Interrupt is blocked or has lower priority, what leads to invalid data: read actual, just overloaded EQEP_O_QPOSCNT but interrupt-driven rotation counter is not updated.
Please help me to reach always valid data.
Additional info:
Index impulse interrupt is used for counter corrections, reference is taken at first index.
Overload interrupt is used for extended counter.
Greetings