Is it OK to use the same pin for input capture and trigger?
HiI want to use TIM2_CH1 as the timer_2 input capture and also use this pin to trigger timer 2 to start counting.here is the code I use for configuring it:static void MX_TIM2_Init(void) { /* USER CODE BEGIN TIM2_Init 0 */ /* USER CODE END TIM...