• 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;...
  • Problem with LPC2103
    Hi I have written a simple code for lpc2103 to starting use of that, But this simple program dose not work after downloading on chip via J-LINK V.8 . When I debug the program, it stymies in PLL what...
  • 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...
  • lpc2103 interrupt and unexpected resets
    hi i'm working on lpc2103 and in practice when any interrupt happens , system will reset and then doesn't work properly ( sometime get stuck , sometime reset again ... ) , i think my setting is't...