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.

BeagleBone Black GPIO Interrupt using c code

Aim: Read GPIO interrupt read using c code.

I refer to a number of Linux pages and google it.

Follow this specific link which is related to me: https://www.linux.com/training-tutorials/beaglebone-black-how-get-interrupts-through-linux-gpio/#:~:text=The%20header%20pins%20on%20each,I%2FO%20(GPIO).&text=The%20GPIO%20support%20in%20Linux,either%20of%20these%20cases%20occurs.

But I Not solved yet how to call a method at on_event ().

Regards,