PIC12F675 External Interrupt
Category: PIC12F675
Designer: RANA MUHAMMAD ADNAN KHALIL
Notes
This circuit is simulated in Proteus 7.10, while code is written in MPLAB X IDE using XC8 compiler. This program is for very beginners. Working of this circuit and program is given below: 1. In this circuit you will learn how external interrupt of PIC12F675 is used. 2. External interrupt is available at GP2 pin and this pin is configured as input. 3. The interrupt will occur at every rising edge on GP2 pin, because it is configured as rising edge triger. 4. At each interrupt GP5 pin is toggled (LED blinking at this pin). You can download these files for further amendment in this project. 5. You can also read code file by clicking on "View" button under Program File. Application: 1. This code is used to understand the working of interrupt signal. Note. More circuits and projects are coming soon. So keep visit and use this app daily.