Should I set HAL_DMA_STATE_READY in circular mode?
Hi,I'm implementing a circular buffer for UART transmit via DMA on an STM32L4 device.I've got a callback that updates the read pointer and calls another HAL_UART_Transmit_DMA if it's still not equal to the write pointer.This callback is called by:HAL...