User Activity

Posted on May 12, 2015 at 21:42I'm trying to configure the STM32F4 MCU to use Timer 2 Channel 3 as an Input Capture Unit to measure frequency on an external signal. But so far, I'm not able to trigger the interrupt: static void TIM_Config(void) {  ...