• 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 DMA Help
    Hi all i posted before this problem. now im posting with some improvement. My Source is Memory and Destination is peripheral. I have configured the DMA as - 32bit wide Source and 32bit Destination...
  • 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...
  • 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...