• timer2 of 8052
    how to program timer2 in 8052 can any one give me the code for it
  • about timer2
    hello every one: in my system,I use the AT89c52 mcu, but I start the system ,the system often reset,who can tell me that how to use the P1_0,P1_1 about the timer2? thanks at first
  • 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...
  • AT 89S52
    i am using AT 89S52 microcontroller and we want to measure average value of a signal with frequency between 10khz-15khz. is there any ADC IC available which will directly give me an average value ?...
  • 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...