Question
STM32L476RE: Can I have two timers (TIM2 and TIM3 for example) using the same external clock source?
Posted on October 27, 2017 at 00:54
I need to create two synchronized signals. I'd like to use a PWM output for one, and to have the software create the second signal based on an interrupt from the same clock used to create the PWM output.
I'd like to use STM32CubeMX, but I couldn't find a way synchronize TIM2 and TIM3, or make them use the same external clock source.