• LPC2129 timer0
    i am using LPC2129,i need to program for capture , pwm and 1sec delay all using timer 0,how to use an single timer for those things... Is there any manuals gave answer for this means give me a URL...
  • PWM LPC2129
    Hi. I found initialization code on KEIL website for the PWM on LPC2129. It uses 12Mhz oscillator. Here is part of the code: PWMPR = 0x00000001; //Load prescaler PWMPCR = 0x0000404; //PWM...
  • PWM LPC2129
    Hi. I found initialization code on KEIL website for the PWM on LPC2129. It uses 12Mhz oscillator. Here is part of the code: PWMPR = 0x00000001; //Load prescaler PWMPCR = 0x0000404; //PWM...
  • LPC2129 timer0
    i am using LPC2129,i need to program for capture , pwm and 1sec delay all using timer 0,how to use an single timer for those things... Is there any manuals gave answer for this means give me a URL...
  • LPC2129 UART Problem
    Hello, im using a board with LPC2139 with JTAG, it has 2 UARTs however wenever i try and flash a simple UART program of, say, transmitting a string or echoing a character on it, it does not work...