Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    22,049

    Re: Can not change variable while using DT_INT?

    Thanks Darrel. I tried this:

    asm
    INT_LIST macro
    INT_Handler RBC_INT, _Change, PBP, yes
    endm
    INT_CREATE
    endasm
    @ INT_ENABLE RBC_INT
  2. Replies
    6
    Views
    22,049

    Re: Can not change variable while using DT_INT?

    Thanks for taking a look at this guys. I read through everything on Davids page but I'm making not progress. I need to establish variables in my main program, then, when the interrupt occurs, change...
  3. Replies
    6
    Views
    22,049

    Re: Can not change variable while using DT_INT?

    I looked at that example and I don't see how I can alter a variable while in the interrupt routine. I've tried to write the variable to memory then read it back after exiting the interrupt but that...
  4. Replies
    6
    Views
    22,049

    Can not change variable while using DT_INT?

    Hi All,

    I'm using DT_INTS-14 with the 16F887. The idea is to run the device as a variable PW/FREQ oscillator. I then interrupt that loop to change it's variables. However, when I change the...
Results 1 to 4 of 4