DMA fifo algorithm for non regular data
Posted on September 13, 2015 at 23:14Hello I am trying to figure out DMA and write buffer for incoming TCP data to send over USART I was thinking about using circular DMA (for USART TX) and add data to buffer. When new data arrives stop DMA and add...