Safely reading a filterred input with an IRQ Handler (input capture mode with input filter)
On an STM32F0 I would like to read a digital signal using the input filter. I configure an input (e.g., TIM1_CH1) in input capture mode and I properly set the input capture filter (IC1F) to remove noise of the input. Also, I need to detect both edges...