I am trying to configure a DMA stream to capture the RX channel of a UART core on the m4, however, I get very undesirable behaviour.I am trying to set up a circular rx buffer that is of size 10 since the data coming back is of multiples of 5. Unfortu...