• 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; /...
  • 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...
  • .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...
  • RTX51
    Hello, I created three tasks. Each task increments a counter and send it to LCD by using a semaphore. I used timer 0 for system tiks. I used timer 2 to interrupt every 1/2 second and increase the counter...
  • rtx51
    Does the compiler c51 version 7.05 support rtx51 full version5.10?