• 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 PWM HELP
    Hi Can anyone show some examples of lpc2129 interfacing with motor (speed control of motor using pot) Regardss
  • LPC2129 PWM HELP
    Hi Can anyone show some examples of lpc2129 interfacing with motor (speed control of motor using pot) Regardss
  • PWM example for LPC2129
    I'm looking for a single edge PWM example for the LPC2129. Thanks.