• 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 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; /...
  • .Set PWM o/p pin in AT89C51CC01
    Hello all, I am currently working with AT89C51CC01.One can see the Datasheet from the following link. www.atmel.com/.../doc4129.pdf My work is to make program which gives PWM as output. Just...
  • FLIP won't upload program using XDATA, AT89c51cc01
    Hello, I'm using a AT89c51cc01 and would like to add external memory. The code compiles but i can't get it loaded into the µc. Could annyone assist me with this? Kind Regards Rob #include...
  • FLIP won't upload program using XDATA, AT89c51cc01
    Hello, I'm using a AT89c51cc01 and would like to add external memory. The code compiles but i can't get it loaded into the µc. Could annyone assist me with this? Kind Regards Rob #include...