• LPC3250 DMA Interrupt Help
    New! LPC3250 DMA Interrupt Help eswar g Hi I'm facing problum while configuration for GPDMA . I was unable to generate interrupt on DMA. here I'm listing 1.I configured DMA Channel 0 for UART2...
  • LPC3250 IRQ_HANDLER HELP
    Hi Please Help me out for interrupts on LPC3250. How to enable interrupt handler.my program like below TIMCLK_CTRL1|=0x08; // Enable timer clock T1CTCR = 0x00; //use as a timer T1TCR =0x01; // enable...
  • LPC3250 UART TRIGGER HELP
    Hi I have a problem on UART.I'm trying to receive the data using trigger levels. But from the first byte interrupt coming. As per the datasheet the interrupt has to come after reaching the trigger level...
  • LPC3250 HSUART HELP
    Hi I was unable to get data properly through High Speed uart's. as per my program i was able to get only 64 bytes properly after that not getting. Here i am posting the program Please take a look and...
  • need help LPC3250 SDRAM initialization
    Hi, i'm using LPC3250 to interface with micron MT48LC16M16A2 (4 Meg x 16 x 4 banks) SDR SDRAM.i followed Blinky program as example and initialized for my 256Mb SDRAM.i have written data on 16-bit...