2019-02-04 02:12 PM
For example, to have the first few bytes of a single SPI transaction come from / go to a particular location, with subsequent bytes coming from / going to another location.
Solved! Go to Solution.
2019-02-04 02:18 PM
No.
You could set up several DMAs triggered suitably by timers, though.
JW
2019-02-04 02:18 PM
No.
You could set up several DMAs triggered suitably by timers, though.
JW
2019-02-04 02:26 PM
Thanks for the prompt answer!
2019-02-04 04:49 PM
There is one exception, thought - ETH has it's own DMA with descriptors, which can have attached buffers of different size and chained in any order.
2019-02-04 05:16 PM
Yes, but ETH's scatter-gather DMA can't be used as general-purpose DMA, as its "peripheral-end" is hardwired to ETH's internals...
JW
2019-02-04 05:24 PM
Of course. I only added it as an additional information just in case someone interested in Ethernet is reading this. :)