• 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 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...
  • Timer interrupt on lpc3250
    Hi, I am trying to get timer interrupts every second and update a variable. I use timer0 and do the settings as follows: TIMCLK_CTRL1 = 0x04; //enable timer0 clock T0CTCR = 0x00; //use as a timer...