Interrupts in Assembler


Closed Thread
Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Location
    Paris
    Posts
    101


    Did you find this post helpful? Yes | No

    Default

    I did use the PBP type for each interrupt. The USB interrupt is working fine, the INT0 is working only once and the TMR1 int does not work anymore. It started to malfunction after adding more code that is unrelated to the interrupt function. Even if I bypass everything using a GOTO to enter directly in the operating mode that use the timer interrupt it does not work (the idle loop is running but the interrupt is never triggered).

    I'm a bit clueless on this

  2. #2
    Join Date
    Dec 2007
    Location
    Paris
    Posts
    101


    Did you find this post helpful? Yes | No

    Default

    Now that is impressive... I've been on this for a week, and I don't know how I managed to remove the "blinking led" line that goes with my interrupt code!!! no wonder why it was not blinking...

    Well everything does work perfectly now, TMR1 and also INT0 (fixed a little glitch on slope detection so it can work as expected).

    Your interrupt code is doing wonders, I really enjoy using it

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


    Did you find this post helpful? Yes | No

    Default



    Whew, had me worried there for a bit.
    Glad you got it working.
    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