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.

AM2634: Unable to Fire Interrupts from an Encoder Input

Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG

I am not able to configure PRO_PRU1_GPIO19 (D15) to fire an interrupt on a rising edge. image.png
I believe this configures that pin to have a rising edge trigger.
image.png
And I believe this configures the bank interrupt (it appears my SDK doesn't support individual pin interrupts).
image.png
My init reports a successful construction of the hardware interrupt, but the interrupt never fires when the encoder is turned.

I know that the pins are correctly reading the encoder output from the debug logging in my main loop, just the rising edge is not being detected as intended in order to count the rotation speed or detect rotation direction.
image.png

encoder_demo.c 

What am I missing?

Thanks!