PIC12F675 Timer1 Code and Simulation
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 project is given below: 1. Timer 1 is used in 16 bit mode. 2. Timer 1 is used in polling mode. 3. The code is very simple and self explanatory, you can download and modify according to your need. Applications: 1. This program is used to understand how timer 1 ised in polling mode. 2. This program can be used to generate delay according to you need. Note: In next program we will show how timer 1 is used in interrupt mode.