• Aduc842: Doubts about timer2 and timer3.
    Hello, I'm new with microcontrollers and I have some questions. I'm using the Aduc842 with a 32.768KHz crystal. I want to use the Analog to Digital Converter and I want to get 8000 samples per...
  • timer2 of 8052
    how to program timer2 in 8052 can any one give me the code for it
  • Timer2 interrupt
    Hello, I'm currently writing code to decode RC5/6 signals. Therefore, I'm using Timer2 of a 8032 processor because of its very convenient time measurement capabilities. The Timer2 is set in the Capture...
  • Timer2 in Capture Mode
    I tried to use Timer2 in Capture Mode, I have to measure frequency from 8 to 10 KHz. I used the following code but no way to work. To set Timer2 T2CON=9; T2MOD=0; TL2=0; TH2=0; RCAP2L=0; RCAP2H...
  • counter/timer2 in c51
    I am interested in using timer2 to count .1 second and every .1 second, i would like port0 pin1 1 to toggle. I would appreciate it if anyone can help me how to initilize the counter2 and interrupt every...