User Activity

Posted on November 19, 2017 at 18:16Hi,I am trying to set up a uart TX using DMA to send data (mostly strings).I am using FREERTOS. The semaphore is taken when I want to send the data and released when the UART_EndTransmit_IT() function is called.Th...