Difference between timer and counter working in 8051 microcontroller
Answers
Answered by
3
Answer:
Difference between a Timer and a Counter
The register is incremented considering 1 to 0 transition at its corresponding to an external input pin (T0, T1). ... A timer uses the frequency of the internal clock, and generates delay. A counter uses an external signal to count pulses.
i hope it's help to you
Answered by
1
Difference between timer and counter in 8051 microcontroller is given below:-
Explanation:
- The timer is counted the inside the clock whereas the counter counted outside the clock i.e external clock is there in the counter.
- Because of constant frequency in Timer the interrupt is generated whereas there is varying in the frequency so interrupt is not generated in a limited period of time.
- To measure the frequency of undefined sources used the timer. Counter is not used for this.
Learn more:-
https://brainly.in/question/3466604
Similar questions