• Using Interupt
    Hi all, i want to use a interupt to switch to a function can i do that? ie when i receive data that is when i get 'RI' can i define a function such that i can switch to it whenever i get RI else the...
  • interupt management
    dear all, i am running 3 motors in 4msec timer interrupt and clocks given to motor are in different timer interrupts. priority of clock interrutps are more than 4msec timer interrupt but when i am...
  • sending an interupt
    I need to send an interupt out on the RS232 and get the time back. What commands is best for it?
  • LPC1768 Timer Interupt
    Hello, Please help confirm if my logic is right regarding timer interupt using NVIC based on the below code. 1) I can only receive or display on LCD 1 value each 3124 counts and the rest of idstring...
  • Issue with Interupt in LPC2368
    Hi All, I am using LPC2364 and i am facing a problem with interrupt. When interrupt is fired the status is updated in vector table but its not going interrupt routine in code. Please help me...