DT inst. interrupt & Timer0 with pic 16F88


Results 1 to 7 of 7

Threaded View

  1. #4
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default No success

    Now my pic16F88.inc INTCON Bits section is as below, but not success in compiling. Still the same error# but changed definition. Now: "Symbol not priously defined (T0IE)"


    Code:
    ;----- INTCON Bits --------------------------------------------------------
    GIE                          EQU     H'0007'
    PEIE                         EQU     H'0006'
    TMR0IE                       EQU     H'0005'
    INTE                         EQU     H'0004'
    RBIE                         EQU     H'0003'
    TMR0IF                       EQU     H'0002'
    T0IF                         EQU     H'0002'
    INTF                         EQU     H'0001'
    RBIF                         EQU     H'0000'
    Still, commenting out TMR0_INT error disappear.

    Al.
    Last edited by aratti; - 24th October 2009 at 16:40.
    All progress began with an idea

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 : 1

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