--https://groups.google.com/d/msgid/beagleboard/b63bc711-fcda-497b-b4e5-ee35c0081176n%40googlegroups.com
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit.
You could look at the TI starterware code for examples of setting up the interrupt table and the code at the tables.
Graham
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/1482309015.269358.1615148982352%40mail.yahoo.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/001001d71433%248d59d000%24a80d7000%24%40comcast.net.
If the interrupt is a level interrupt, your interrupt handling procedure needs to start clearing the interrupt starting at the source of the interrupt otherwise the interrupt will trigger again.
Graham
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/aef01716-d628-4857-a5b8-a32064d2f697n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/-PnGBB_g4MY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/000a01d71534%24aea34fa0%240be9eee0%24%40comcast.net.
On Wed, Mar 10, 2021 at 1:15 PM, Josh Cole<three...@gmail.com> wrote: