• 89v51rd2 using pca for pwm
    i am using 8 bit pwm in 89v51rd2 with auto reload function in it bt i m nt getting o/p cn anyone help me with the code
  • PWM using PCA in AT89C51CC01
    hello all, I am working with AT89C51CC01.I want to see o/p of PWM using PCA. The code is as follows. void main() { CMOD = 0x02; // Setup PCA timer CL = 0x00; CH = 0x00; CCAP0L = 0x40; /...
  • RGB PWM Timer PCA Example
    Hello, Sure hope this is the right place. I am working with SIL C8051 .. Using the PCA 8 bit PWM sample I am able to dim an LED on the Dev board using CEX0. But something is just not clicking in my...
  • Third Harmonic Injection PWM
    Please send codings to generat Third Harmonic Injection PWM (THIPWM) signal.
  • PCA vs T0
    Hello everyone! I am sure this could be a ridiculous question - but I would love the educated minds of the forum to impart their wisdom. Is there any difference in operation or performance of...