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

not able to re-enter in hareware interrupt.

Hi all,

I am using lpc2138 working with EXT3 interrupt. hardware interrupt works fine for first time when I reset the board. But thereafter it does not detect any interrupt on EXT3. Plz suggest any re-initialization I have to do to detect hardware interrupt next time onwords.

Thank you in advance.

Parents
  • Are you acknowledging the ext3 interrupt and the vic? You need these two assigns to get any more interrupts from the same source.

    Searching for EINT3 in the user manual should give you all information needed to reset the EINT3 interrupt source.

Reply
  • Are you acknowledging the ext3 interrupt and the vic? You need these two assigns to get any more interrupts from the same source.

    Searching for EINT3 in the user manual should give you all information needed to reset the EINT3 interrupt source.

Children