PDA

View Full Version : timer



daydream
- 1st May 2012, 15:29
can anyone with an example tell me how timer works in pic16f84.for example turning an led on using timer.i nead pbp code.please help.thank you very much.

daydream
- 1st May 2012, 19:24
can anyone write a pbp programmer using a timer intrupt to turn an led on after 60 seconds and explain how to use timer.i am using a 4mhz crystal and pic16f84a .i dont know anything about timer so please help.

Archangel
- 2nd May 2012, 00:52
Here is an example by famous tech writer Chuck . . . the article that went with it explains it pretty well.
I am sure the issue is available, so are his books . . . May 2006
http://www.nutsvolts.com/uploads/magazine_downloads/200605-Hellebuyck-timer1code.bas.txt



(http://www.nutsvolts.com/uploads/magazine_downloads/200605-Hellebuyck-timer1code.bas.txt)

Demon
- 3rd May 2012, 01:46
DT INTERRUPTS and timer:
http://darreltaylor.com/DT_INTS-14/elapsed.html

Robert