Hello,
I need to read bytes from GPIO on rising edge of the signal. The signal is about 10 MHz frequency. I tried to do it with interrupts, but there is too long latency - the program is not going outside of the interrupt handler.
I am working with beaglebone board. Can you advise me wich way to go is more correct? Maybe to use DMA or PRU?
Thank you