Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    7,960

    Re: Inicializing to Interrupt World

    Hi

    I dug up some old code I did on a pic16f819. Maybe it will help? I did not see Intcon.7 set in your code?

    Place this above your variable declaration


    OPTION_REG.6 = 0 'INTERUPT...
  2. Replies
    5
    Views
    7,960

    Re: Inicializing to Interrupt World

    I think you need to read portb after you awake from sleep to clear the mismatch.

    At the top


    Dummy var Byte


    Place this after your sleep command
Results 1 to 2 of 2