![Texas Instruments SimpleLink Ethernet MSP432E401Y Technical Reference Manual Download Page 608](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_1095578608.webp)
NOTES:
1. Application needs to copy data items from three separate locations in memory into one combined buffer.
2. Application sets up
µ
DMA task list in memory, which contains the pointers and control configuration for three
µ
DMA copy tasks.
3. Application sets up the channel primary control structure to copy each task configuration, one at a time, to the
alternate control structure, where it is executed by the
µ
DMA controller.
4. The SRC and DST pointers in the task list must point to the last location in the corresponding buffer.
C
4 WORDS (SRC A)
16 WORDS (SRC B)
SRC
DST
ITEMS=16
Unused
SRC
DST
ITEMS=1
1 WORD (SRC C)
4 (DEST A)
16 (DEST B)
1 (DEST C)
DST
A
B
³7$6.´ $
³7$6.´ %
³7$6.´ &
SRC
DST
ITEMS=12
SRC
DST
ITEMS=n
Task List in Memory
2
1
3
Source and Destination
Buffer in Memory
Channel Control
Table in Memory
Channel Primary
Control Structure
Channel Alternate
Control Structure
Unused
ITEMS=4
SRC
Unused
Functional Description
608
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Micro Direct Memory Access (µDMA)
Figure 8-3. Memory Scatter-Gather, Setup and Configuration