As an example, here's one of my boards - notice the small crystal and two capacitors just above the PIC - that's the oscillator parts for a secondary oscillator, and runs TMR1 at 32KHz. The PIC spends almost all it's time in sleep, and is woken up every second by TMR1 using the 32KHz clock (which is VERY, VERY low power). It's also woken by by I/O interrupts, which it counts and stores.Ok. I understand, thanks.