Resolved! Force DMA stop for Burst mode on stm32f7xxx
Hi,I am working on eval stm32f769. I have used DMA burst mode in circular.I want to forcefully abort DMA stream and DMA, so that on I can restart DMA burst with different sequence.I have used HAL_TIM_DMABurst_WriteStart() API for starting burst mode ...