Error when compiling with DT_INTS_3_4b"


Closed Thread
Results 1 to 29 of 29

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

    Default Re: Error when compiling with DT_INTS_3_4b"

    hi guys i am trying the low priority interrupts using the int-18_ 3_4c ver on 18f47k40 ,
    the code compiles and works when only high priorty is setup

    but when setup using high and low priority , it compiles fine , but the chip hangs it self
    wonder if there was any changes to the includes

    also the 18f47k40 have their own priorty interupt settings , wonder if these if set can be used




    [/CODE]
    Last edited by longpole001; - 19th December 2019 at 09:23.

  2. #2
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: Error when compiling with DT_INTS_3_4b"

    I'll just guess, but probably interrupt flag isn't reset in ISR.
    So after exiting ISR, it will jump straight back into ISR.

Similar Threads

  1. Replies: 0
    Last Post: - 14th November 2013, 04:32
  2. Error while compiling
    By BobK in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 20th April 2013, 18:01
  3. Replies: 1
    Last Post: - 30th March 2012, 05:13
  4. Compile error & syntax error on the word "loop:" as a label?
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th March 2010, 05:14
  5. error on compiling
    By parker in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 16th June 2005, 15:31

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