Is there a way to run the GPIO in its own thread?
the State Change interrupts are monitoring 2 flip-flop Q outputs I have in circuit, and its very hit or miss.
its supposed to trigger the interrupt, and then when the routine fires, it toggles a GPIO pin to clear the flip-flops and read the byte from the peripheral.
it works about 80% of the time, but sometimes the flip-flop will latch into a high state, but the interrupt is entirely missed by the pi.
any ideas? Thanks.
the State Change interrupts are monitoring 2 flip-flop Q outputs I have in circuit, and its very hit or miss.
its supposed to trigger the interrupt, and then when the routine fires, it toggles a GPIO pin to clear the flip-flops and read the byte from the peripheral.
it works about 80% of the time, but sometimes the flip-flop will latch into a high state, but the interrupt is entirely missed by the pi.
any ideas? Thanks.