• PWM using PCA
    Hi, I was trying to configure the CEX3 of Atmel TSC80251G2D( 80C251). Here follows my initialization code. I dont see a PWM output. Any one has any comments? If so please help. void pca_configure...
  • PWM using PCA
    Hi, I was trying to configure the CEX3 of Atmel TSC80251G2D( 80C251). Here follows my initialization code. I dont see a PWM output. Any one has any comments? If so please help. void pca_configure...
  • 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; /...
  • 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