Unfortunately, I'm not able to handle the EQEP interrupts on a LAUNCHXML2 RM46:
With HALCoGen 04.02.00 I activate the necessary interrupts "Quadrature Phase Error" and "Quadrature Direction Change", but the function "eqepNotification" is never called. The according bits are set in QEINT, after the events the bits in QFLG are set. (Of course global interrupts are enabled.)
When I delete the function "rtiNotification" (which I use also) from notifications.c, then the linker complains with an "undefined symbol". But deleting the function "eqepNotification" is not complained by the linker. So I assume, that necessary code connecting the interrupt vector and "eqepNotification" is missing in the runtime library or will not be generated by HALCoGen.
How can I circumvent this problem, how to place the correct entry into the interrupt vector and how to call my C function "eqepNotification"?
What is the best way to report a bug to TI?