First time using comparators DT interrupts


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default Re: First time using comparators DT interrupts

    Used CMP_INT without any luck. Stil getting two asm errors :

    553 - missing argument
    472 - "INT_HANDLER" interrupt flag not found.

    Any suggestion?

    Cheers

    Al.
    All progress began with an idea

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


    Did you find this post helpful? Yes | No

    Default Re: First time using comparators DT interrupts

    Al,

    I think you just need a comma in your INT_Handler line.
    Code:
            INT_Handler    CMP_INT,  _Encoder,   ASM,  yes
    DT

  3. #3
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default Re: First time using comparators DT interrupts

    Yes Darrel, it was just the comma missing. Thank you again.

    Cheers

    Al.
    All progress began with an idea

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