I'm using Timer0 & Timer1 as counter in PIC18F2550, now I wanna ask can I use Timer3 as a counter as well ??
In datasheet its written as "T13Ckl" on a pin.
Ttelmah
Joined: 11 Mar 2010 Posts: 19510
Posted: Sun Mar 20, 2011 3:25 pm
T3_EXTERNAL
Best Wishes
andrewg
Joined: 17 Aug 2005 Posts: 316 Location: Perth, Western Australia
Posted: Sun Mar 20, 2011 8:31 pm
I suspect the question is: "I want three independent counters". The answer is "no", because Timer1 and Timer3 use the same pin T13CKI for their external input.
You'll have no choice but to use one of the external interrupt pins and do the counting yourself, either the interrupt-on-change pins (B4-B7) or one of the level-triggered pins B0-B2. _________________ Andrew
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum