The HPWM command reference says "Many devices allow selection of Timer resourcefor some or all of the PWM channels. The HPWM command will automatically determine the preset Timer selection upon execution.

The data sheet for the 16F876 says the default timer resource for the PWM channels is Timer2. I want to use CCP1 and Timer1 in capture mode to time an input period of a square wave and use the value captured to calculate a different frequency to be output on HPWM channel 2 (PWM Mode). My question is this: Does this Automatically determined preset timer selection for HPWM channel 2 affect the Timer1 resource? Or can the CCP modules be used independently with CCP1/Timer1 in capture mode and CCP2/Timer2 in timer mode?