• 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
    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 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; /...
  • Problem In PCA timer
    Hi to all For My project using 89c51ed2 controller.In this I need 4 timers (Two for counter&Delay purpose.Timer0 for Serial port).So I decideded to use PCA as software timer.Problem is I cannot understand...
  • P89C66x PCA Watchdog Timer
    I'm using Philips P89C664 which includes watchdog timer on the PCA Module 4. P89C664 is running with 10.000MHz oscillator in 6 clock mode. I use µVision V2.40 with C51 V7.09. In Power-Up Initialization...