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

Interrupt enabling in lpc2103

hi
in my previous project , i used lpc2368 and its libraries ( include irq.h and ... ) on the internet and everything worked great , but in this project i'm using lpc2103 and adjusted lpc2368 libraries for working with this microcontroller , when i simulating this project in proteus none of Interrupts work , but the other parts work . i wanna know i should do somethin to my irq.h file or something , or interrupts in lpc21xx is completely different from lpc23xx .

Parents
  • Note that one of the chip familes (LPC23xx) have a VIC parameter specifying the priority of the input. The input index decides what it is associated with.

    The other chip family (LPC21xx) have a VIC parameter specifying what device that is associated with that interrupt. The priority is instead controlled by selecting index.

    There might be other issues too, but it was quite some time since I last looked at the LPC21xx family.

Reply
  • Note that one of the chip familes (LPC23xx) have a VIC parameter specifying the priority of the input. The input index decides what it is associated with.

    The other chip family (LPC21xx) have a VIC parameter specifying what device that is associated with that interrupt. The priority is instead controlled by selecting index.

    There might be other issues too, but it was quite some time since I last looked at the LPC21xx family.

Children
No data