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 reading through the DMA datasheet whether its possible to have parallel operations or whether the DMA controller only lines up and allows one at a time.
Provided those operations don't conflict by needing to access the same resources, of course.

