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 timers without any delay.
Is it possible to trigger DMA transmission on the rising edge of the signal entering directly to TI1FP1 TIM3 and copy the CNT from TIM1 to TIM3?
regards
