• LPC2129
    I want to check the temperature of engine using temperature sensor and CAN protocol in LPC2129. and this temperature i have to display on LCD. For this please send me details with working code. pls...
  • Working with interrupts on LPC2129
    I'm just getting started with using the Keil uV3 compiler as well as the Phillips lpc2129. The application I am working on requires both UART0 & 1 as well as the I2C and I'm wondering if anyone has some...
  • PWM in LPC2129
    In LPC2129, For generating the PWM signals, MR0 is used to set the cycle rate.But what is the relation between the value(hexadecimal) given in MR0 and frequency of PWM signals? How to generate 6 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...