STM32L476 input capture
Posted on July 13, 2016 at 14:08 Hello, I am working with the boardNucleo-L476RG and I wantto capture frequency on the pin PA0 with TIM2 Channel1. My timer is working but I can't get the interrupt in the function TIM2_IRQHandler(). I a...