• 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; /...
  • 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
    Which header file we use for 89V51RD2. I use 89C51RD2 header but it not work properly. Please reply me.
  • 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...
  • Basics of - 89V51RD2
    PLUS i'll use keil micro vision s/w for programming and compilation & flash magic to burn into the MC.