STM32F303 bypass the lack of DMA trigger via GPIO
I use TIM1 to generate PWM. I want to stop it by the BRK signal. I need to delay the BRK signal so that it works only at the end of the PWM period.The delay will be implemented on TIM3 in OPM mode, and for this I need to synchronize the CNT of both t...