Part Number: DK-TM4C129X
I am attempting to build a peripheral scatter-gather task list which waits on and copies a number of words from an SSI FIFO into memory, copies the contents of EMACTIMSEC/EMACTIMNANO into another location in memory, writes to SWTRIG to generate an interrupt, then loops on the whole process by rewriting its own primary entry, as described in section 9.2.6.5 of the TM4C129XNCZAD Data Sheet. Section 9.2.6.6 says
If the next task is a memory-to-memory transfer, execution will start immediately and run to completion; if the next task is a peripheral-type transfer, the μDMA will wait for a peripheral request to begin.
This seems to imply that this very sort of admixture of hardware-request-dependent transfer and direct software-like memory-to-memory transfer is supported by peripheral scatter-gather, however, the text quoted above doesn't indicate how firmware should program the distinction into the μDMA between a memory-to-memory transfer and a peripheral-type transfer requiring a hardware request.