• Problem with Timer0 interrupt
    Hi all, I'm a newbie on LPC1768 and copy the following program from a site - the program is to blink an LED using timer interrupt 0. The program is as follow #include "LPC17xx.h" int main (void...
  • Timer0 Interrupt does not update
    Hi Guys, I am simulating delayed pulses for a stepper motor, and I am using timer0 on MCB2300. I setup my interrupt timer and I want it to be updated every time a pulse is fired. When I simulated...
  • Problem with Timer0 Interrupt
    Hi all, I am using Timer0 as interrupt for display time on LCD. But when the interrupt occurs, it won't come back to the last executed command of interrupted. It is repeating the ISR. I am using embedded...
  • Timer0 and INT0 interrupt
    Question with follwing code: EA = 0; ET0 = 1; INT0 =1; EA = 1; T0_start(); while ( T0_interrupt ); if ( Int0_interrupt ){} If I can find interrupt 0 has happened when timer0 is running? Thank you...
  • problem in lpc2138 external interrupt
    hai i am doing basic programs in lpc2138 ARM controller problem is exter nal interrupt is only once generates but again it is not generate.send me what is the problem.this is my code //******...