Resolved! STM32L0 -> DMA, parallel operations
Dumb question, can the DMA perform separate, parallel operations with the different channels? For example, could I use the DMA to transmit with the UART and the SPI devices at the same time without one interrupting the other? I'm unclear from readin...