Since MIBAM uses a completely ASM interrupt handler, it would be much easier to make it compatible with DT_INTS instead of the other way around.
However, if you're just measuring pulse widths ... the use of Timer3 and a CCP module (Capture mode) might be more applicable. And you won't need Interrupts for that, although they can still be used with LOW Priority. It'll be more accurate with the CCP too.
The HIGH Priority interrupts will affect the "Timing" of LOW Priority ints.
The resolution of a Pulse measurement using LP ints (without CCP) will always suffer.
<br>
Bookmarks