• 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; /...
  • Keil RTX51 support for AT89C51CC01
    Hi In one of our product T89C51CC01 is used and it is an old system. Now we want to build similar system with AT89C51CC01. In the old system revision 5:00 of RTX-51 is used. Below is the details...
  • Programming AT89S52 using FLIP
    Dear friends, I am planning to develop my own AT89S52 development board having ISP facility using FLIP software. While going through the documentation of Flip available on ATMEL's site, I could...
  • FLIP help
    Hey guys can anybody help me : This is my first time to use any uC with bootloader and ISP (at89c51re2) so i don't know how should I approach loading my program (done for 89c51) in it. Further what changes...
  • .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...