hi
i am programming a pic 16f877
i am already implementing interrupt to allow counting whenever a switch is closed on RB0;i also want to be able to read a card reader or keypad when a card is inserted or a key is pressed,i dont want to us polling but this pic does not support interrupt priorities so i cannot assign the most important interrupt which is the counting a higher priority
this is what i dont want--i dont want the card reader to be reading from a card then ignore the counter when a switch is closed,i want it to detect the closed switch even when a card is detected and is being read
any ideas please?