Another DMA Not Working Question - Init In Correct Order
Started a project based on the STM32L010 which needs to receive six bytes from the UART. Works fine if I use it in interrupt mode. Does NOT work if I use it in DMA mode. Saw multiple posts about the DMA needing to be init'd before the peripheral in q...