Resolved! Sending a one-time-pulse on multiple timers, synced with the same start time
I have an array of times, currently TIM3 and TIM4 on a STM32F373. I may want to add more timers in the future, so I enable them in a loop. Is there a way to ensure they all start at the exact same time or will the loop iteration be so fast that the...