benoitstjean
Joined: 30 Oct 2007 Posts: 566 Location: Ottawa, Ontario, Canada
|
PIC18F4620 Interrupts Priority Directive |
Posted: Wed Aug 15, 2012 12:51 pm |
|
|
Can someone elaborate the use of the #device high_ints= directive? The CCS documentation is not the greatest and that part of the documentation is quite vague.
My previous post consisted of maximum interrupt speed but I've read on other forums that using the "high_ints" might make the interrupts be serviced faster?
So, if I want to make my IN_RB serviced "faster" what is it exactly that I need to add to my code and what will the outcome be as opposed to if I don't use the "high_ints" directive? |
|