• 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 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...
  • printf on lpc2129
    I can't seem to get printf going on my system. I've declared putchar as extern and written a routine called putchar to output to the serial port, but the application dies whenever I try to printf. I dare...
  • 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...
  • 50nS delay generation on LPC2129
    Hi, How do i generate a delay of 50nS using C.is there any NOP instruction in ARM7.i dont want to use timer or interrupt.please help Regards, Divya