Posted on May 15, 2018 at 13:48Please see code below.I'm trying to read from USART using DMA. Please see the last line DMA1_Channel3->CCR |= DMA_CCR_EN;When I step over that line, CNDTR instantaneously resets to zero like it has finished reading, a...