• Count time between two edge rising on two different pin of the uC
    Hello, I must count time between two edge rising on two different input of the microcontroller (LPC2292 Philips). How can I do? Must I use Capture pin and Interrupt or there is a simplest mode? ...
  • Count time between two edge rising on two different pin of the uC
    Hello, I must count time between two edge rising on two different input of the microcontroller (LPC2292 Philips). How can I do? Must I use Capture pin and Interrupt or there is a simplest mode? ...
  • Cannot detect rising edge
    Hello, The code below uses the capture compare feature of TIM1 channel 2 (channel 3 is configured but not used for now) to capture both falling and rising edges on PE11 (channel 2) and PE13 (channel3...
  • Cannot detect rising edge
    Hello, The code below uses the capture compare feature of TIM1 channel 2 (channel 3 is configured but not used for now) to capture both falling and rising edges on PE11 (channel 2) and PE13 (channel3...
  • Sensing rising edge in LPC2129
    Hi, Could someone explain how to detect the rising edge using capture control register in LPC2129. Thank you