Hi,
I've been using Darrel's Instant Interrupts for quite some time without any problems. The thing is that I've been using it with only one interrupt and one interrupt handler. Now, I'm working in a project where I need to use two interrupt handlers. Looking at Darrel's example in
http://www.picbasic.co.uk/forum/show...7477#post17477
There are some question that I have.
1.) How do I know which one is a high priority interrupt and which one is a low priority interrupt? My program is a very time sensitive application.
2.) What happens when the program is servicing one interrupt handler and then another handler needs to be serviced? What happen to the interrupt counters in this case?
3.) My application is very time sensitive, so I need one of the interrupts to take priority. How do I do that?
Thank you,
Robert
Bookmarks