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 areStart UART DMA Start laser However, doing thin...