Resolved! DMA receive, with circular buffer: Incoming data is not copied in buffer on time
I have set up a UART as receiver. I use circular buffer to copy the data in. The code pretty much works ok with one exception:If the last byte of incoming data frame is to be saved in index 0 (UARTRx[0]), the data appears at this address AFTER the bu...