• 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...
  • PWM example for LPC2129
    I'm looking for a single edge PWM example for the LPC2129. Thanks.
  • CAN HELP IN LPC2129
    I'm a final year student doing thesis work. I have CAN communication in my work. I tried few sample codes and my own code in my controller, but neither one of them transmit message. I have two controllers...
  • LPC2129, How to use PWM and UART at same time?
    MCB2100 LPC2129 Hi, I have a big problem, I have build an IR data transmitter. How can I realize a 38khz PWM single edge with UARTx at the same time? Hardware works great but the software I have...