Bonxy,
Yes, you can have multiple interrupts. Can you have an interrupt work on any pin on a PIC18F4550? I don't know about that. But can you create a routine where you check the status of the pins that you want and then if a change is made goto to a sub-routine? Something like
RobertCode:IF PORTX.0 = 1 THEN GOTO SUBROUTINE0 IF PORTX.1 = 1 THEN GOTO SUBROUTINE1 .......
Bookmarks