• LPC2103 -Timer interrupt problem
    Hi all, I am using LPC2103,I had configured timer2[16 bit] and i had set it for MR0 match interrupt and reset the TC on match , It is working for the first time ,But second time it is not working...
  • LPC2103 -Timer interrupt problem
    Hi all, I am using LPC2103,I had configured timer2[16 bit] and i had set it for MR0 match interrupt and reset the TC on match , It is working for the first time ,But second time it is not working...
  • LPC2103 timer interrupt
    Hi there. I have a problem with timer interrupt on LPC2103. I want to set timer interrupt on Timer1. Timer1 and VIC are initialized with this code: void TimerInit(void) { T1PR = 0x0000000E;...
  • LPC2103 timer interrupt
    Hi there. I have a problem with timer interrupt on LPC2103. I want to set timer interrupt on Timer1. Timer1 and VIC are initialized with this code: void TimerInit(void) { T1PR = 0x0000000E;...
  • 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...