1s timer for counting pulse ?
Dear Members,I want to count pulse from EXTI4, and I tried to set 30 seconds for how many pulse ?Please correct my setting :void MX_TIM4_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; ...