18F1220 and DT Instant Interrupts


Results 1 to 4 of 4

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    It could be the ...

    INTCON3 = %01011011

    Which enables both INT1 and INT2, and SET's their Interrupt flags.

    But since there aren't any handlers for those interrupts, the IF bit never gets reset, and the system locks up on Un-Handled interrupts.

    hth,

    ADDED: DT_INTS handles ALL the enable, priority and interrupt flag bits. There's no need to set them manually.
    Last edited by Darrel Taylor; - 30th June 2008 at 04:06. Reason: added:
    DT

Similar Threads

  1. 18F1220 programming problem
    By jderson in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 26th June 2008, 14:03

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