Can STM32 DMA chaining be used so that the end of a DMA transfer starts another on a different channel?
I think from what I've read this should be possible, but before diving into the details and trying to make it work I'm hoping someone can just give me a yes/no answer for this question. Basically, what I'm trying to do is use DMA to send a block of S...