This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM48L952: Parallel dma channels

Part Number: RM48L952

good morning everyone. I'm using the Hercules RM48L952 controller, with SPI DMA and UART DMA. I was able to notice that if the DMA transfer of a channel has started I have to wait for this transfer to end before activating the DMA transfer of the second channel (in my case I use one DMA for spi_tx and the other for sci/lin_tx. Now, assuming for example that you have to transfer a large number of bytes to the sci_tx at low speed (e.g. 2400 baud), the dma will be busy for a long time. Isn't it possible to parallelize the second channel (spi_tx) so that both work at the same time?
Ragards,Luca.