Can't get Input Capture mode to work
I want to use input capture mode in my stm32l432kc nucleo-32 board to measure the length of a signal from a sensor of mine. I have set it up the following way:int main(void) { // ... MX_USART2_UART_Init(); MX_TIM16_Init(); HAL_TIM_IC_Start_IT...