STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Is there any documentation for configuring UART RX DMA in circular mode properly?

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...