• 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
  • how to count pulses?
    I am giving 2 signals to the controller. 1st signal to port 3.4 and 2nd to port 3.5. now these signals are continuously being fed to the port pin.. 1st signal has the following patern 011001101100110110011...
  • 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? ...
  • how to detect rising edge without EXTI stm32f429
    hi to all i do a project with st32f429 which calculate the time and when i press on the button PA0 it stop calculte and print the result on the lcd of stm32f429 , i do this project with EXTI but the...