Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    595,728

    Thank's for your explanation it's clear now I...

    Thank's for your explanation it's clear now
    I reduced the value preloaded in TMR1
    and he works fine without "pause"
  2. Replies
    772
    Views
    595,728

    I use one 16F877 MCU to 20 Mhz TMR1 produce an...

    I use one 16F877 MCU to 20 Mhz

    TMR1 produce an interrupt every 0,4 µSec
    for to drive four 7 segment displays (prescaler:1)

    My board developpement is EasyPic4

    If I write not a Pause after...
  3. Replies
    772
    Views
    595,728

    thank's Darrel Remark: In my next code if...

    thank's Darrel

    Remark:

    In my next code if I load TMR1H with a high value code work fine

    Main:

    TMR1H = %11111111
    pause 1
  4. Replies
    772
    Views
    595,728

    Hello all Today I play with " Instant...

    Hello all

    Today I play with " Instant Interrupts" thank's Darrel

    For to begin I use blinky program
    I want to augment the speed of blink light by loading a value
    in TMR1H and TMR1L but the...
Results 1 to 4 of 4