Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: tumbleweed; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    25,133

    Re: K42 and Timer Interrupts

    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...
  2. Replies
    8
    Views
    25,133

    Re: K42 and Timer Interrupts

    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...
Results 1 to 2 of 2