• Problems with Timer 2 capture mode
    I'm using philips 89c51RC+ MCU. And set timer 2 in capture mode. But I didn't get capture TL2 and TH2 values into RCAP2L/H registers. I'm using following code to initialize Timer2 and reading registers...
  • How to simulate timer capture
    I am evaluating the Keil tools and need to time tag two events, probably using timer capture. I can drive the Port1 pins using a simulator script, but I can't find the name of the pins to drive for timer...
  • Edge-triggered capture mode
    Hi, I was posting a message in Silabs forum but I think its quite 'till now, so I'm here cross-referencing it thinking/hoping somebody can help me on my struggle. www.cygnal.org/.../001417.html ...
  • 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...
  • timer2 of 8052
    how to program timer2 in 8052 can any one give me the code for it