Quote Originally Posted by Darrel Taylor View Post

You should NOT set INTCON, PIEx, PIRx, IPRx or any other interrupt related registers manually. DT_INTS handles all of those bits for you.
So where in D_INTS do you configure if you want to trigger off a rising or falling edge for something like INT0 ?

Thanks, Andrew