PIC Timer 2 calculator

With the PIC Timer 2 calculator you can see the resulting frequencies and periods when you change four pieces of information. :

  • Frequency (the default is 4MHz).
  • The Prescaler ratio.
  • Timer 2 period register value.
  • The Postscaler ratio.

Into page : PIC Timer intro (details on installing TCL)
Jump to PIC Timer 0 calculator.
Jump to PIC Timer 1 calculator.

Donwload your Calculators

To download these free calculators signup here:

Enter your details to get the Download Link
and in addition, get the microcontroller newsletter:



(Your email is safe it will never be sold or rented).
You will get the calculators plus free souce code from this site.

Note: Check your email for the project code download link.

PICTimer 2  Block diagram [from 33023a.pdf]
PIC Timer 1 block diagram 33023a.pdf

PICTimer 2 registers 
[from 33023a.pdf]
PIC timer 2 registers

Three sliders let you change the values by dragging a control up and down on the screen and the resulting changes are immediately shown in this page.   The first is for the prescaler, the middle is for the Period register and the last is for the postscaler.

Note: Setting of timer 2 value is not shown as the intended use of the timer is for making it easy to control the period of TMR2 using the period register - taking away the need to service interrupts in order to generate a specific frequency.

All you do is set the Prescaler and Postscaler and set the period register PR2.  For example if you set Prescaler=1:1 and Postscaler=1:1 and PR2=99.  The output period of the  module would be 100us i.e. a Timer 2 interrupt every 100us.

Note: Timer 2 counter is reset on the next count after matching PR2 (this is why you need PR2=99 and not 100).

The important point is that there will be no need to set any registers within the interrupt (as you have to do with the other timers).  This is why it is used as the baud rate generator for the USARTs - it requires no processing.

Screen shot of PIC Timer 2 calculator in action

PIC Timer 2 calculator




Jump from PIC Timer 2 calculator to
Best-Microcontroller-Projects Home Page


Comments

Have your say about what you just read! Leave me a comment in the box below.

Don’t see the comments box? Log in to your Facebook account, give Facebook consent, then return to this page and refresh it.




Privacy Policy | Contact | About Me

Site Map | Terms of Use