STM32F030 TIM16_CH1N and TIM17_CH1N input capture not work
Posted on February 20, 2018 at 10:30Hi,I have configure the TIM16_CH1N and TIM17_CH1N timers as input capture to PB6 and PB7 pin respectively:uint8_t Tim16_17_Init ( void ){ GPIO_InitTypeDef GPIO_InitStructure; NVIC_InitTypeDef NVIC_InitStruct...