ST32F413 undead DMA stream refuses to stop
I have a hang on the line below; the DMA stream seems unwilling to stop.Anybody seen this behavior before? Any work-around?Thanks!Best Regards, Davewhile(DMA2_Stream6->CR & DMA_SxCR_EN) {DMA2_Stream6->CR &= ~DMA_SxCR_EN;};