Internal Clock Source

When the internal clock source is selected, the TMRx register will increment on multiples of FOSC as determined by the Timer1 prescaler.

When the FOSC internal clock source is selected, the TMRx register value will increment by four counts every instruction clock cycle. Due to this condition, a two LSB error in resolution will occur when reading the TMRx value. To utilize the full resolution of Timer1, an asynchronous input signal must be used to gate the Timer1 clock input.

Important: In Counter mode, a falling edge must be registered by the counter prior to the first incrementing rising edge after any one or more of the following conditions:
Figure 1. Timer1 Incrementing Edge
Notes:
  1. 1.Arrows indicate counter increments.
  2. 2.In Counter mode, a falling edge must be registered by the counter prior to the first incrementing rising edge of the clock.