Incremental encoder HAL_TIM_IC_CaptureCallback does not trigger on each step
Hello Community,I have an incremental encoder with 30 detents interfaced on STM32H5562 where I have set my TIMER2 in Encoder mode and using interrupt as shown below: static void MX_TIM2_Init(void){ /* USER CODE BEGIN TIM2_Init 0 */ /* USER CODE END ...