PDA

View Full Version : DT_INT error



Tina10
- 1st October 2013, 16:38
I am trying to implement PortA change interrupt using DT_INT on 16f690 and getting the following error:

ASM 835 : ERROR: ("INT_Handler" - Interrupt Flag ( INTCON,RAIF ) not found.)

The INTCON register has RABIF bit but not RAIF. Is it possible to amend something somewhere and make it work? Thanks

Tina10
- 1st October 2013, 17:08
Problem solved. I should be using RABC_INT.