Hello all, I need to obtain a timer tick of 18.88 microseconds on a 20
MHZ clocked PIC16F
On the same board I also have a 13.56 clock, but for speed problems I
neet to keep the processor clocked at 20 MHZ
This 13.56 MHZ signal, divided by 256 is exactly the timer tick I want,
so I thought to feed this signal as an external clock for Timer'0
(T0ckl).
On the datasheet though, I've read some warning and limitations about
the use of Timer0 with external clock, I did not clearly understand if
in a case like mine I'm allowed to do it...
who can help please?