Resolved! Circular buffer resetting start point?
I'm trying to use DMA to handle my incoming Rx data and, ideally, I'd like to just increment the index to keep track of the incoming data, essentially like this:#define uartsize 2000 #define dma_buffer_interrupt_size 1 uint8_t UART_in_Buffer[uarts...