Restart DMA - STM32F767
Posted on January 30, 2018 at 11:35Hello.I have question. How to restart DMA?I have this init function:&sharpdefine DMA_RX_BUFF_SIZE 64 uint8_t dma_rx_buff[DMA_RX_BUFF_SIZE];void MX_UART5_Init(void){ /* Enable CLOCK for GPIO */ LL...