
Originally Posted by
bogdan
If you use the Timer1 to count the CSM pulses, how do you setup the "Timer1 Gate Source Selection"=T1GSS bits ?
Best Regards,
Bogdan
i don't touch those bits (so whatever they default to). to get Timer1 to count the CSM output, I simply set this...
Code:
T1CON = %11000101 'SOURCE TIMER1 CLOCK FROM CAPSENSE MODULE
Bookmarks