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?
Printable View
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?
Setting to count pulse with Timer1 on RB6
T1CON=%00000010
once you want to start the TIMER1
T1CON.0=1