• 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
  • calculate the time between 2 rising edge
    hi can anyone help me i need to calculate the time between 2 rising edge of square wave signal the first signal is relayed with pc10 the second with pc11 that is the schematic : s14.postimg...
  • CMSIS EXTI project example
    Hi to all.. I've just moved to ARM Cortex from Microchip PIC.. I was there for too long. (since 1996). I bought lots of dev-board ranging from Waveshare Open Series to STM32Discovery and even a Freescale...
  • USART fails in EXTI Interrupt
    I have faced another strange thing today: inside ISR of EXTI I wanted to send some character to USART, but I found that program halts there, after eliminating the commands regarding USART I found that...