• 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; /...
  • 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...
  • 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...
  • 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...