• 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...
  • 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...
  • How use the 8052 timer 2 interrupt at the capture mode operation.
    I have set all the configuration of the capture mode operation such as T2CON and IE. When running on debug mode error will occur when run the interrupt routine. The error message is" *** error 65: access...
  • capture register in lpc23XX timer module
    i am confused whether lpc23xx has two capture registers CR0 and CR1 in the timer module as given in the user manual 2009 release or has four capture registers CR0, CR1,CR2,CR3 as given in user manual2008...