• 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...
  • problem with timer interruption (LPC3250)
    Hi, I have an LPC3250 board. so my problem that the code crashes when the timer (the standard timer) generate a Match value interruption. this problem occurs always with the first interruption after...