STM32L476RE: Can I have two timers (TIM2 and TIM3 for example) using the same external clock source?
Posted on October 27, 2017 at 00:54I 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 t...