This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how t o add interrupt service routine in the library file

in my project i included the interrupt service routine in the library file.But now even though iam enabling interrupts in main function iam not entering into the interrupt service routine or rather interrupt itself is not occuring ,can any one tell me the reason.

Parents
  • really tricky problem (it does not show as anything but "not found")
    If you have 2 assembler modules in a library that mistakingly has the same NAME decalration (not the filename), they will both be there but only one will respond.

    I have dropped all use of NAME and let the default filename be the "name" just beacuse of this.

    Erik

Reply
  • really tricky problem (it does not show as anything but "not found")
    If you have 2 assembler modules in a library that mistakingly has the same NAME decalration (not the filename), they will both be there but only one will respond.

    I have dropped all use of NAME and let the default filename be the "name" just beacuse of this.

    Erik

Children
No data