Hi Al,
The 16F88 doesn't have separate interrupt flags for the 2 comparators.
Both comparators use the same flag.
So with DT_INTS, use the single CMP_INT handler.
Hi Al,
The 16F88 doesn't have separate interrupt flags for the 2 comparators.
Both comparators use the same flag.
So with DT_INTS, use the single CMP_INT handler.
DT
Thank you Darrel for the quick answer.
Cheers
Al.
All progress began with an idea
Used CMP_INT without any luck. Stil getting two asm errors :
553 - missing argument
472 - "INT_HANDLER" interrupt flag not found.
Any suggestion?
Cheers
Al.
All progress began with an idea
Al,
I think you just need a comma in your INT_Handler line.
Code:INT_Handler CMP_INT, _Encoder, ASM, yes
DT
Yes Darrel, it was just the comma missing. Thank you again.
Cheers
Al.
All progress began with an idea
Bookmarks