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. 
I believe this configures that pin to have a rising edge trigger.
And I believe this configures the bank interrupt (it appears my SDK doesn't support individual pin interrupts).
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.
encoder_demo.c
What am I missing?
Thanks!