Page 1 of 1

16F877A PortB interrupt

Posted: Sun Jan 20, 2019 1:18 pm
by Vazh93
Is the interrupt enabled only on Bits 4-7 of PortB of a PIC16F877A chip? Or is it just a problem with the simulator and it should work fine when I download the program on to the chip? Thanks!

Re: 16F877A PortB interrupt

Posted: Sun Jan 20, 2019 1:46 pm
by medelec35
Hi.
Vazh93 wrote:Is the interrupt enabled only on Bits 4-7 of PortB of a PIC16F877A chip?
That is correct.
On 16F877A, Only Pins B4 to B7 have port B interrupt on change.