Hi all,I test the timer input capture mode. The input range is 1Hz ~ 100Hz.I set the parameter as below. (Using CUBEMX)Timer Clock : 60MhzPSC : 6000ARR: 10000void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim)
{
HAL_GPIO_WritePin(LED_PORT, IN_...