You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Hello,
I am trying to configure a low latency interrupt to detect change in GPIO input pin i.e. input to Beagle Bone AI changes from 0 ->1 or 1-> 0 , it should generate an interrupt. I want to do this preferably in PRU by implementing an ISR .
Do you have an example code?
Regards,
Jayasudhaa
Dennis Lee Bieber
unread,
Jul 13, 2020, 4:56:49 PM7/13/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beagleboard
On Mon, 13 Jul 2020 10:32:37 -0700 (PDT), in
gmane.comp.hardware.beagleboard.user
Everything I've read indicates that the PRUs do not have true
interrupts. One writes a polling loop looking for a change of state.