PIC16F877 Timer Modules Tutorials - PIC Timer0 Tutorial PDF
PIC16F877 Timer Modules Tutorials - PIC Timer0 Tutorial PDF
Contact us
Blog
TimeTimer
PIC16F877TimerModulestutorialsTimer0
Search
Adsby Google
TimeTimer
1. PICMicrocontroller
TimerModule
2. BestLEDTVs
PIC Microcontroller
Development tools
3. PICProgrammer
Home
PIC microcontroller kits
USB PIC microcontroller kits
4. FreeSoftwareDownloads
5. 32BitMicrocontroller
PIC Microcontroller
Tutorials
Adsby Google
PicTutorial
CountUpTimer
PIC Introduction to PIC
PIC Memory Organization
Microchip MPLAB IDE
HI-TECH compiler
Microcontroller Board
PIC USB Programmer
Many times, we plan and build systems that perform various processes that depend on time.
Simple example of this process is the digital wristwatch. The role of this electronic system is to
display time in a very precise manner and change the display every second (for seconds), every
minute (for minutes) and so on.
To perform the steps we've listed, the system must use a timer, which needs to be very accurate in
order to take necessary actions.The clock is actually a core of any electronic system.
In this PIC timer module tutorial we will study the existing PIC timer modules. The microcontroller
PIC16F877 has 3 different timers:
PIC Timer0
PIC Timer1
PIC Timer2
We can use these timers for various important purposes. So far we used delay procedure to
implement some delay in the program, that was counting up to a specific value, before the
program could be continued. "Delay procedure" had two disadvantages:
PIC Debuger
we could not say exactly how long the Delay procedure was in progress
we could not perform any further steps while the program executes the "delay procedure"
PIC Microcontroller
Projects
Creating new project
PIC Fire Detector project
Now, using Timers we can build a very precise time delays which will be based on the system clock
and allow us to achieve our desired time delay well-known in advance.
In order for us to know how to work with these timers, we need to learn some things about each
one of them. We will study each one separately.
General
Liquid Crystal Display - LCD
Contact Us
PICProgrammer
BestLEDTVs
FreeSoftwareDownloads
PICChipProgramming
In this case there is no division by 4 of the original clock. We use the external frequency as it is.
Contact Page