Instant Interrupts - Revisited


Results 1 to 40 of 773

Threaded View

  1. #11
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    .Damn.. way to slow this time

    my solution was..
    Code:
    asm
    RXBnIF=RXB1IF
    TXBnIF=TXB2IF
    FIFOWMIF=RXB0IF
    INT_LIST    MACRO
        INT_Handler TMR1_INT, _ToggleLED1, PBP, yes
        endm
        INT_CREATE
       endasm
    From p18f8680.inc file...
    Code:
    ;----- PIR3 Bits -----------------------------------------------------
    RXB0IF           EQU  H'0000'
    RXB1IF           EQU  H'0001'
    TXB0IF           EQU  H'0002'
    TXB1IF           EQU  H'0003'
    TXB2IF           EQU  H'0004'
    ERRIF            EQU  H'0005'
    WAKIF            EQU  H'0006'
    IRXIF            EQU  H'0007'
    
    FIFOWMIF         EQU  H'0000'
    RXBnIF           EQU  H'0001'
    TXBnIF           EQU  H'0004'
    On another hand... seems odd...
    Last edited by mister_e; - 30th May 2008 at 23:33.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Clock using Instant Interrupts
    By PICpocket in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 16th February 2009, 21:43
  2. DT instant interrupts with mister_e keypad
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th November 2008, 20:02
  3. DT's Instant Interrupts trouble
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 24th November 2008, 20:48
  4. Keypad and DT's Instant Interrupts
    By Homerclese in forum General
    Replies: 11
    Last Post: - 27th April 2007, 06:32
  5. Replies: 1
    Last Post: - 1st November 2006, 03:11

Members who have read this thread : 6

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts