• Not able to enter into ISR even after interrupt is generated in LPC2294
    Dear Sir, The following code is working fine in simulator mode, when TC is matching with MR0 interrupt is getting generated and the control is moving to timer1 ISR. If the same code if it is...
  • Not able to enter into ISR even after interrupt is generated in LPC2294
    Dear Sir, The following code is working fine in simulator mode, when TC is matching with MR0 interrupt is getting generated and the control is moving to timer1 ISR. If the same code if it is...
  • Not entering interrupts
    Hi, For reasons I switched from one development program(IDE) to the KEIL IDE. Now I have problems using interrupts. My program don't what to enter the "ADC sample on channel0 is ready" interrupt service...
  • Not entering interrupts
    Hi, For reasons I switched from one development program(IDE) to the KEIL IDE. Now I have problems using interrupts. My program don't what to enter the "ADC sample on channel0 is ready" interrupt service...
  • not able to Read U0RBR in UART0 interrupt(LPC2388)
    Hi Not able to Read U0RBR in UART0 interrupt(for receive - RDA interrupt ). My UART0 interrupt is working (i have put the Break point) but the U0RBR register showing always Zero value. In polling...