Resetting DMA memory pointer for USART TX
Hi,I'm using USART with DMA to transmit a fixed sized packet message from master to slave, and have the slave send back a fixed size response. I have a freeRTOS enabled. I have DMA setup in circular mode, and set the buffer size to twice the size ...