• Intterupt not working...
    Hi, I'm using a timer and external interrupt to detect the pulse, i can set the timer to run for 5 secs and loop back. But the program cannot vector to the external interrupt. This is my interrupt...
  • Intterupt not working...
    Hi, I'm using a timer and external interrupt to detect the pulse, i can set the timer to run for 5 secs and loop back. But the program cannot vector to the external interrupt. This is my interrupt...
  • UART Serial Communication: Bytes Lost
    Hi, I have interfaced a Garmin GPS to my ARM based microcontroller (LPC 1768) using serial communication. These are the steps am following to read the data 1. Read first 2000 characters from...
  • UART Serial Communication: Bytes Lost
    Hi, I have interfaced a Garmin GPS to my ARM based microcontroller (LPC 1768) using serial communication. These are the steps am following to read the data 1. Read first 2000 characters from...
  • FIQ intterupt Function
    I want to write function for fiq interrupt on LPC2378, Here the program which I have try to run. But it gives error. void T0isr(void) __fiq //__irq { T0IR = 1; /* clear interrupt flag */ ...