PDA

View Full Version : 16f627 timer1 config



servo260
- 6th March 2005, 08:44
Hi, I am trying to use timer 1 on the 16f627 to count pulses with RB6 but I don't know how to config it (I tried but it's not working fine).
Could someone show me the right config?

mister_e
- 6th March 2005, 10:01
Setting to count pulse with Timer1 on RB6

T1CON=%00000010

once you want to start the TIMER1

T1CON.0=1