Instant Interrupts - Revisited


Closed Thread
Results 1 to 40 of 773

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Here is the latest version 1.00 of DT_INTS-14. The link is to is site, which is back up. http://www.darreltaylor.com/DT_INTS-14/NEW_DT_INTS.zip

    More info on above:http://darreltaylor.com/DT_INTS-14/intro2.html
    Older version of above:http://darreltaylor.com/DT_INTS-14/intro.html

    and here is the latest version of DT_INTS-18 http://www.picbasic.co.uk/forum/showthread.php?p=82871
    More info on DTS_INTS-18: http://darreltaylor.com/DT_INTS-18/home.html

    Besides the webpages above, this post contains info about the time re-enter takes, which I did not see details of on Darrel's site.
    http://www.picbasic.co.uk/forum/show...7587#post17587
    Last edited by ScaleRobotics; - 6th February 2010 at 15:40.

  2. #2
    Join Date
    Feb 2010
    Posts
    3


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by scalerobotics View Post
    Here is the latest version 1.00 of DT_INTS-14. The link is to is site, which is back up. http://www.darreltaylor.com/DT_INTS-14/NEW_DT_INTS.zip

    More info on above:http://darreltaylor.com/DT_INTS-14/intro2.html

    and here is the latest version of DT_INTS-18 http://www.picbasic.co.uk/forum/showthread.php?p=82871
    Still down for me here in Brazil... Even tried do flush my DNS cache to make sure... Would you be kind enough to attach INTS-14 to your post, so I can continue working?

    Thanks!

  3. #3
    Join Date
    Feb 2010
    Posts
    3


    Did you find this post helpful? Yes | No

    Default

    Thanks. Now only the only file I still need is elapsed_int-14. Could you please upload that one as well?

    Thanks again!

  4. #4
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by younesmaia View Post
    Now only the only file I still need is elapsed_int-14. Could you please upload that one as well?
    I think the latest version of that is still this one: http://www.picbasic.co.uk/forum/show...7473#post17473

  5. #5


    Did you find this post helpful? Yes | No

    Question

    Am I the only one confused by the "ALL_INT -- Global Interrupts" interrupt source?

  6. #6
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    ALL_INT references the GIE bit (Global Interrupt Enable).
    You can use it like this ...
    Code:
    @  INT_ENABLE  ALL_INT
    @  INT_DISABLE ALL_INT
    Someone here wanted it, but frankly I think it's easier to just alias the bit, then do GIE = 1.

    You can not assign a Handler to ALL_INT as an Interrupt Source.
    <br>
    DT

  7. #7
    Join Date
    Apr 2006
    Location
    GearSweaterMountain, The Netherlands
    Posts
    52


    Did you find this post helpful? Yes | No

    Default

    Darrel,

    Thanks for the DT-INTS modules, it's an awesome piece of work. It makes interrupt handling so much easier !

    I found this topic because i got stuck using the DT-INTS-18 within code that i was compiling using the 8.43 version of mplab. I got the same error116 over and over again, except when i commented out DT-INTS includes and ASM piece. Microcode studio compiles the exact same code without any error ...

    However removing the -K# parameter did the trick, it compiles flawless, exept for the fact that the Mplab SIM can't SIM anymore.

    Did you ever discover a workaround or did you get some more info from melabs ?

    Best regards,

    UB

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

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