• LPC2294 - NOT ENTERING IN MAIN
    HI I AM FACING ONE PROBLEM IN LPC2294 CUSTOM BOARD. I CAN ABLE TO ERASE AND PROGRAM THE DEVICE. BUT IF I TRY TO DEBUG, SOFTWARE CONTROL IS NOT ENTERING IN MAIN FUNCTION. (24 MHZ CRYSTAL, PLL IS DISABLED...
  • not able to re-enter in hareware interrupt.
    Hi all, I am using lpc2138 working with EXT3 interrupt. hardware interrupt works fine for first time when I reset the board. But thereafter it does not detect any interrupt on EXT3. Plz suggest any...
  • LPC2294
    I would like to simulate UART feature on keil. #include <lpc22xx.h> void main(void) { PINSEL0 = 0x1; VPBDIV = 0x11; U0LCR = 0x8F; U0TER = 0x00; U0FCR = 0x01; U0THR = 1; U0FDR = 0x10;...
  • unable to enter into isr
    hi, i am using lpc2129 ,i am writing code for timer match when match occurs not able to enter in to ISR . i have enble match interrupt vicintenble and assigning isr address to vectaddr and programed...
  • LPC2294 UART Interrupt problem
    Hi All, I recognized that I have an interrupt problem. I can't get into the vector both after receive or transmit. I checked all the initialized VIC registers I couldn'T find the error. Please help...