The SYNC block uses FOSC/4 as its sync clock, so it's difficult to use it if it's using FOSC/4 as its input source for counting too.
9966
for 16-bit read/write see sec 20.1.1.1:
9965
In...
Type: Posts; User: tumbleweed; Keyword(s):
The SYNC block uses FOSC/4 as its sync clock, so it's difficult to use it if it's using FOSC/4 as its input source for counting too.
9966
for 16-bit read/write see sec 20.1.1.1:
9965
In...
Two things...
Since you're using FOSC/4 as the source, set ASYNC bit in T0CON1.
Also, when using 16 bit mode (MD16=1) you should always write TMR0H then TMR0L in that order so that the high...