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.

AM335x reading byte on rising edge

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