Interruptus Frustratus


Results 1 to 17 of 17

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    Code:
    INTCON.5 = 1; // enable TMR0 interrupt
    There's no handler for the TMR0 interrupt.

    So the flag for that interrupt never gets cleared.
    It then continuously enters/exits the interrupt processor, never to see the light of day again.

    Added: And Alain is correct. disable/enable has no effect on DT_INTS.
    <br>
    Last edited by Darrel Taylor; - 8th April 2009 at 07:43. Reason: Added:
    DT

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