How to run HAL_UART_Transmit_DMA this for a second time?
I am trying to send data from a buffer to a GSM module. The buffer contains the AT commands. For each communication this will vary. If i use the Circular mode the transfer will not end. But when i am trying to use the Normal mode so that i can contro...