• 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;...
  • LPC2103 - UART0 Interrupt Problem
    Dear all, I am Using LPC2103, I had Configured UART0 to IRQ When working, VIC Register Status is vicIntSelect = 0; vicIntEnable = 0x000040; vicIRQStatus = 00000040; vicVectCtrl0 = 0x000026;...
  • LPC2103 - UART0 Interrupt Problem
    Dear all, I am Using LPC2103, I had Configured UART0 to IRQ When working, VIC Register Status is vicIntSelect = 0; vicIntEnable = 0x000040; vicIRQStatus = 00000040; vicVectCtrl0 = 0x000026;...
  • Does LPC2103 Timer/Counter MAT output always low after reset?
    Hi all, I am using LPC2103 for the first time. When I setup Timer/Counter with MAT as match output, it always init at logic low on the MATn.m pin. So what is the purpose for setting the TnEMR...