Question
UART DMA does not receive any bytes if started before peripheral is outputting
I have a distance laser outputting at 10KB/s (BAUD 921500).
I cannot miss any of the information output by the laser so want to turn it on after the UART DMA is turned on and listening.
Hence the steps are
- Start UART DMA
- Start laser
However, doing things in this order prevents any bytes from being received by the UART DMA.
I was wondering if anyone might have some insights into this problem, many thanks.
