2013-11-14 05:27 AM
Hi,
i tried realizing reciprocal counter with STM32F429i, any sugestion how to synchronize start/stop two counters with diferent externat clock?2013-11-14 06:40 AM
Depends on the frequency and the nature of the signal being measured.
You can clock from an external source. You can trigger/gate from an external source. You can measure period/duty with PWM Input or Input Capture modes. STM32F4xx_DSP_StdPeriph_Lib_V1.2.0\Project\STM32F4xx_StdPeriph_Examples\TIM\TIM_ExtTriggerSynchro\main.c STM32F4xx_DSP_StdPeriph_Lib_V1.2.0\Project\STM32F4xx_StdPeriph_Examples\TIM\TIM_PWMInput\main.c STM32F4xx_DSP_StdPeriph_Lib_V1.2.0\Project\STM32F4xx_StdPeriph_Examples\TIM\TIM_InputCapture\main.c