• 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 PWM HELP
    Hi Can anyone show some examples of lpc2129 interfacing with motor (speed control of motor using pot) Regardss
  • Example PWM
    Where I can obtain an example of a PWM??
  • example on UART using interrupt for LPC2129
    I am new to the ARM families please help me