|
GPIO Interrupts not being caught by QNX interrupt handler on am335x
|
04/11/2019 2:49 PM
post119654
|
GPIO Interrupts not being caught by QNX interrupt handler on am335x
I am having an issue with GPIO interrupts in QNX.
I have been able to create and handle interrupts from other peripherals in QNX using InterruptAttach, following the
documentation, but it does not receive any GPIO interrupts.
I have checked that the interrupts are getting unmasked, and the GPIO_IRQSTATUS_RAW interrupt bit is being set, but my
code is still not receiving the interrupt.
This is in QNX Neutrino 7.0 on a Beaglebone Black. I am trying to get a high level interrupt from GPIO port 1.
Does anyone know what might be causing this issue, or where I could find example code of GPIO interrupts in QNX on the
Beaglebone Black?
|
|
|