DT inst. interrupt & Timer0 with pic 16F88


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Just add it & save it.
    Code:
    ;----- INTCON Bits --------------------------------------------------------
    
    GIE                          EQU     H'0007'
    PEIE                         EQU     H'0006'
    T0IE                         EQU     H'0005' ; <---- same as below without the MR
    TMR0IE                       EQU     H'0005'
    INTE                         EQU     H'0004'
    RBIE                         EQU     H'0003'
    T0IF                         EQU     H'0002'
    TMR0IF                       EQU     H'0002'
    INTF                         EQU     H'0001'
    RBIF                         EQU     H'0000'
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  2. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default Problem fixed!

    Thank you again Bruce, this additional line fixed the problem!

    Al.
    All progress began with an idea

  3. #3
    Join Date
    Oct 2009
    Location
    Austin, Texas
    Posts
    15


    Did you find this post helpful? Yes | No

    Default

    Sorry for the late entry, but I have the same issue and I am not familiar with where the .inc file you guys are editing is located. Can you assist me?

    I scanned my PC and found it. Made the change as recommended above, all errors were fixed. Thanks guys...
    Last edited by ronbowalker; - 17th December 2009 at 21:33. Reason: Updated info...

Similar Threads

  1. Can't ID interrupt source with this IntHandler??
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 3rd June 2009, 02:35
  2. Sleep Mode
    By Pesticida in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 13th March 2008, 10:31
  3. Ping Darrel Taylor - Timer0 Instant Interrupt
    By JEC in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 9th January 2007, 11:20
  4. Replies: 1
    Last Post: - 2nd November 2006, 23:24
  5. USART interrupt not interrupting right
    By Morpheus in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 6th March 2005, 01:07

Members who have read this thread : 0

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

Posting Permissions

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