12. General purpose direct memory access controller (GPDMA)

12.1 GPDMA introduction

The general purpose direct memory access (GPDMA) controller is a bus master and system peripheral.

The GPDMA is used to perform programmable data transfers between memory-mapped peripherals and/or memories via linked-lists, upon the control of an off-loaded CPU.

12.2 GPDMA main features

12.3 GPDMA implementation

12.3.1 GPDMA channels

A given GPDMA channel x is implemented with the following features and intended usage. To make the best use of the GPDMA performances, the table below lists some general recommendations, allowing the user to select and allocate a channel, given its implemented FIFO size and the requested GPDMA transfer.

Table 88. GPDMA1 channel implementation

Channel xHardware parametersFeatures
dma_fifo_size[x]dma_addressing[x]
x = 0 to 1120Channel x (x = 0 to 11) is implemented with:
  • – a FIFO of 8 bytes, 2 words
  • – fixed/contiguously incremented addressing
These channels must be typically allocated for GPDMA transfers between an APB or AHB peripheral and AHB SRAM.
x = 12 to 1541Channel x (x = 12 to 15) is implemented with:
  • – a FIFO of 32 bytes, 8 words
  • – 2D addressing
These channels may be also used for GPDMA transfers, between a demanding AHB peripheral and AHB SRAM, or for transfers from/to AXI SRAM or external AXI memories.

12.3.2 GPDMA in low-power modes

The GPDMA wake-up feature is implemented in the device low-power modes as per the table below.

Table 89. GPDMA1 wake-up in low-power modes

FeatureLow-power modes
Wake-upGPDMA1 in Sleep mode

12.3.3 GPDMA requests

A GPDMA request from a peripheral can be assigned to a GPDMA channel x, via REQSEL[6:0] in GPDMA_CxTR2, provided that SWREQ = 0.

The GPDMA requests mapping is specified in the table below.

Table 90. Programmed GPDMA1 request

GPDMA_CxTR2.REQSEL[6:0]Selected GPDMA request
0adc1_dma
1adc2_dma
2crypt_in_dma
3crypt_out_dma
4saes_out_dma
5saes_in_dma
6hash_dma
7tim1_cc_dma
8tim1_cc_dma
9tim1_cc_dma
10tim1_cc_dma
11tim1_upd_dma
12tim1_trg_dma
13tim1_com_dma
14tim2_cc_dma
15tim2_cc_dma
16tim2_cc_dma
17tim2_cc_dma
18tim2_upd_dma
19tim2_trg_dma
20tim3_cc_dma
21tim3_cc_dma
22tim3_cc_dma

Table 90. Programmed GPDMA1 request (continued)

GPDMA_CxTR2.REQSEL[6:0]Selected GPDMA request
23tim3_cc_dma
24tim3_upd_dma
25tim3_trg_dma
26tim4_cc_dma
27tim4_cc_dma
28tim4_cc_dma
29tim4_cc_dma
30tim4_upd_dma
31tim4_trg_dma
32tim5_cc_dma
33tim5_cc_dma
34tim5_cc_dma
35tim5_cc_dma
36tim5_upd_dma
37tim5_trg_dma
38tim6_upd_dma
39tim7_upd_dma
40tim15_cc_dma
41tim15_cc_dma
42tim15_upd_dma
43tim15_trg_dma
44tim15_com_dma
45tim16_cc_dma
46tim16_upd_dma
47tim16_com_dma
48tim17_cc_dma
49tim17_upd_dma
50tim17_com_dma
51spi1_rx_dma
52spi1_tx_dma
53spi2_rx_dma
54spi2_tx_dma
55spi3_rx_dma
56spi3_tx_dma
57spi4_rx_dma

Table 90. Programmed GPDMA1 request (continued)

GPDMA_CxTR2.REQSEL[6:0]Selected GPDMA request
58spi4_tx_dma
59spi5_rx_dma
60spi5_tx_dma
61spi6_rx_dma
62spi6_tx_dma
63sai1_a_dma
64sai1_b_dma
65sai2_a_dma
66sai2_b_dma
67i2c1_rx_dma
68i2c1_tx_dma
69i2c2_rx_dma
70i2c2_tx_dma
71i2c3_rx_dma
72i2c3_tx_dma
73usart1_rx_dma
74usart1_tx_dma
75usart2_rx_dma
76usart2_tx_dma
77usart3_rx_dma
78usart3_tx_dma
79uart4_rx_dma
80uart4_tx_dma
81uart5_rx_dma
82uart5_tx_dma
83uart7_rx_dma
84uart7_tx_dma
85uart8_rx_dma
86uart8_tx_dma
87cordic_rd_dma
88cordic_wr_dma
89lptim1_ic1_dma
90lptim1_ic2_dma
91lptim1_ue_dma
92lptim2_ic1_dma

Table 90. Programmed GPDMA1 request (continued)

GPDMA_CxTR2.REQSEL[6:0]Selected GPDMA request
93lptim2_ic2_dma
94lptim2_ue_dma
95spdifrx_dat_dma
96spdifrx_ctrl_dma
97adf1_flt0_dma
98ucpd_tx_dma
99ucpd_rx_dma
100pssi_dma
101lpuart1_rx_dma
102lpuart1_tx_dma
103lptim3_ic1_dma
104lptim3_ic2_dma
105lptim3_ue_dma
106i3c1_rx_dma
107i3c1_tx_dma
108i3c1_tc_dma
109i3c1_rs_dma

12.3.4 GPDMA block requests

Some GPDMA requests must be programmed as a block request, and not as a burst request. Then BREQ in GPDMA_CxTR2 must be set for a correct GPDMA execution of the requested peripheral transfer at the hardware level.

Table 91. Programmed GPDMA1 request as a block request

GPDMA block requests
lptim1_ue_dma
lptim2_ue_dma
lptim3_ue_dma

12.3.5 GPDMA channels with peripheral early termination

A GPDMA channel, if implemented with this feature, can support the early termination of the data transfer from the peripheral which does also support this feature.

Table 92. GPDMA1 channel with peripheral early termination

GPDMA channel x with peripheral early termination
x = 0 and x = 15

This GPDMA support is activated when the channel x is programmed with GPDMA_CxTR2.PFREQ = 1. Then, the peripheral itself can initiate and request a data transfer completion, before the GPDMA has transferred the whole block (see Section 12.4.14 for more details).

Table 93. Programmed GPDMA1 request with peripheral early termination

Programmed GPDMA channel x request with peripheral early termination
i3c1_rx_dma

12.3.6 GPDMA triggers

A GPDMA trigger can be assigned to a GPDMA channel x, via TRIGSEL[5:0] in GPDMA_CxTR2, provided that TRIGPOL[1:0] defines a rising or a falling edge of the selected trigger (TRIGPOL[1:0] = 01 or TRIGPOL[1:0] = 10).

Table 94. Programmed GPDMA1 trigger

GPDMA_CxTR2.TRIGSEL[5:0]Selected GPDMA trigger
0hpdma1_ch0_tc
1hpdma1_ch1_tc
2hpdma1_ch2_tc
3hpdma1_ch3_tc
4hpdma1_ch4_tc
5hpdma1_ch5_tc
6hpdma1_ch6_tc
7hpdma1_ch7_tc
8hpdma1_ch8_tc
9hpdma1_ch9_tc
10hpdma1_ch10_tc
11hpdma1_ch11_tc
12hpdma1_ch12_tc
13hpdma1_ch13_tc
14hpdma1_ch14_tc
15hpdma1_ch15_tc
16lptim1_ch1
17lptim1_ch2
18lptim2_ch1
19lptim2_ch2
20lptim3_ch1
21lptim3_ch2
22lptim4_out

Table 94. Programmed GPDMA1 trigger (continued)

GPDMA_CxTR2.TRIGSEL[5:0]Selected GPDMA trigger
23lptim5_out
24extit0
25rtc_wut_trg
26lpuart1_wkup
27Reserved
28spi6_it
29gpdma1_ch0_tc
30gpdma1_ch1_tc
31gpdma1_ch2_tc
32gpdma1_ch3_tc
33gpdma1_ch4_tc
34gpdma1_ch5_tc
35gpdma1_ch6_tc
36gpdma1_ch7_tc
37gpdma1_ch8_tc
38gpdma1_ch9_tc
39gpdma1_ch10_tc
40gpdma1_ch11_tc
41gpdma1_ch12_tc
42gpdma1_ch13_tc
43gpdma1_ch14_tc
44gpdma1_ch15_tc
45tim1_trgo
46tim1_trgo2
47tim2_trgo
48tim3_trgo
49tim4_trgo
50tim5_trgo
51tim6_trgo
52tim7_trgo
53tim9_trgo
54tim12_trgo
55tim15_trgo

12.4 GPDMA functional description

12.4.1 GPDMA block diagram

Figure 87. GPDMA block diagram

Figure 87. GPDMA block diagram. The diagram shows the internal architecture of the GPDMA controller. On the left, external inputs include DMA requests, DMA triggers, DMA clock, and a stop DMA channel in debug mode signal. The central GPDMA block contains several functional blocks: Channel datapath and transfer input control (with multiple channels labeled Channel 0, Channel 1, ..., Channel x), Arbitration, Transfer output control (with Data transfer generation and Link transfer generation), AHB master port 0 interface, AHB master port 1 interface, DMA global registers, DMA channel registers (with multiple channels labeled Channel 0, Channel 1, ..., Channel x), AHB slave interface, Interrupt generation, Events generation, Channel state management, Privilege management, and Clock management. On the right, outputs include DMA channel interrupt, DMA channel transfer complete (gpdma_chx_tc), DMA channel state (vs privilege), DMA illegal event (vs privilege), and DMA clock request. The controller is connected to a 32-bit AHB bus at the bottom. A note (1) refers to the device implementation table for the number of channels. The reference MSv66928V1 is also present.

(1) Refer to the device implementation table for the number of channels.

MSv66928V1

Figure 87. GPDMA block diagram. The diagram shows the internal architecture of the GPDMA controller. On the left, external inputs include DMA requests, DMA triggers, DMA clock, and a stop DMA channel in debug mode signal. The central GPDMA block contains several functional blocks: Channel datapath and transfer input control (with multiple channels labeled Channel 0, Channel 1, ..., Channel x), Arbitration, Transfer output control (with Data transfer generation and Link transfer generation), AHB master port 0 interface, AHB master port 1 interface, DMA global registers, DMA channel registers (with multiple channels labeled Channel 0, Channel 1, ..., Channel x), AHB slave interface, Interrupt generation, Events generation, Channel state management, Privilege management, and Clock management. On the right, outputs include DMA channel interrupt, DMA channel transfer complete (gpdma_chx_tc), DMA channel state (vs privilege), DMA illegal event (vs privilege), and DMA clock request. The controller is connected to a 32-bit AHB bus at the bottom. A note (1) refers to the device implementation table for the number of channels. The reference MSv66928V1 is also present.

12.4.2 GPDMA channel state and direct programming without any linked-list

After a GPDMA reset, a GPDMA channel x is in idle state. When the software writes 1 in GPDMA_CxCR.EN, the channel takes into account the value of the different channel configuration registers (GPDMA_CxXXX), switches to the active/non-idle state and starts to execute the corresponding requested data transfers.

After enabling/starting a GPDMA channel transfer by writing 1 in GPDMA_CxCR.EN, a GPDMA channel interrupt on a complete transfer notifies the software that the GPDMA channel is back in idle state (EN is then deasserted by hardware) and that the channel is ready to be reconfigured then enabled again.

Figure 88 illustrates this GPDMA direct programming without any linked-list (GPDMA_CxLLR = 0).

Figure 88. GPDMA channel direct programming without linked-list (GPDMA_CxLLR = 0)

Flowchart of GPDMA channel direct programming without linked-list. The process starts in 'Channel state = Idle', where the DMA channel is initialized or reconfigured (keeping DMA_CxLLR[31:0] = 0). It then enables the DMA channel. The state changes to 'Channel state = Active'. A decision 'Valid user setting?' is made. If 'N' (No), it sets USEF = 1 and disables the DMA channel. If 'Y' (Yes), it executes the data transfer from the register file. Another decision 'No transfer error?' is made. If 'N' (No), it sets DTEF = 1 and disables the DMA channel. If 'Y' (Yes), it sets TCF = 1 and disables the DMA channel. All three disable paths lead to 'End'.
graph TD
    subgraph Idle [Channel state = Idle]
        Init[Initialize DMA channel
(keeping DMA_CxLLR[31:0] = 0)] Reconfig[Reconfigure DMA channel
(keeping DMA_CxLLR[31:0] = 0)] end Init --> Enable[Enable DMA channel] Reconfig --> Enable Enable --> Active [Channel state = Active] subgraph Active Valid{Valid user setting?} Valid -- N --> USEF[Setting USEF = 1
Disabling DMA channel] Valid -- Y --> Transfer[Executing the data transfer
from the register file] Transfer --> NoError{No transfer error?} NoError -- N --> DTEF[Setting DTEF = 1
Disabling DMA channel] NoError -- Y --> TCF[Setting TCF = 1
Disabling DMA channel] end USEF --> End[/End/] DTEF --> End TCF --> End

MSV62626V1

Flowchart of GPDMA channel direct programming without linked-list. The process starts in 'Channel state = Idle', where the DMA channel is initialized or reconfigured (keeping DMA_CxLLR[31:0] = 0). It then enables the DMA channel. The state changes to 'Channel state = Active'. A decision 'Valid user setting?' is made. If 'N' (No), it sets USEF = 1 and disables the DMA channel. If 'Y' (Yes), it executes the data transfer from the register file. Another decision 'No transfer error?' is made. If 'N' (No), it sets DTEF = 1 and disables the DMA channel. If 'Y' (Yes), it sets TCF = 1 and disables the DMA channel. All three disable paths lead to 'End'.

12.4.3 GPDMA channel suspend and resume

The software can suspend on its own a channel still active, with the following sequence:

  1. 1. The software writes 1 into the GPDMA_CxCR.SUSP bit.
  2. 2. The software polls the suspended flag GPDMA_CxSR.SUSPF until SUSPF = 1, or waits for an interrupt previously enabled by writing 1 to GPDMA_CxCR.SUSPIE. Wait for the channel to be effectively in suspended state means wait for the completion of any ongoing GPDMA transfer over its master ports. Then the software can observe, in a steady state, any read register or register field that is hardware modifiable.

Note: An ongoing GPDMA transfer can be a data transfer (a source/destination burst transfer) or a link transfer for the internal update of the linked-list register file from the next linked-list item.

  1. 3. The software safely resumes the suspended channel by writing 0 to GPDMA_CxCR.SUSP.
Figure 89. GPDMA channel suspend and resume sequence Flowchart of GPDMA channel suspend and resume sequence
graph TD; A[Channel state = Active] --> B[Suspend the DMA channel (write 1 to CxCR.SUSP)]; B --> C{SUSPF=1?}; C -- N --> B; C -- Y --> D[Channel state = Suspended and Idle]; D --> E[Receiving suspended interrupt]; E --> F[Resume the DMA channel (write 0 to CxCR.SUSP)]; F --> G[Channel state = Active];

The flowchart illustrates the sequence for suspending and resuming a GPDMA channel. It begins with the channel in an 'Active' state. The first step is to 'Suspend the DMA channel (write 1 to CxCR.SUSP)'. Following this, there is a loop waiting for the 'SUSPF=1?' flag to be set. Once the flag is set, the channel enters a 'Suspended and Idle' state. In this state, a 'Receiving suspended interrupt' may occur. Finally, the channel is resumed by 'Resuming the DMA channel (write 0 to CxCR.SUSP)', returning it to the 'Active' state. The diagram is labeled with 'MSv62627V1' in the bottom right corner.

Flowchart of GPDMA channel suspend and resume sequence

Note: A suspend and resume sequence does not impact the GPDMA_CxCR.EN bit. Suspending a channel (transfer) does not suspend a started trigger detection.

12.4.4 GPDMA channel abort and restart

Alternatively, like for aborting a continuous GPDMA transfer with a circular buffering or a double buffering, the software can abort, on its own, a still active channel with the following sequence:

  1. 1. The software writes 1 into the GPDMA_CxCR.SUSP bit.
  2. 2. The software polls suspended flag GPDMA_CxSR.SUSPF until SUSPF = 1, or waits for an interrupt previously enabled by writing 1 to GPDMA_CxCR.SUSPIE. Wait for the channel to be effectively in suspended state means wait for the completion of any ongoing GPDMA transfer over its master port.
  3. 3. The software resets the channel by writing 1 to GPDMA_CxCR.RESET. This causes the reset of the FIFO, the reset of the channel internal state, the reset of the GPDMA_CxCR.EN bit, and the reset of the GPDMA_CxCR.SUSP bit.
  4. 4. The software safely reconfigures the channel. The software must reprogram the hardware-modified GPDMA_CxBR1, GPDMA_CxSAR, and GPDMA_CxDAR registers.
  5. 5. In order to restart the aborted then reprogrammed channel, the software enables it again by writing 1 to the GPDMA_CxCR.EN bit.

Figure 90. GPDMA channel abort and restart sequence

Flowchart showing the GPDMA channel abort and restart sequence. It starts at 'Channel state = Active', moves to 'Suspend the DMA channel (write 1 to CxCR.SUSP)', then checks 'SUSPF=1?'. If 'N', it loops; if 'Y', it moves to 'Channel state = Suspended (and Idle)'. From there, it can receive a suspended interrupt and then 'Reset the DMA channel (write 1 to CxCR.RESET)'. This leads to 'Channel state = Idle', followed by 'Reconfigure the DMA channel', 'Enable the DMA channel', and finally back to 'Channel state = Active'.
graph TD
    Start(( )) -.-> Active1[Channel state = Active]
    subgraph Active_State
        SUSP[Suspend the DMA channel<br/>(write 1 to CxCR.SUSP)]
        SUSPF{SUSPF=1?}
        SUSP -- or --> SUSPF
        SUSPF -- N --> SUSPF
    end
    SUSPF -- Y --> Suspended[Channel state = Suspended<br/>(and Idle)]
    subgraph Suspended_State
        Interrupt[Receiving suspended interrupt]
        RESET[Reset the DMA channel<br/>(write 1 to CxCR.RESET)]
        Interrupt --> RESET
    end
    RESET --> Idle[Channel state = Idle]
    subgraph Idle_State
        Reconfig[Reconfigure the DMA channel]
        Enable[Enable the DMA channel]
        Reconfig --> Enable
    end
    Enable --> Active2[Channel state = Active]
    Active2 -.-> End(( ))
  

MSv62628V1

Flowchart showing the GPDMA channel abort and restart sequence. It starts at 'Channel state = Active', moves to 'Suspend the DMA channel (write 1 to CxCR.SUSP)', then checks 'SUSPF=1?'. If 'N', it loops; if 'Y', it moves to 'Channel state = Suspended (and Idle)'. From there, it can receive a suspended interrupt and then 'Reset the DMA channel (write 1 to CxCR.RESET)'. This leads to 'Channel state = Idle', followed by 'Reconfigure the DMA channel', 'Enable the DMA channel', and finally back to 'Channel state = Active'.

12.4.5 GPDMA linked-list data structure

Alternatively to the direct programming mode, a channel can be programmed by a list of transfers, known as a list of linked-list items (LLI). Each LLI is defined by its data structure.

The base address in memory of the data structure of a next LLI n+1 of a channel x is the sum of the following:

The data structure for each LLI may be specific.

A linked-list data structure is addressed following the value of the following UT1, UT2, UB1, USA, UDA, UT3 and UB2 if present, and ULL bits in GPDMA_CxLLR.

In linked-list mode, each GPDMA linked-list register (GPDMA_CxTR1, GPDMA_CxTR2, GPDMA_CxBR1, GPDMA_CxSAR, GPDMA_CxDAR, GPDMA_CxTR3 and GPDMA_CxBR2 if present, and GPDMA_CxLLR) is conditionally and automatically updated from the next linked-list data structure in the memory, following the current value of the

GPDMA_CxLLR register that was conditionally updated from the linked-list data structure of the previous LLI.

Caution: The user must program the pointer to the next linked-list data structure (GPDMA_CxLLR[15:0]) not to exceed the 64-Kbyte addressable space defined by the link base address register (GPDMA_CxLBAR). The complete linked-list data structure must be included in the 64-Kbyte addressable space.

Static linked-list data structure

For example, when the update bits (UT1, UT2, UB1, USA, UDA, plus UB2 and UT3 if present, and ULL) in GPDMA_CxLLR are all asserted, the linked-list data structure in the memory is maximal with:

Figure 91. Static linked-list data structure (all Uxx = 1) of a linear addressing channel x

Diagram illustrating the static linked-list data structure for a linear addressing channel x. The diagram shows the DMA register file and the memory from the link base address DMA_CxLBAR. The DMA register file contains the Channel x linked-list register file (LLI0) with registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. The DMA_CxLLR register in LLI0 points to the next LLI (LLI1) in memory. The memory contains LLI1 and LLI2, each with registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. The DMA_CxLLR register in LLI1 points to LLI2. The DMA_CxLLR register in LLI2 points to the next LLI. The diagram also shows the Channel x other registers, Other channels registers, and Global registers in the DMA register file. The condition 'All Uxx=1' is indicated for the registers in the memory LLIs.

The diagram illustrates the static linked-list data structure for a linear addressing channel x. On the left, the DMA register file is shown, containing the Channel x linked-list register file (LLI 0 ) with registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. Below this are Channel x other registers, Other channels registers, and Global registers. On the right, the memory from the link base address DMA_CxLBAR is shown, containing LLI 1 and LLI 2 . Each LLI contains registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. Arrows indicate that the DMA_CxLLR register in LLI 0 points to LLI 1 , and the DMA_CxLLR register in LLI 1 points to LLI 2 . The condition 'All Uxx=1' is indicated for the registers in the memory LLIs.

Diagram illustrating the static linked-list data structure for a linear addressing channel x. The diagram shows the DMA register file and the memory from the link base address DMA_CxLBAR. The DMA register file contains the Channel x linked-list register file (LLI0) with registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. The DMA_CxLLR register in LLI0 points to the next LLI (LLI1) in memory. The memory contains LLI1 and LLI2, each with registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. The DMA_CxLLR register in LLI1 points to LLI2. The DMA_CxLLR register in LLI2 points to the next LLI. The diagram also shows the Channel x other registers, Other channels registers, and Global registers in the DMA register file. The condition 'All Uxx=1' is indicated for the registers in the memory LLIs.

Figure 92. Static linked-list data structure (all Uxx = 1)
of a 2D addressing channel x

Diagram of static linked-list data structure for a 2D addressing channel x. It shows the DMA register file and memory from link base address DMA_CxLBAR. The DMA register file contains Channel x linked-list register file (LLI0) with registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, DMA_CxTR3, DMA_CxBR2, and DMA_CxLLR. DMA_CxLLR points to the first LLI (LLI1) in memory. LLI1 contains the same registers as LLI0, with DMA_CxLLR pointing to the second LLI (LLI2). LLI2 contains the same registers as LLI0. The diagram is labeled 'All Uxx=1' and 'MSV63645V1'.

The diagram illustrates the static linked-list data structure for a 2D addressing channel x. On the left, the DMA register file is shown, containing the Channel x linked-list register file (LLI 0 ) with registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, DMA_CxTR3, DMA_CxBR2, and DMA_CxLLR. DMA_CxLLR points to the first LLI (LLI 1 ) in memory. LLI 1 contains the same registers as LLI 0 , with DMA_CxLLR pointing to the second LLI (LLI 2 ). LLI 2 contains the same registers as LLI 0 . The diagram is labeled 'All Uxx=1' and 'MSV63645V1'.

Diagram of static linked-list data structure for a 2D addressing channel x. It shows the DMA register file and memory from link base address DMA_CxLBAR. The DMA register file contains Channel x linked-list register file (LLI0) with registers DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, DMA_CxTR3, DMA_CxBR2, and DMA_CxLLR. DMA_CxLLR points to the first LLI (LLI1) in memory. LLI1 contains the same registers as LLI0, with DMA_CxLLR pointing to the second LLI (LLI2). LLI2 contains the same registers as LLI0. The diagram is labeled 'All Uxx=1' and 'MSV63645V1'.

Dynamic linked-list data structure

Alternatively, the memory organization for the full list of LLIs can be compacted with specific data structure for each LLI.

If UT1 = 0 and UT2 = 1, the link address offset of the register GPDMA_CxLLR is pointing to the updated value of the GPDMA_CxTR2 instead of the GPDMA_CxTR1 which is not to be modified (see Figure 93 ).

Example: if UT1 = UB1 = USA = 0 and if UT3 = UB2 = 0, when channel x is with 2D addressing, and if UT2 = UDA = ULL = 1, the next LLI does not contain an (updated) value for GPDMA_CxTR1, nor GPDMA_CxBR1, nor GPDMA_CxSAR, nor GPDMA_CxTR3, nor GPDMA_CxBR2 when channel x is with 2D addressing. The next LLI contains an updated value for GPDMA_CxTR2, GPDMA_CxDAR, and GPDMA_CxLLR, as shown in Figure 94 .

Figure 93. GPDMA dynamic linked-list data structure of a linear addressing channel x

Figure 93: GPDMA dynamic linked-list data structure of a linear addressing channel x. The diagram shows two linked-list items, LLI<sub>n</sub> and LLI<sub>n+1</sub>. LLI<sub>n</sub> is a vertical stack of registers: DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. An arrow labeled 'All Uxx = 1' points to LLI<sub>n</sub>. An arrow from DMA_CxLLR in LLI<sub>n</sub> points to the top of LLI<sub>n+1</sub>, with the condition 'UT1 = UB1 = USA = 0' and 'UT2 = UDA = ULL = 1'. LLI<sub>n+1</sub> contains a subset of registers: DMA_CxTR2, DMA_CxDAR, and DMA_CxLLR. A reference 'MSV62630V1' is at the bottom right.
Figure 93: GPDMA dynamic linked-list data structure of a linear addressing channel x. The diagram shows two linked-list items, LLI n and LLI n+1 . LLI n is a vertical stack of registers: DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. An arrow labeled 'All Uxx = 1' points to LLI n . An arrow from DMA_CxLLR in LLI n points to the top of LLI n+1 , with the condition 'UT1 = UB1 = USA = 0' and 'UT2 = UDA = ULL = 1'. LLI n+1 contains a subset of registers: DMA_CxTR2, DMA_CxDAR, and DMA_CxLLR. A reference 'MSV62630V1' is at the bottom right.

Figure 94. GPDMA dynamic linked-list data structure of a 2D addressing channel x

Figure 94: GPDMA dynamic linked-list data structure of a 2D addressing channel x. The diagram shows two linked-list items, LLI<sub>n</sub> and LLI<sub>n+1</sub>. LLI<sub>n</sub> contains: DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, DMA_CxTR3, DMA_CxBR2, and DMA_CxLLR. An arrow labeled 'All Uxx = 1' points to LLI<sub>n</sub>. An arrow from DMA_CxLLR in LLI<sub>n</sub> points to LLI<sub>n+1</sub>, with conditions 'UT1 = UB1 = USA = 0', 'UT3 = UB2 = 0', and 'UT2 = UDA = ULL = 1'. LLI<sub>n+1</sub> contains: DMA_CxTR2, DMA_CxDAR, and DMA_CxLLR. A reference 'MSV63646V1' is at the bottom right.
Figure 94: GPDMA dynamic linked-list data structure of a 2D addressing channel x. The diagram shows two linked-list items, LLI n and LLI n+1 . LLI n contains: DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, DMA_CxTR3, DMA_CxBR2, and DMA_CxLLR. An arrow labeled 'All Uxx = 1' points to LLI n . An arrow from DMA_CxLLR in LLI n points to LLI n+1 , with conditions 'UT1 = UB1 = USA = 0', 'UT3 = UB2 = 0', and 'UT2 = UDA = ULL = 1'. LLI n+1 contains: DMA_CxTR2, DMA_CxDAR, and DMA_CxLLR. A reference 'MSV63646V1' is at the bottom right.

12.4.6 Linked-list item transfer execution

A LLI n transfer is the sequence of:

  1. 1. a data transfer: GPDMA executes the data transfer as described by the GPDMA internal register file (this data transfer can be void/null for LLI 0 )
  2. 2. a conditional link transfer: GPDMA automatically and conditionally updates its internal register file by the data structure of the next LLI n+1 , as defined by the GPDMA_CxLLR value of the LLI n .

Note: The initial data transfer as defined by the internal register file (LLI 0 ) can be null (GPDMA_CxBR1.BNDT[15:0] = 0 and GPDMA_CxTR2.PFREQ = 0) provided that the conditional update bit UB1 in GPDMA_CxLLR is set (meaning there is a non-null data transfer described by the next LLI 1 in the memory to be executed).

Depending on the intended GPDMA usage, a GPDMA channel x can be executed as described by the full linked-list (run-to-completion mode, GPDMA_CxCR.LSM = 0) or a GPDMA channel x can be programmed for a single execution of a LLI (link step mode, GPDMA_CxCR.LSM = 1), as described in the next sections.

12.4.7 GPDMA channel state and linked-list programming in run-to-completion mode

When GPDMA_CxCR.LSM = 0 (in full list execution mode, execution of the full sequence of LLIs, named run-to-completion mode), a GPDMA channel x is initially programmed, started

by writing 1 to GPDMA_CxCR.EN, and after completed at channel level. The channel transfer is:

GPDMA_CxLLR[31:0] = 0 is the condition of a linked-list based channel completion and means the following:

The channel may never be completed when GPDMA_CxLLR.LSM = 0:

In the regular data transfer completion at a block level, GPDMA_CxBR1.BNDT[15:0] = 0 and GPDMA_CxBR1.BRC[10:0] = 0 (if present). Alternatively, a block transfer may be early completed by a peripheral (such as an I3C in Rx mode), and then BNDT[15:0] is not null (see Section 12.4.14 for more details).

In the typical run-to-completion mode, the allocation of a GPDMA channel, including its fine programming, is done once during the GPDMA initialization. In order to have a reserved data communication link and GPDMA service during run-time, for continuously repeated transfers (from/to a peripheral respectively to/from memory or for memory-to-memory transfers). This reserved data communication link can consist of a channel, or the channel can be shared and a repeated transfer consists of a sequence of LLIs.

Figure 95 depicts the GPDMA channel execution and its registers programming in run-to-completion mode.

Note:

Figure 95 is not intended to illustrate how often a TCEF can be raised, depending on the programmed value of TCEM[1:0] in GPDMA_CxTR2. It can be raised at (each) block completion, at (each) 2D block completion, at (each) LLI completion, or only at channel completion. In run-to-completion mode, whatever is the value of TCEM[1:0], at the channel completion, the hardware always set TCEF = 1 and disables the channel.

In Figure 95 , BNDT ≠ 0 is the typical condition for starting the first data transfer in this figure. This condition becomes (BNDT ≠ 0 and PFREQ = 1) if the peripheral requests a data transfer with early termination (see Section 12.3.5 ).

Figure 95. GPDMA channel execution and linked-list programming in run-to-completion mode (GPDMA_CxCR.LSM = 0)

Flowchart of GPDMA channel execution and linked-list programming in run-to-completion mode. The process starts in 'Channel state = Idle' with 'Initialize DMA channel' and 'Enable DMA channel'. It then enters 'Channel state = Active', checking for 'Valid user setting?' and 'BNDT ≠ 0?'. If 'Valid user setting?' is 'N', it goes to 'Reconfigure DMA channel'. If 'BNDT ≠ 0?' is 'N', it goes to 'Setting USEF = 1 Disabling DMA channel'. If 'Y', it proceeds to 'Executing once the data transfer from the register file', then checks 'No transfer error?'. If 'N', it goes to 'Setting DTEF = 1 Disabling DMA channel'. If 'Y', it checks 'LLR ≠ 0?'. If 'Y', it proceeds to 'Loading next LLI into the register file', then checks 'No transfer error?'. If 'N', it goes to 'Setting ULEF = 1 Disabling DMA channel'. If 'Y', it checks 'Valid user setting?'. If 'N', it goes to 'Setting USEF = 1 Disabling DMA channel'. If 'Y', it proceeds to 'Setting TCF = 1 Disabling DMA channel', which leads to 'End'. All 'Disabling DMA channel' boxes lead to 'End'.
graph TD
    subgraph Idle [Channel state = Idle]
        Init[Initialize DMA channel] --> Enable[Enable DMA channel]
    end
    Enable --> Active
    subgraph Active [Channel state = Active]
        Valid1{Valid user setting?} -- N --> Reconfig[Reconfigure DMA channel]
        Valid1 -- Y --> BNDT{BNDT ≠ 0?}
        BNDT -- N --> USEF1[Setting USEF = 1 Disabling DMA channel]
        BNDT -- Y --> Exec[Executing once the data transfer from the register file]
        Exec --> NoError1{No transfer error?}
        NoError1 -- N --> DTEF[Setting DTEF = 1 Disabling DMA channel]
        NoError1 -- Y --> LLR{LLR ≠ 0?}
        LLR -- N --> TCF[Setting TCF = 1 Disabling DMA channel]
        LLR -- Y --> LoadLLI[Loading next LLI into the register file]
        LoadLLI --> NoError2{No transfer error?}
        NoError2 -- N --> ULEF[Setting ULEF = 1 Disabling DMA channel]
        NoError2 -- Y --> Valid2{Valid user setting?}
        Valid2 -- N --> USEF2[Setting USEF = 1 Disabling DMA channel]
        Valid2 -- Y --> TCF
    end
    Reconfig --> Init
    USEF1 --> End[/End/]
    DTEF --> End
    ULEF --> End
    USEF2 --> End
    TCF --> End
    
Flowchart of GPDMA channel execution and linked-list programming in run-to-completion mode. The process starts in 'Channel state = Idle' with 'Initialize DMA channel' and 'Enable DMA channel'. It then enters 'Channel state = Active', checking for 'Valid user setting?' and 'BNDT ≠ 0?'. If 'Valid user setting?' is 'N', it goes to 'Reconfigure DMA channel'. If 'BNDT ≠ 0?' is 'N', it goes to 'Setting USEF = 1 Disabling DMA channel'. If 'Y', it proceeds to 'Executing once the data transfer from the register file', then checks 'No transfer error?'. If 'N', it goes to 'Setting DTEF = 1 Disabling DMA channel'. If 'Y', it checks 'LLR ≠ 0?'. If 'Y', it proceeds to 'Loading next LLI into the register file', then checks 'No transfer error?'. If 'N', it goes to 'Setting ULEF = 1 Disabling DMA channel'. If 'Y', it checks 'Valid user setting?'. If 'N', it goes to 'Setting USEF = 1 Disabling DMA channel'. If 'Y', it proceeds to 'Setting TCF = 1 Disabling DMA channel', which leads to 'End'. All 'Disabling DMA channel' boxes lead to 'End'.

MSV62631V1

Run-time inserting a \( LLI_n \) via an auxiliary channel, in run-to-completion mode

The start of the link transfer of the \( LLI_{n-1} \) (start of the \( LLI_n \) loading) can be conditioned by the occurrence of a trigger, when programming the following fields of the GPDMA_CxTR2 in the data structure of the \( LLI_{n-1} \) :

Another auxiliary channel y can be used to store the channel x \( LLI_n \) in the memory and to generate a transfer complete event gpdma_chy_tc. By selecting this event as the input trigger of the link transfer of the \( LLI_{n-1} \) of the channel x, the software can pause the primary channel x after its \( LLI_{n-1} \) data transfer, until it is indeed written the \( LLI_n \) .

Figure 96 depicts such a dynamic elaboration of a linked-list of a primary channel x, via another auxiliary channel y.

Caution: This use case is restricted to an application with a \( LLI_{n-1} \) data transfer that does not need a trigger. The triggering mode of this \( LLI_{n-1} \) is used to load the next \( LLI_n \) .

Figure 96. Inserting a\( LLI_n \) with an auxiliary GPDMA channel y Sequence diagram showing the insertion of a new Linked List Item (LLI_n) into a DMA primary channel (x) using an auxiliary channel (y) while the CPU builds the new LLI. The diagram shows the flow of data transfers and interrupts between the DMA primary channel, DMA auxiliary channel, and CPU.

The diagram illustrates the interaction between three entities: DMA primary channel x, DMA auxiliary channel y, and CPU. The sequence of events is as follows:

MSv62632V2

Sequence diagram showing the insertion of a new Linked List Item (LLI_n) into a DMA primary channel (x) using an auxiliary channel (y) while the CPU builds the new LLI. The diagram shows the flow of data transfers and interrupts between the DMA primary channel, DMA auxiliary channel, and CPU.

12.4.8 GPDMA channel state and linked-list programming in link step mode

When \( GPDMA\_CxCR.LSM = 1 \) (in link step execution mode, single execution of one \( LLI \) ), a channel transfer is executed and completed after each single execution of a \( LLI \) , including its (conditional) data transfer and its (conditional) link transfer.

A GPDMA channel transfer can be programmed at \( LLI \) level, started by writing 1 into \( GPDMA\_CxCR.EN \) , and after completed at \( LLI \) level:

Note: If a LLI is recursive (pointing to itself as a next LLI, either \( GPDMA\_CxLLR.ULL = 1 \) and \( GPDMA\_CxLLR.LA[15:2] \) is updated with the same value, or \( GPDMA\_CxLLR.ULL = 0 \) ), a channel in link step mode is completed after each repeated single execution of this LLI.

In the regular data transfer completion at a block level, \( GPDMA\_CxBR1.BNDT[15:0] = 0 \) and \( GPDMA\_CxBR1.BRC[10:0] = 0 \) . Alternatively, a block transfer may be early completed by a peripheral (such as an I3C in Rx mode), and then \( BNDT[15:0] \) is not null (see Section 12.4.14 for more details).

The link step mode can be used to elaborate dynamically LLIs in memory during run-time. The software can be facilitated by using a static data structure for any \( LLI_n \) (all update bits of GPDMA_CxLLR have a static value, \( LLI_n.LLR.LA = LLI_{n-1}.LLR.LA + \text{constant} \) ).

Figure 97 depicts the GPDMA channel execution mode, and its programming in link step mode.

Note: Figure 97 is not intended to illustrate how often a TCEF can be raised, depending on the programmed value of \( TCEM[1:0] \) in GPDMA_CxTR2. It can be raised at (each) block completion, at (each) 2D block completion, at (each) LLI completion, or only at the last LLI data transfer completion. In link step mode, the channel is disabled after each single execution of a LLI, and depending on the value of \( TCEM[1:0] \) a TCEF is raised or not. In Figure 97 , \( BNDT \neq 0 \) is the typical condition for starting the first data transfer. This condition becomes ( \( BNDT \neq 0 \) and \( PFREQ = 1 \) ) if the peripheral requests a data transfer with early termination (see Section 12.3.5 ).

Figure 97. GPDMA channel execution and linked-list programming in link step mode (GPDMA_CxCR.LSM = 1)

Flowchart of GPDMA channel execution and linked-list programming in link step mode. The process starts in 'Idle' state, initializes the channel, and enables it. It then enters an 'Active' state loop. In the loop, it checks for a valid user setting. If not valid, it sets USEF = 1 and disables the channel. If valid, it checks if BNDT is not 0. If not 0, it executes a data transfer from the register file. After the transfer, it checks for no transfer error. If there is an error, it sets DTEF = 1 and disables the channel. If no error, it checks if LLR is not 0. If not 0, it loads the next LLI into the register file and loops back to the 'Valid user setting' check. If LLR is 0, it sets TCF = 1 and disables the channel. If there is an error after loading the LLI, it sets ULEF = 1 and disables the channel. If no error and the user setting is valid, it sets USEF = 1 and disables the channel. All 'Disabling DMA channel' paths lead to the 'End' state. A 'Reconfigure DMA channel' block is shown outside the main loop, leading back to the 'Initialize DMA channel' block.
graph TD
    subgraph Idle
        Start([Start]) --> Init[Initialize DMA channel]
        Init --> Enable[Enable DMA channel]
    end
    Enable --> Active
    subgraph Active
        Valid1{Valid user setting?} -- N --> Disable1[Setting USEF = 1
Disabling DMA channel] Valid1 -- Y --> BNDT{BNDT ≠ 0?} BNDT -- N --> Disable2[Setting DTEF = 1
Disabling DMA channel] BNDT -- Y --> Transfer[Executing once the data transfer from the register file] Transfer --> NoError1{No transfer error?} NoError1 -- N --> Disable2 NoError1 -- Y --> LLR{LLR ≠ 0?} LLR -- N --> Disable3[Setting TCF = 1
Disabling DMA channel] LLR -- Y --> LoadLLI[Loading next LLI into the register file] LoadLLI --> NoError2{No transfer error?} NoError2 -- N --> Disable4[Setting ULEF = 1
Disabling DMA channel] NoError2 -- Y --> Valid2{Valid user setting?} Valid2 -- N --> Disable5[Setting USEF = 1
Disabling DMA channel] Valid2 -- Y --> Disable3 end Disable1 --> End[/End/] Disable2 --> End Disable3 --> End Disable4 --> End Disable5 --> End End --> Reconfigure[Reconfigure DMA channel] Reconfigure --> Init
Flowchart of GPDMA channel execution and linked-list programming in link step mode. The process starts in 'Idle' state, initializes the channel, and enables it. It then enters an 'Active' state loop. In the loop, it checks for a valid user setting. If not valid, it sets USEF = 1 and disables the channel. If valid, it checks if BNDT is not 0. If not 0, it executes a data transfer from the register file. After the transfer, it checks for no transfer error. If there is an error, it sets DTEF = 1 and disables the channel. If no error, it checks if LLR is not 0. If not 0, it loads the next LLI into the register file and loops back to the 'Valid user setting' check. If LLR is 0, it sets TCF = 1 and disables the channel. If there is an error after loading the LLI, it sets ULEF = 1 and disables the channel. If no error and the user setting is valid, it sets USEF = 1 and disables the channel. All 'Disabling DMA channel' paths lead to the 'End' state. A 'Reconfigure DMA channel' block is shown outside the main loop, leading back to the 'Initialize DMA channel' block.

MSv62633V1

During run-time, the software can defer the elaboration of the \( LLI_{n+1} \) (and next LLIs), until/after GPDMA executed the transfer from the \( LLI_{n-1} \) and loaded the \( LLI_n \) from the memory, as shown in Figure 98.

Figure 98. Building \( LLI_{n+1} \) : GPDMA dynamic linked-lists in link step mode

LSM = 1 with 2-stage linked-list programming:
DMA executes \( LLI_{n-1} \) and loads \( LLI_n \) while CPU builds \( LLI_{n+1} \)

DMA Channel

\( LLI_{n-2} \)
transfer
Executing \( LLI_{n-1} \) data transfer
Loading \( LLI_n \)
\( LLI_{n-1} \) transfer
\( LLI_n \)
transfer

CPU

Enable DMA channel
Build and store \( LLI_{n+1} \)
Enable DMA channel

Arrows indicate flow and interrupts: "Transfer complete interrupt" flows from DMA to CPU after \( LLI_{n-2} \) and \( LLI_{n-1} \) transfers. CPU "Enable DMA channel" flows back to DMA.

MSv62634V1

In this link step mode, during run-time, the software can build and insert a new \( LLI_{n'} \) , after GPDMA executed the transfer from the \( LLI_{n-1} \) and loaded a formerly elaborated \( LLI_n \) from the memory by overwriting directly the linked-list register file with the new \( LLI_{n'} \) , as shown in Figure 99.

Figure 99. Replace with a new \( LLI_{n'} \) in register file in link step mode Sequence diagram showing the interaction between DMA channel and CPU. 1. DMA channel executes LLI_{n-1} data transfer and loads LLI_n. 2. A 'Transfer complete interrupt' is sent to the CPU. 3. CPU builds LLI_{n'} and overwrites the linked-list register file. 4. CPU enables the DMA channel. 5. DMA channel executes LLI_{n'} data transfer and loads LLI_{n+1'}. 6. Another 'Transfer complete interrupt' is sent to the CPU. 7. CPU builds LLI_{n+1'} and overwrites the linked-list register file. 8. CPU enables the DMA channel. 9. DMA channel performs LLI_{n+1'} transfer, followed by a final 'Transfer complete interrupt'.
LSM = 1 with 1-stage linked-list programming:
Overwriting the (pre)loaded \( LLI_n \) linked-list register file with
a new \( LLI_{n'} \) directly in linked-list register file.
DMA executes \( LLI_{n-1} \) and load \( LLI_n \) , then CPU builds and overwrites \( LLI_{n'} \)
sequenceDiagram
    participant DMA channel
    participant CPU

    Note over DMA channel: LLI_{n-1} transfer
    DMA channel->>DMA channel: Executing LLI_{n-1} data transfer
    DMA channel->>DMA channel: Loading LLI_n
    DMA channel-->>CPU: Transfer complete interrupt
    
    CPU->>CPU: Build LLI_{n'} and overwrite linked-list register file
    CPU->>CPU: Enable DMA channel

    Note over DMA channel: LLI_{n'} transfer
    DMA channel->>DMA channel: Executing LLI_{n'} data transfer
    DMA channel->>DMA channel: Loading LLI_{n+1'}
    DMA channel-->>CPU: Transfer complete interrupt

    CPU->>CPU: Build LLI_{n+1'} and overwrite linked-list register file
    CPU->>CPU: Enable DMA channel

    Note over DMA channel: LLI_{n+1'} transfer
    DMA channel->>DMA channel: LLI_{n+1'} transfer
    DMA channel-->>CPU: Transfer complete interrupt
  

MSV62635V1

Sequence diagram showing the interaction between DMA channel and CPU. 1. DMA channel executes LLI_{n-1} data transfer and loads LLI_n. 2. A 'Transfer complete interrupt' is sent to the CPU. 3. CPU builds LLI_{n'} and overwrites the linked-list register file. 4. CPU enables the DMA channel. 5. DMA channel executes LLI_{n'} data transfer and loads LLI_{n+1'}. 6. Another 'Transfer complete interrupt' is sent to the CPU. 7. CPU builds LLI_{n+1'} and overwrites the linked-list register file. 8. CPU enables the DMA channel. 9. DMA channel performs LLI_{n+1'} transfer, followed by a final 'Transfer complete interrupt'.
Run-time replacing a \( LLI_n \) with a new \( LLI_{n'} \) in link step mode (in the memory)

The software can build and insert a new \( LLI_{n'} \) and \( LLI_{n+1'} \) in the memory, after GPDMA executed the transfer from the \( LLI_{n-1} \) and loaded a formerly elaborated \( LLI_n \) from the memory, by overwriting partly the linked-list register file (GPDMA_CxBR1.BNDT[15:0] to be null and GPDMA_CxLLR to point to new \( LLI_{n'} \) ) as shown in Figure 100 .

Figure 100. Replace with a new \( LLI_n \) and \( LLI_{n+1} \) in memory in link step mode (option 1)

Sequence diagram showing the interaction between a DMA Channel and a CPU to replace linked-list items. The process starts with the DMA Channel executing LLI_{n-1} data transfer and loading LLI_n. A transfer complete interrupt signals the CPU to build the new LLI_{n'} and LLI_{n+1'} in memory, update DMA_CxBR1.BNDT to 0, and point DMA_CxLLR to the new LLI_{n'}. The DMA channel is then enabled. Next, the DMA Channel loads LLI_{n'}, followed by a transfer complete interrupt that enables the DMA channel again. Finally, the DMA Channel executes LLI_{n+1'} data transfer and loads LLI_{n+1'}, followed by a final transfer complete interrupt.

LSM = 1 with 1-stage linked-list programming:
Overwriting the (pre)loaded \( LLI_n \) linked-list register file with a new \( LLI_{n'} \) and \( LLI_{n+1'} \) in memory and overwrite partly linked-list register file
(DMA_CxBR1.BNDT = 0 and DMA_CxLLR to point to new \( LLI_{n'} \) )
DMA executes \( LLI_{n-1} \) and load \( LLI_n \) then CPU builds ( \( LLI_{n'} \) and \( LLI_{n+1'} \) ) and overwrite (BR1 and LLR)

sequenceDiagram
    participant DMA Channel
    participant CPU

    Note over DMA Channel: LLI_{n-1} transfer
    DMA Channel->>DMA Channel: Executing LLI_{n-1} data transfer
    DMA Channel->>DMA Channel: Loading LLI_n
    DMA Channel-->>CPU: Transfer complete interrupt
    
    CPU->>CPU: Build LLI_{n'} and LLI_{n+1'} in memory
    CPU->>CPU: Write DMA_CxBR1.BNDT = 0
    CPU->>CPU: Write DMA_CxLLR to point to new LLI_{n'}
    CPU->>DMA Channel: Enable DMA channel

    Note over DMA Channel: LLI_{n'} transfer
    DMA Channel->>DMA Channel: Loading LLI_{n'}
    DMA Channel-->>CPU: Transfer complete interrupt
    CPU->>DMA Channel: Enable DMA channel

    Note over DMA Channel: LLI_{n+1'} transfer
    DMA Channel->>DMA Channel: Executing LLI_{n+1'} data transfer
    DMA Channel->>DMA Channel: Loading LLI_{n+1'}
    DMA Channel-->>CPU: Transfer complete interrupt

MSV62636V1

Sequence diagram showing the interaction between a DMA Channel and a CPU to replace linked-list items. The process starts with the DMA Channel executing LLI_{n-1} data transfer and loading LLI_n. A transfer complete interrupt signals the CPU to build the new LLI_{n'} and LLI_{n+1'} in memory, update DMA_CxBR1.BNDT to 0, and point DMA_CxLLR to the new LLI_{n'}. The DMA channel is then enabled. Next, the DMA Channel loads LLI_{n'}, followed by a transfer complete interrupt that enables the DMA channel again. Finally, the DMA Channel executes LLI_{n+1'} data transfer and loads LLI_{n+1'}, followed by a final transfer complete interrupt.

Other software implementations exist. Meanwhile GPDMA executes the transfer from the \( LLI_{n-1} \) and loads a formerly elaborated \( LLI_n \) from the memory (or even earlier), the software can do the following:

  1. 1. Disable the NVIC for not being interrupted by the interrupt handling.
  2. 2. Build a new \( LLI_{n'} \) and a new \( LLI_{n+1'} \) .
  3. 3. Enable again the NVIC for the channel interrupt (transfer complete) notification.

The software in the interrupt handler for \( LLI_{n-1} \) is then restricted to overwrite GPDMA_CxBR1.BNDT[15:0] to be null and GPDMA_CxLLR to point to new \( LLI_{n'} \) , as shown in Figure 101.

Figure 101. Replace with a new \( LLI_{n'} \) and \( LLI_{n+1'} \) in memory in link step mode (option 2)

Sequence diagram showing the interaction between a DMA channel and a CPU. The DMA channel starts by executing LLI_{n-1} data transfer and loading LLI_n. Simultaneously, the CPU disables the NVIC DMA irq channel, builds LLI_{n'} and LLI_{n+1'} in memory, and re-enables the NVIC. Upon a 'Transfer complete interrupt' from the DMA, the CPU writes DMA_CxBR1.BNDT = 0 and sets DMA_CxLLR to point to the new LLI_{n'}, then enables the DMA channel. The DMA then loads LLI_{n'}. After another 'Transfer complete interrupt', the CPU enables the DMA channel again, and the DMA executes LLI_{n+1'} data transfer and loads LLI_{n+1'}.

LSM = 1 with 1-stage linked-list programming:
Overwriting the (pre)loaded \( LLI_n \) linked-list register file by building new \( LLI_{n'} \) and \( LLI_{n+1'} \) in memory while disabling (temporary) channel interrupt at NVIC level, and overwriting DMA_CxBR1.BNDT = 0 and DMA_CxLLR to point to new \( LLI_{n'} \)
DMA executes \( LLI_{n-1} \) and loading \( LLI_n \) while CPU builds ( \( LLI_{n'} \) and \( LLI_{n+1'} \) ), then CPU overwrites (BR1 and LLR)

sequenceDiagram
    participant DMA as DMA channel
    participant CPU as CPU

    Note over DMA, CPU: LSM = 1 with 1-stage linked-list programming...

    rect rgb(240, 240, 240)
    Note left of DMA: LLI_{n-1} transfer
    DMA->>DMA: Executing LLI_{n-1} data transfer
    DMA->>DMA: Loading LLI_n
    end

    CPU->>CPU: Disable NVIC DMA irq channel
    CPU->>CPU: Build LLI_{n'} & LLI_{n+1'} in memory
    CPU->>CPU: Enable NVIC DMA irq channel

    DMA-->>CPU: Transfer complete interrupt

    CPU->>CPU: Write DMA_CxBR1.BNDT = 0
Write DMA_CxLLR to point to new LLI_{n'} CPU->>CPU: Enable DMA channel rect rgb(240, 240, 240) Note left of DMA: LLI_{n'} transfer DMA->>DMA: Loading LLI_{n'} end DMA-->>CPU: Transfer complete interrupt CPU->>CPU: Enable DMA channel rect rgb(240, 240, 240) Note left of DMA: LLI_{n+1'} transfer DMA->>DMA: Executing LLI_{n+1'} data transfer DMA->>DMA: Loading LLI_{n+1'} end DMA-->>CPU: Transfer complete interrupt

MSv62637V1

Sequence diagram showing the interaction between a DMA channel and a CPU. The DMA channel starts by executing LLI_{n-1} data transfer and loading LLI_n. Simultaneously, the CPU disables the NVIC DMA irq channel, builds LLI_{n'} and LLI_{n+1'} in memory, and re-enables the NVIC. Upon a 'Transfer complete interrupt' from the DMA, the CPU writes DMA_CxBR1.BNDT = 0 and sets DMA_CxLLR to point to the new LLI_{n'}, then enables the DMA channel. The DMA then loads LLI_{n'}. After another 'Transfer complete interrupt', the CPU enables the DMA channel again, and the DMA executes LLI_{n+1'} data transfer and loads LLI_{n+1'}.

12.4.9 GPDMA channel state and linked-list programming

The software can reconfigure a channel when the channel is disabled (GPDMA_CxCR.EN = 0) and update the execution mode (GPDMA_CxCR.LSM) to change from/to run-to-completion mode to/from link step mode.

In any execution mode, the software can:

In link step mode, the software can clear LSM after each a single execution of any LLI, during \( LLI_{n-1} \) .

Figure 102 shows the overall and unified GPDMA linked-list programming, whatever is the execution mode.

Note: Figure 102 is not intended to illustrate how often a TCEF can be raised, depending on the programmed value of TCEM[1:0] in GPDMA_CxTR2. It can be raised at (each) block completion, at (each) 2D block completion, at (each) LLI completion, or only at the last LLI data transfer completion. In run-to-completion mode, whatever is the value of TCEM[1:0], at the channel completion the hardware always set TCEF = 1 and disables the channel. In link step mode, the channel is disabled after each single execution of a LLI, and depending on the value of TCEM[1:0] a TCEF is raised or not.

In Figure 102 , BNDT \( \neq \) 0 is the typical condition for starting the first data transfer. This condition becomes (BNDT \( \neq \) 0 and PFREQ = 1) if the peripheral requests a data transfer with early termination (see Section 12.3.5 ).

Figure 102. GPDMA channel execution and linked-list programming

Flowchart of GPDMA channel execution and linked-list programming. It starts with 'Channel state = Idle', followed by 'Initialize DMA channel' and 'Enable DMA channel'. Then it enters 'Channel state = Active' loop. Decisions include 'Valid user setting?', 'BNDT ≠ 0?', 'No transfer error?', 'LLR ≠ 0?', 'Loading next LLI into the register file', 'No transfer error?', 'Valid user setting?', and 'LSM = 1?'. Actions include 'Executing once the data transfer from the register file', 'Setting USEF = 1 Disabling DMA channel', 'Setting DTEF = 1 Disabling DMA channel', 'Setting ULEF = 1 Disabling DMA channel', 'Setting TCF = 1 Disabling DMA channel', and 'Reconfigure DMA channel'. The process ends at 'End'.
graph TD
    subgraph Idle [Channel state = Idle]
        Init[Initialize DMA channel] --> Enable[Enable DMA channel]
    end
    Enable --> Active
    subgraph Active [Channel state = Active]
        V1{Valid user setting?} -- N --> USEF1[Setting USEF = 1
Disabling DMA channel] V1 -- Y --> BNDT{BNDT ≠ 0?} BNDT -- N --> USEF1 BNDT -- Y --> Exec[Executing once the data transfer from the register file] Exec --> NE1{No transfer error?} NE1 -- N --> DTEF[Setting DTEF = 1
Disabling DMA channel] NE1 -- Y --> LLR{LLR ≠ 0?} LLR -- N --> TCF[Setting TCF = 1
Disabling DMA channel] LLR -- Y --> LLI[Loading next LLI into the register file] LLI --> NE2{No transfer error?} NE2 -- N --> ULEF[Setting ULEF = 1
Disabling DMA channel] NE2 -- Y --> V2{Valid user setting?} V2 -- N --> USEF2[Setting USEF = 1
Disabling DMA channel] V2 -- Y --> LSM{LSM = 1?} LSM -- N --> Exec LSM -- Y --> TCF end USEF1 --> End[/End/] DTEF --> End ULEF --> End USEF2 --> End TCF --> End TCF --> Reconfig[Reconfigure DMA channel] Reconfig --> Init
Flowchart of GPDMA channel execution and linked-list programming. It starts with 'Channel state = Idle', followed by 'Initialize DMA channel' and 'Enable DMA channel'. Then it enters 'Channel state = Active' loop. Decisions include 'Valid user setting?', 'BNDT ≠ 0?', 'No transfer error?', 'LLR ≠ 0?', 'Loading next LLI into the register file', 'No transfer error?', 'Valid user setting?', and 'LSM = 1?'. Actions include 'Executing once the data transfer from the register file', 'Setting USEF = 1 Disabling DMA channel', 'Setting DTEF = 1 Disabling DMA channel', 'Setting ULEF = 1 Disabling DMA channel', 'Setting TCF = 1 Disabling DMA channel', and 'Reconfigure DMA channel'. The process ends at 'End'.

MSv62638V1

12.4.10 GPDMA FIFO-based transfers

There is a single transfer operation mode: the FIFO mode. There are FIFO-based transfers. Any channel x is implemented with a dedicated FIFO whose size is defined by dma_fifo_size[x] (see Section 12.3.1 for more details).

GPDMA burst

A programmed transfer at the lowest level is a GPDMA burst.

A GPDMA burst is a burst of data received from the source, or a burst of data sent to the destination. A source (and destination) burst is programmed with a burst length by the field SBL_1[5:0] (respectively DBL_1[5:0] ), and with a data width defined by the field SDW_LOG2[1:0] (respectively DDW_LOG2[1:0] ) in the GPDMA_CxTR1 register.

The addressing mode after each data (named beat) of a GPDMA burst is defined by SINC and DINC in GPDMA_CxTR1 , for source and destination respectively: either a fixed addressing or an incremented addressing with contiguous data.

The start and next addresses of a GPDMA source/destination burst (defined by GPDMA_CxSAR and GPDMA_CxDAR ) must be aligned with the respective data width.

The table below lists the main characteristics of a GPDMA burst.

Table 95. Programmed GPDMA source/destination burst

SDW_LOG2[1:0]
DDW_LOG2[1:0]
Data width (bytes)SINC/DINCSBL_1[5:0]
DBL_1[5:0]
Burst length (data/beats)Next data/beat addressNext burst addressBurst address alignment
0010 (fixed)n = 0 to 63 (1)n+1+ 0+ 01
0122
1044
0011
(contiguously incremented)
+ 1+ (n + 1)1
012+ 2+ 2 * (n + 1)2
104+ 4+ 4 * (n + 1)4
11forbidden user setting, causing USEF generation and none burst to be issued.

1. When S/DBL_1[5:0] = 0, burst is of length 1. Then burst can be also named as single.

The next burst address in the above table is the next source/destination default address pointed by GPDMA_CxSAR or GPDMA_CxDAR , once the programmed source/destination burst is completed. This default value refers to the fixed/contiguously incremented address.

GPDMA burst with 2D addressing (channel x = 12 to 15)

When the channel has additional 2D addressing feature, this default value refers to the value without taking into account the two programmed incremented or decremented offsets. These two additional offsets (with a null default value) are applied:

Then, a 2D/repeated block can be addressed with a first programmed address jump after each completed burst, and with a second programmed address jump after each block, as depicted by Figure 103 with a 2D destination buffer.

Figure 103. Programmed 2D addressing

Diagram of Programmed 2D addressing showing memory structure with blocks, bursts, and data registers, along with a text box explaining programmable address jumps and an example.

The diagram illustrates the memory addressing structure for a 2D DMA transfer. On the left, a 'Memory-mapped Peripheral' contains a 'Data Register' (32b wide) with fixed addressing (SINC=0), addressed by \( Cx\_SAR \) . An arrow points from this register to the main 'Memory' block. The 'Memory' is addressed by \( Cx\_DAR \) and organized into blocks ( \( Block_0 \) , \( Block_k \) , \( Block_{K-1} \) ). Each block contains multiple bursts ( \( Burst_0 \) , \( Burst_1 \) , \( Burst_{J-1} \) ). Each burst contains multiple data elements ( \( Data_0 \) , \( Data_1 \) , \( \dots \) , \( Data_{I-1} \) ), with a width of 32b. Addressing is controlled by '+ DAO' (after each data element), '+ BRDAO' (after each burst), and '+ DAO' (after each block). A 'Restore \( Cx\_DAR \) ' arrow points from the end of the memory sequence back to the \( Cx\_DAR \) register. A text box at the bottom left explains programmable address jumps. The identifier 'MSv63674V1' is in the bottom right corner.

Programmable address jumps 1) after burst and 2) after block.
Example:
burst: \( I * \text{words} \) ( \( DBL\_1=I-1 \) ; \( DDW\_LOG2='b10 \) )
block: \( J * \text{bursts} \) ( \( BNDT=J*I*4 \) )
LLI: \( K * \text{blocks} \) ( \( BRC=K-1 \) )

MSv63674V1

Diagram of Programmed 2D addressing showing memory structure with blocks, bursts, and data registers, along with a text box explaining programmable address jumps and an example.

GPDMA FIFO-based burst

In FIFO-mode, a transfer generally consists of two pipelined and separated burst transfers:

GPDMA source burst

The requested source burst transfer to the FIFO can be scheduled as early as possible over the allocated port, depending on the current FIFO level versus the programmed burst size (when the FIFO is ready to get one new burst from the source):

\[ \text{when FIFO level} \leq 2^{\text{dma\_fifo\_size}[x]} - (\text{SBL\_1}[5:0]+1) * 2^{\text{SDW\_LOG2}[1:0]} \]

where:

Based on the channel priority (GPDMA_CxCR.PRIO[1:0]), this ready FIFO-based source transfer is internally arbitrated versus the other requested and active channels.

GPDMA destination burst

The requested destination burst transfer from the FIFO can be scheduled as early as possible over the allocated port, depending on the current FIFO level versus the programmed burst size (when the FIFO is ready to push one new burst to the destination):

\[ \text{when FIFO level} \geq (\text{DBL\_1}[5:0]+1) * 2^{\text{DDW\_LOG2}[1:0]} \]

where:

Based on the channel priority, this ready FIFO-based destination transfer is internally arbitrated versus the other requested and active channels.

GPDMA burst vs source block size, 1-Kbyte address boundary and FIFO size

The programmed source/destination GPDMA burst is implemented with an AHB burst as is, unless one of the following conditions is met:

In any case, the GPDMA keeps ensuring source/destination data (and address) integrity without any user constraint. The current FIFO level (software readable in GPDMA_CxSR) is compared to and updated with the effective transfer size, and the GPDMA re-arbitrates between each AHB single or burst transfer, possibly modified.

Based on the channel priority, each single or burst of a lower burst size versus the programmed burst, is internally arbitrated versus the other requested and active channels.

Note: In linked-list mode, the GPDMA read transfers related to the update of the linked-list parameters from the memory to the internal GPDMA registers, are scheduled over the link allocated port, as programmed by GPDMA_CxCR.LAP.

GPDMA data handling: byte-based reordering, packing/unpacking, padding/truncation, sign extension and left/right alignment

The data handling is controlled by GPDMA_CxTR1. The source/destination data width of the programmed burst is byte, half-word or word, as per the SDW_LOG2[1:0] and DDW_LOG2[1:0] fields (see Table 96 ).

The user can configure the data handling between transferred data from the source and transfer to the destination. More specifically, programmed data handling is orderly performed with:

  1. 1. Byte-based source reordering
    • – If SBX = 1 and if source data width is a word, the two bytes of the unaligned half-word at the middle of each source data word are exchanged.
  2. 2. Data width conversion by packing, unpacking, padding or truncation, if destination data width is different than the source data width, depending on PAM[1:0]:
    • – If destination data width > source data width, the post SBX source data is either right-aligned and padded with 0 s, or sign extended up to the destination data width, or is FIFO queued and packed up to the destination data width.
    • – If destination data width < source data width, the post SBX data is either right-aligned and left-truncated down to the destination data width, or is FIFO queued and unpacked and streamed down to the destination data width.
  3. 3. Byte-based destination re-ordering:
    • – If DBX = 1 and if the destination data width is not a byte, the two bytes are exchanged within the aligned post PAM[1:0] half-words.
    • – If DHX = 1 and if the destination data width is neither a byte nor a half-word, the two aligned half-words are exchanged within the aligned post PAM[1:0] words.

Note: Left-alignment with 0s-padding can be achieved by programming both a right-alignment with a 0s-padding and a destination byte-based re-ordering.

The table below lists the possible data handling from the source to the destination.

Table 96. Programmed data handling

SDW_LOG2 [1:0]Source dataSource data stream (1)SB XDDW_LOG2 [1:0]Destination dataPAM[1:0] (2)DB XDH XDestination data stream (1)
00ByteB 7 ,B 6 ,B 5 ,B 4 ,B 3 ,B 2 ,B 1 ,B 0x00BytexxxB 7 ,B 6 ,B 5 ,B 4 ,B 3 ,B 2 ,B 1 ,B 0
01Half-word00 (RA, 0P)0x0B 3 ,0B 2 ,0B 1 ,0B 0
1B 3 0,B 2 0,B 1 0,B 0 0
01Half-word01 (RA, SE)0xSB 3 ,SB 2 ,SB 1 ,SB 0
1B 3 S,B 2 S,B 1 S,B 0 S
01Half-word1x (PACK)0xB 7 B 6 ,B 5 B 4 ,B 3 B 2 ,B 1 B 0
1B 6 B 7 ,B 4 B 5 ,B 2 B 3 ,B 0 B 1
10Word00 (RA, 0P)00000B 1 ,000B 0
100B 1 0,00B 0 0
010B 1 00,0B 0 00
1B 1 000,B 0 000
10Word01 (RA, SE)00SSSB 1 ,SSSB 0
1SSB 1 S,SSB 0 S
01SB 1 SS,SB 0 SS
1B 1 SSS,B 0 SSS
10Word1x (PACK)00B 7 B 6 B 5 B 4 ,B 3 B 2 B 1 B 0
1B 6 B 7 B 4 B 5 ,B 2 B 3 B 0 B 1
01B 5 B 4 B 7 B 6 ,B 1 B 0 B 3 B 2
1B 4 B 5 B 6 B 7 ,B 0 B 1 B 2 B 3
01Half-wordB 7 B 6 ,B 5 B 4 ,B 3 B 2 ,B 1 B 000Byte00 (RA, LT)xxB 6 ,B 4 ,B 2 ,B 0
01 (LA, RT)B 7 ,B 5 ,B 3 ,B 1
1x (UNPACK)B 7 ,B 6 ,B 5 ,B 4 ,B 3 ,B 2 ,B 1 ,B 0

Table 96. Programmed data handling (continued)

SDW_LOG2 [1:0]Source dataSource data stream (1)SB XDDW_LOG2 [1:0]Destination dataPAM[1:0] (2)DB XDH XDestination data stream (1)
01Half-wordB 7 B 6 ,B 5 B 4 ,B 3 B 2 ,B 1 B 0x01Half-wordxx0xB 7 B 6 ,B 5 B 4 ,B 3 B 2 ,B 1 B 0
1B 6 B 7 ,B 4 B 5 ,B 2 B 3 ,B 0 B 1
10Word00 (RA, 0P)0000B 3 B 2 ,00B 1 B 0
100B 2 B 3 ,00B 0 B 1
01B 3 B 2 00,B 1 B 0 00
1B 2 B 3 00,B 0 B 1 00
01 (RA, SE)00SSB 3 B 2 ,SSB 1 B 0
1SSB 2 B 3 ,SSB 0 B 1
01B 3 B 2 SS,B 1 B 0 SS
1B 2 B 3 SS,B 0 B 1 SS
1x (PACK)00B 7 B 6 B 5 B 4 ,B 3 B 2 B 1 B 0
1B 6 B 7 B 4 B 5 ,B 2 B 3 B 0 B 1
01B 5 B 4 B 7 B 6 ,B 1 B 0 B 3 B 2
1B 4 B 5 B 6 B 7 ,B 0 B 1 B 2 B 3
10WordB 7 B 6 B 5 B 4 ,B 3 B 2 B 1 B 0000Byte00 (RA, LT)xB 12 ,B 8 ,B 4 ,B 0
01 (LA, RT)B 15 ,B 11 ,B 7 ,B 3
10 (UNPACK)B 7 ,B 6 ,B 5 ,B 4 ,B 3 ,B 2 ,B 1 ,B 0
01Half-word00 (RA, LT)0xB 5 B 4 ,B 1 B 0
1B 4 B 5 ,B 0 B 1
01 (LA, RT)0B 7 B 6 ,B 3 B 2
1B 6 B 7 ,B 2 B 3
1x (UNPACK)0B 7 B 6 ,B 5 B 4 ,B 3 B 2 ,B 1 B 0
1B 6 B 7 ,B 4 B 5 ,B 2 B 3 ,B 0 B 1

Table 96. Programmed data handling (continued)

SDW_LOG2 [1:0]Source dataSource data stream (1)SB XDDW_LOG2 [1:0]Destination dataPAM[1:0] (2)DB XDH XDestination data stream (1)
10WordB 7 B 6 B 5 B 4 ,
B 3 B 2 B 1 B 0
010Wordxx00B 7 B 6 B 5 B 4 ,B 3 B 2 B 1 B 0
1B 6 B 7 B 4 B 5 ,B 2 B 3 B 0 B 1
01B 5 B 4 B 7 B 6 ,B 1 B 0 B 3 B 2
1B 4 B 5 B 6 B 7 ,B 0 B 1 B 2 B 3
100Byte00 (RA, LT)xxB 12 ,B 8 ,B 4 ,B 0
01 (LA, RT)B 15 ,B 11 ,B 7 ,B 3
1x (UNPACK)B 7 ,B 5 ,B 6 ,B 4 ,B 3 ,B 1 ,B 2 ,B 0
01Half-word00 (RA, LT)0B 6 B 4 ,B 2 B 0
1B 4 B 6 ,B 0 B 2
01 (LA, RT)0B 7 B 5 ,B 3 B 1
1B 5 B 7 ,B 1 B 3
1x (UNPACK)0B 7 B 5 ,B 6 B 4 ,B 3 B 1 ,B 2 B 0
1B 5 B 7 ,B 4 B 6 ,B 1 B 3 ,B 0 B 2
10Wordxx00B 7 B 5 B 6 B 4 ,B 3 B 1 B 2 B 0
1B 5 B 7 B 4 B 6 ,B 1 B 3 B 0 B 2
01B 6 B 4 B 7 B 5 ,B 2 B 0 B 3 B 1
1B 4 B 6 B 5 B 7 ,B 0 B 2 B 1 B 3

1. Data stream is timely ordered starting from the byte with the lowest index (B 0 ).

2. RA= right aligned, LA = left aligned, RT = right truncated, LT = left truncated, 0P = zero bit padding up to the destination data width, SE = sign bit extended up to the destination data width.

12.4.11 GPDMA transfer request and arbitration

GPDMA transfer request

As defined by GPDMA_CxTR2, a programmed GPDMA data transfer is requested with one of the following:

Caution: The user must not assign a same input hardware peripheral GPDMA request via GPDMA_CxTR.REQSEL[6:0] to two different channels, if at a given time this request is asserted by the peripheral and each channel is ready to execute this requested data transfer. There is no user setting error reporting.

GPDMA transfer request for arbitration

A ready FIFO-based GPDMA source single/burst transfer (from the source address to the FIFO) to be scheduled over the allocated master port (GPDMA_CxTR1.SAP) is arbitrated based on the channel priority (GPDMA_CxCR.PRIO[1:0]) versus the other simultaneous requested GPDMA transfers to the same master port.

A ready FIFO-based GPDMA destination single/burst transfer (from the FIFO to the destination address) to be scheduled over the allocated master port (GPDMA_CxTR1.DAP) is arbitrated based on the channel priority (GPDMA_CxCR.PRIO[1:0]) versus the other simultaneous requested GPDMA transfers to the same master port.

An arbitrated GPDMA requested link transfer consists of one 32-bit read from the linked-list data structure in memory to one of the linked-list registers (GPDMA_CxTR1, GPDMA_CxTR2, GPDMA_CxBR1, GPDMA_CxSAR, GPDMA_CxDAR or GPDMA_CxLLR, plus GPDMA_CxTR3, GPDMA_CxBR2). Each 32-bit read from memory is arbitrated with the same channel priority as for data transfers, in order to be scheduled over the allocated master port (GPDMA_CxCR.LAP).

Whatever the requested data transfer is programmed with a software request for a memory-to-memory transfer (GPDMA_CxTR2.SWREQ = 1), or with a hardware request (GPDMA_CxTR2.SWREQ = 0) for a memory-to-peripheral transfer or a peripheral-to-memory transfer and whatever is the hardware request type, re-arbitration occurs after each granted single/burst transfer.

When an hardware request is programmed from a destination peripheral (GPDMA_CxTR2.SWREQ = 0 and GPDMA_CxTR2.DREQ = 1), the first memory read of a (possibly 2D/repeated) block (the first ready FIFO-based source burst request), is gated by the occurrence of the corresponding and selected hardware request. This first read request to memory is not taken into account earlier by the arbiter (not as soon as the block transfer is enabled and executable).

GPDMA arbitration

The GPDMA arbitration is directed from the 4-grade assigned channel priority (GPDMA_CxCR.PRIO[1:0]). The arbitration policy, as illustrated in Figure 104 , is defined by:

This traffic class is granted via a fixed-priority arbitration against any other low-priority traffic class. Within this class, requested single/burst transfers are round-robin arbitrated.

Each requested single/burst transfer within this class is round-robin arbitrated, with a weight that is monotonically driven from the programmed priority:

Figure 104. GPDMA arbitration policy

Diagram of GPDMA arbitration policy showing four queues (Queue 0 to Queue 3) receiving requests from channels with different priorities (0, 1, 2, 3). The queues feed into a Round-Robin Arbiter (RRA), which then feeds into a Fixed-Priority Arbiter (FPA). The FPA outputs the granted request. The diagram is labeled 'GPDMA arbitration' and 'MSv63647V1'. A note at the bottom left states 'RRA = round-robin arbitration, FPA = fixed-priority arbitration'.

Request from any channel x being assigned with GPDMA_CxCR.PRIO = 0

Request from any channel x being assigned with GPDMA_CxCR.PRIO = 1

Request from any channel x being assigned with GPDMA_CxCR.PRIO = 2

Request from any channel x being assigned with GPDMA_CxCR.PRIO = 3

Queue 0 RRA

Queue 1 RRA

Queue 2 RRA

Queue 3 RRA

RRA

Low

High

FPA

Granted request

GPDMA arbitration

MSv63647V1

RRA = round-robin arbitration, FPA = fixed-priority arbitration

Diagram of GPDMA arbitration policy showing four queues (Queue 0 to Queue 3) receiving requests from channels with different priorities (0, 1, 2, 3). The queues feed into a Round-Robin Arbiter (RRA), which then feeds into a Fixed-Priority Arbiter (FPA). The FPA outputs the granted request. The diagram is labeled 'GPDMA arbitration' and 'MSv63647V1'. A note at the bottom left states 'RRA = round-robin arbitration, FPA = fixed-priority arbitration'.

GPDMA arbitration and bandwidth

With this arbitration policy, the following is guaranteed:

The two following examples highlight that the weighted round-robin arbitration is driven by the programmed priorities:

The above computed bandwidth calculation is based on a theoretical input request, always active for any GPDMA clock cycle. This computed bandwidth from the arbiter must be weighted by the frequency of the request given by the application, that cannot be always active and may be quite much variable from one GPDMA client (example I2C at 400 kHz) to another one (PWM at 1 kHz) than the above x3 and x5 ratios.

In this example, when the master port bus bandwidth is not totally consumed by the time-sensitive queue 3, the residual bandwidth is such that 2.5 times less bandwidth is allocated to any request of priority 0 versus priority 1, and 5.5 times less bandwidth is allocated to any request of priority 0 versus priority 2.

More generally, assume that the following requests are present:

As \( B_{Q3} \) is the reserved bandwidth to time-sensitive requests, the bandwidth for each request L with priority 3 is:

The bandwidth for each non-time sensitive queue is:

The bandwidth for the set of requests with priority 0 is:

The bandwidth for each request i with priority 0 is:

The bandwidth for the set of requests with priority 1 and routed to queue 0 is:

The bandwidth for the set of requests with priority 1 and routed to queue 1 is:

The total bandwidth for the set of requests with priority 1 is:

The bandwidth for each request j with priority 1 is:

The bandwidth for the set of requests with priority 2 and routed to queue 0 is:

The bandwidth for the set of requests with priority 2 and routed to queue 1 is:

The bandwidth for the set of requests with priority 2 and routed to queue 2 is:

The total bandwidth for the set of requests with priority 2 is:

The bandwidth for each request k with priority 2 is:

Thus finally the maximum allocated residual bandwidths for any i, j, k non-time sensitive request are:

Consequently, the GPDMA arbiter can be used as a programmable weighted bandwidth limiter, for each queue and more generally for each request/channel. The different weights are monotonically resulting from the programmed channel priorities.

12.4.12 GPDMA triggered transfer

A programmed GPDMA transfer can be triggered by a rising/falling edge of a selected input trigger event, as defined by GPDMA_CxTR2.TRIGPOL[1:0] and GPDMA_CxTR2.TRIGSEL[5:0] (see Section 12.3.6 for the trigger selection).

The triggered transfer, as defined by the trigger mode in GPDMA_CxTR2.TRIGM[1:0], can be at LLI data transfer level, to condition the first burst read of a block, the first burst read of a 2D/repeated block for channel x ( \( x = 12 \) to \( 15 \) ), or each programmed single read. The trigger mode can also be programmed to condition the LLI link transfer (see TRIGM[1:0] in GPDMA_CxTR2 for more details).

Trigger hit memorization and trigger overrun flag generation

The GPDMA monitoring of a trigger for a channel x is started when the channel is enabled/loaded with a new active trigger configuration: rising or falling edge on a selected trigger (respectively TRIGPOL[1:0] = 01 or TRIGPOL[1:0] = 10).

The monitoring of this trigger is kept active during the triggered and uncompleted (data or link) transfer. If a new trigger is detected, this hit is internally memorized to grant the next transfer, as long as the defined rising/falling edge and TRIGSEL[5:0] are not modified, and the channel is enabled.

Transferring a next \( LLI_{n+1} \) , that updates the GPDMA_CxTR2 with a new value for any of TRIGSEL[5:0] or TRIGPOL[1:0], resets the monitoring, trashing the possible memorized hit of the formerly defined \( LLI_n \) trigger.

Caution: After a first new trigger hit n+1 is memorized, if another trigger hit n+2 is detected and if the hit n triggered transfer is still not completed, hit n+2 is lost and not memorized. A trigger overrun flag is reported ( GPDMA_CxSR.TOF = 1) and an interrupt is generated if enabled (if GPDMA_CxCR.TOIE = 1). The channel is not automatically disabled by hardware due to a trigger overrun.

Figure 105 illustrates the trigger hit, memorization and overrun in the configuration example with a block-level trigger mode and a rising edge trigger polarity.

Figure 105. Trigger hit, memorization, and overrun waveform

Figure 105: Timing diagram showing channel state (IDLE to ACTIVE), trigger pulses, peripheral requests, DMA block transfers, trigger monitoring states (Idle, Active monitoring, Active), monitoring actions (Hit and fire, Hit and memorize, Fire, Hit and trash), and trigger overrun pulses. Legend: Magenta = Hit and trash; Green = Hit and fire (or fire alone); Yellow = Hit and memorize.

MSV66923V1

Figure 105: Timing diagram showing channel state (IDLE to ACTIVE), trigger pulses, peripheral requests, DMA block transfers, trigger monitoring states (Idle, Active monitoring, Active), monitoring actions (Hit and fire, Hit and memorize, Fire, Hit and trash), and trigger overrun pulses. Legend: Magenta = Hit and trash; Green = Hit and fire (or fire alone); Yellow = Hit and memorize.

Note: The user can assign the same input trigger event to different channels. This can be used to trigger different channels on a broadcast trigger event.

12.4.13 GPDMA circular buffering with linked-list programming

GPDMA circular buffering for memory-to-peripheral and peripheral-to-memory transfers, with a linear addressing channel

For a circular buffering, with a continuous memory-to-peripheral (or peripheral-to-memory) transfer, the software must set up a channel with half-transfer and complete transfer

events/interrupts generation (GPDMA_CxCR.HTIE = 1 and GPDMA_CxCR.TCIE = 1), in order to enable a concurrent buffer software processing.

LLI 0 is configured for the first block transfer with the linear addressing channel. A continuously-executed LLI 1 is needed to restore the memory source (or destination) start address, for the memory-to-peripheral transfer (respectively the peripheral-to-memory transfer). GPDMA automatically reloads the initially programmed GPDMA_CxBR1.BNDT[15:0] when a block transfer is completed, and there is no need to restore GPDMA_CxBR1.

Figure 106 illustrates this programming with a linear addressing GPDMA channel and a source circular buffer.

Figure 106. GPDMA circular buffer programming: update of the memory start address with a linear addressing channel

Diagram illustrating GPDMA circular buffer programming with a linear addressing channel. The diagram shows a Channel x with two linked-list items: Init/LLI0 and Restore SAR/LLI1. Init/LLI0 is triggered by a Reset and a peripheral request (Req=PERIPH_TX). Restore SAR/LLI1 is triggered by a 'Ht+ tcf' (half-transfer complete) event from Init/LLI0 and also receives a peripheral request (Req=PERIPH_TX). Both items generate 'Ht+ tcf' events. Below, a 'Linked-list register file' contains LLI0 with fields DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. A 'Memory' block contains LLI1 with DMA_CxSAR. Control signals CxLBA (LA = 0), USA = 1, and others Uxx = 0 are shown. The diagram is labeled MSv62640V1.
Diagram illustrating GPDMA circular buffer programming with a linear addressing channel. The diagram shows a Channel x with two linked-list items: Init/LLI0 and Restore SAR/LLI1. Init/LLI0 is triggered by a Reset and a peripheral request (Req=PERIPH_TX). Restore SAR/LLI1 is triggered by a 'Ht+ tcf' (half-transfer complete) event from Init/LLI0 and also receives a peripheral request (Req=PERIPH_TX). Both items generate 'Ht+ tcf' events. Below, a 'Linked-list register file' contains LLI0 with fields DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. A 'Memory' block contains LLI1 with DMA_CxSAR. Control signals CxLBA (LA = 0), USA = 1, and others Uxx = 0 are shown. The diagram is labeled MSv62640V1.

Note:

With a 2D addressing channel, the user may use a single LLI with GPDMA_CxBR1.BRC[10:0] = 1, and program a negative memory block address offset with GPDMA_CxBR2 and GPDMA_CxBR1, in order to jump back to the memory source or the destination start address.

If circular buffering must be executed after some other transfers over the shared GPDMA channel x, the before-last LLI N-1 in memory is needed to configure the first block transfer. And the last LLI N restores the memory source (or destination) start address in memory-to-peripheral transfer (respectively in peripheral-to-memory transfer).

Figure 107 illustrates this programming with a linear addressing shared GPDMA channel, and a source circular buffer.

Figure 107. Shared GPDMA channel with circular buffering: update of the memory start address with a linear addressing channel

Diagram illustrating the shared GPDMA channel with circular buffering. The top part shows Channel X with a sequence of Link Lists (LL) starting from Init/LL0, followed by LL1, ..., LLN-1, and LLN. The LLN-1 and LLN lists are triggered by 'Req=PERIPH_TX' signals. The bottom part shows the Memory structure with two Link List blocks: LLN-2 and LLN-1. LLN-2 contains DMA_Cx... entries and DMA_CxLLR. LLN-1 contains DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. An arrow labeled 'LLN' points from the LLN-1 block to the DMA_CxSAR register. The text 'All Uxx=1' is present. At the bottom, it states 'USA = 1, others Uxx = 0 LA+ = 0xC' and 'MSv62641V1'.
Diagram illustrating the shared GPDMA channel with circular buffering. The top part shows Channel X with a sequence of Link Lists (LL) starting from Init/LL0, followed by LL1, ..., LLN-1, and LLN. The LLN-1 and LLN lists are triggered by 'Req=PERIPH_TX' signals. The bottom part shows the Memory structure with two Link List blocks: LLN-2 and LLN-1. LLN-2 contains DMA_Cx... entries and DMA_CxLLR. LLN-1 contains DMA_CxTR1, DMA_CxTR2, DMA_CxBR1, DMA_CxSAR, DMA_CxDAR, and DMA_CxLLR. An arrow labeled 'LLN' points from the LLN-1 block to the DMA_CxSAR register. The text 'All Uxx=1' is present. At the bottom, it states 'USA = 1, others Uxx = 0 LA+ = 0xC' and 'MSv62641V1'.

12.4.14 GPDMA transfer in peripheral flow-control mode

A peripheral with the peripheral flow-control mode feature can decide to early terminate a GPDMA block transfer, provided that the allocated channel is implemented with this feature (see Section 12.3.5 ).

If the related GPDMA channel x is also programmed in peripheral flow-control mode (GPDMA_CxTR2.PFREQ = 1):

In peripheral flow-control mode:

12.4.15 GPDMA privileged/unprivileged channel

Any channel x is a privileged or unprivileged hardware resource, as configured by a privileged agent via GPDMA_PRIVCFGR.PRIVx.

When a channel x is configured in a privileged state by a privileged agent, the following access control rules are applied:

When a channel is configured in a privileged (or unprivileged) state, the source and destination data transfers are privileged (respectively unprivileged) transfers over the AHB master port.

When a channel is configured in a privileged (or unprivileged) state and in linked-list mode, the loading of the next linked-list data structure from the GPDMA memory into its register file, is automatically performed with privileged (respectively unprivileged) transfers, via the GPDMA_CxCR.LAP allocated master port.

The GPDMA generates a privileged bus that reflects GPDMA_PRIVCFGR, to keep the other peripherals informed of the privileged/unprivileged state of each GPDMA channel x.

When the privileged software must switch a channel from a privileged state to an unprivileged state, the privileged software must abort the channel or wait until that the privileged channel is completed before switching. This is needed to dynamically re-allocate a channel to a next unprivileged transfer as an unprivileged software is not allowed to do so, and must have GPDMA_CxCR.EN = 0 before the unprivileged software can reprogram the GPDMA_CxCR for a next transfer. The privileged software may reset not only the channel x (GPDMA_CxCR.RESET = 1) but also the full channel x register file to its reset value.

12.4.16 GPDMA error management

The GPDMA is able to manage and report to the user a transfer error, as follows, depending on the root cause.

Data transfer error

On a bus access (as a AHB single or a burst) to the source or the destination:

On a tentative update of a GPDMA channel register from the programmed LLI in the memory:

User setting error

On a tentative execution of a GPDMA transfer with an unauthorized user setting:

12.5 GPDMA in debug mode

When the microcontroller enters debug mode (core halted), any channel x can be individually either continued (default) or suspended, depending on the programmable control bit in the DBGMCU module.

Note: In debug mode, GPDMA_CxSR.SUSPF is not altered by a suspension from the programmable control bit in the DBGMCU module. In this case, GPDMA_CxSR.IDLEF can be checked to know the completion status of the channel suspension.

12.6 GPDMA in low-power modes

Table 97. Effect of low-power modes on GPDMA

ModeDescription
SleepNo effect. GPDMA interrupts cause the device to exit Sleep mode.
Stop (1)The content of the GPDMA registers is kept when entering Stop mode.
StandbyThe GPDMA is powered down and must be reinitialized after exiting Standby mode.

1. Refer to Section 12.3.2 to know if any Stop mode is supported.

12.7 GPDMA interrupts

There is one GPDMA interrupt line for each channel, and separately for each CPU (if several ones in the devices).

Table 98. GPDMA interrupt requests

Interrupt acronymInterrupt eventInterrupt enableEvent flagEvent clear method
GPDMA_CHxTransfer completeGPDMA_CxCR.TCIEGPDMA_CxSR.TCFWrite 1 to GPDMA_CxFCR.TCF
Half transferGPDMA_CxCR.HTIEGPDMA_CxSR.HTFWrite 1 to GPDMA_CxFCR.HTF
Data transfer errorGPDMA_CxCR.DTEIEGPDMA_CxSR.DTEFWrite 1 to GPDMA_CxFCR.DTEF
Update link errorGPDMA_CxCR.ULEIEGPDMA_CxSR.ULEFWrite 1 to GPDMA_CxFCR.ULEF
User setting errorGPDMA_CxCR.USEIEGPDMA_CxSR.USEFWrite 1 to GPDMA_CxFCR.USEF
SuspendedGPDMA_CxCR.SUSPIEGPDMA_CxSR.SUSPFWrite 1 to GPDMA_CxFCR.SUSPF
Trigger overrunGPDMA_CxCR.TOFIEGPDMA_CxSR.TOFWrite 1 to GPDMA_CxFCR.TOF

A GPDMA channel x event may be:

Note: When a channel x transfer complete event occurs, the output signal gpdma_chx_tc is generated as a high pulse of one clock cycle.

An interrupt is generated following any xx event, provided that both:

TCF (transfer complete) and HTF (half transfer) events generation is controlled by GPDMA_CxTR2.TCEM[1:0] as follows:

A half-block transfer occurs when half of the source block size bytes (rounded-up integer of GPDMA_CxBR1.BNDT[15:0] / 2) is transferred to the destination.

A half 2D/repeated block transfer occurs when half of the repeated blocks (rounded-up integer of (GPDMA_CxBR1.BRC[10:0] + 1) / 2) is transferred to the destination.

See GPDMA channel x transfer register 2 (GPDMA_CxTR2) for more details.

A transfer error rises in one of the following situations:

    • • during a single/burst data transfer from the source or to the destination (DTEF)
    • • during an update of a GPDMA channel register from the programmed LLI in memory (ULEF)
    • • during a tentative execution of a GPDMA channel with an unauthorized setting (USEF)
  1. The user must perform a debug session to correct the GPDMA channel programming versus the USEF root causes list (see Section 12.4.16 ).

A trigger overrun is described in Trigger hit memorization and trigger overrun flag generation .

12.8 GPDMA registers

The GPDMA registers must be accessed with an aligned 32-bit word data access.

12.8.1 GPDMA privileged configuration register (GPDMA_PRIVCFGR)

Address offset: 0x04

Reset value: 0x0000 0000

A write access to this register must be privileged. A read access can be privileged or unprivileged.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be programmed at a bit level, at the initialization/closure of a GPDMA channel (GPDMA_CxCR.EN = 0), to individually allocate any channel x to the privileged or unprivileged world.

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
PRIV15PRIV14PRIV13PRIV12PRIV11PRIV10PRIV9PRIV8PRIV7PRIV6PRIV5PRIV4PRIV3PRIV2PRIV1PRIV0
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 31:16 Reserved, must be kept at reset value.

Bits 15:0 PRIVx : privileged state of channel x (x = 15 to 0)

0: unprivileged

1: privileged

12.8.2 GPDMA configuration lock register (GPDMA_RCFGLOCKR)

Address offset: 0x08

Reset value: 0x0000 0000

This register can be written by a software agent with privileged attributes in order to individually lock, for example at boot time, the privileged attributes of any GPDMA channel/resource (to lock the setting of GPDMA_CxPRIVCFGR for any channel x, for example at boot time).

A read access may be privileged or unprivileged.

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
LOCK15LOCK14LOCK13LOCK12LOCK11LOCK10LOCK9LOCK8LOCK7LOCK6LOCK5LOCK4LOCK3LOCK2LOCK1LOCK0
rsrsrsrsrsrsrsrsrsrsrsrsrsrsrsrs

Bits 31:16 Reserved, must be kept at reset value.

Bits 15:0 LOCKx : lock the configuration of GPDMA_PRIVCFGR.PRIVx until a global GPDMA reset (x = 15 to 0)
This bit is cleared after reset and, once set, it cannot be reset until a global GPDMA reset.
0: privilege configuration of the channel x is writable.
1: privilege configuration of the channel x is not writable.

12.8.3 GPDMA masked interrupt status register (GPDMA_MISR)

Address offset: 0x0C

Reset value: 0x0000 0000

This is a read register.

This register contains the masked interrupt status bit MISx for each channel x. It is a logical OR of all the GPDMA_CxSR flags, each source flag being enabled by the corresponding GPDMA_CxCR interrupt enable bit.

Every bit is deasserted by hardware when writing 1 to the corresponding GPDMA_CxFCR flag clear bit.

This register can mix privileged and unprivileged information, depending on the privileged state of each channel GPDMA_PRIVCFGR.PRIVx. A privileged software can read the full interrupt status. An unprivileged software is restricted to read the status of unprivileged channels, other privileged bit fields returning zero.

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
MIS15MIS14MIS13MIS12MIS11MIS10MIS9MIS8MIS7MIS6MIS5MIS4MIS3MIS2MIS1MIS0
rrrrrrrrrrrrrrrr

Bits 31:16 Reserved, must be kept at reset value.

Bits 15:0 MISx : masked interrupt status of channel x (x = 15 to 0)

0: no interrupt occurred on channel x

1: an interrupt occurred on channel x

12.8.4 GPDMA channel x linked-list base address register (GPDMA_CxLBAR)

Address offset: \( 0x50 + 0x80 \times x \) (x = 0 to 15)

Reset value: 0x0000 0000

This register must be written by a privileged software. It is either privileged readable or not, depending on the privileged state of the channel x GPDMA_PRIVCFG.PRIVx.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This channel-based register is the linked-list base address of the memory region, for a given channel x, from which the LLIs describing the programmed sequence of the GPDMA transfers, are conditionally and automatically updated.

This 64-Kbyte aligned channel x linked-list base address is offset by the 16-bit GPDMA_CxLLR register that defines the word-aligned address offset for each LLI.

31302928272625242322212019181716
LBA[31:16]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.

Bits 31:16 LBA[31:16] : linked-list base address of GPDMA channel x

Bits 15:0 Reserved, must be kept at reset value.

12.8.5 GPDMA channel x flag clear register (GPDMA_CxFCR)

Address offset: 0x5C+ 0x80 * x (x = 0 to 15)

Reset value: 0x0000 0000

This is a write register privileged or unprivileged, depending on the privileged state of the channel x (GPDMA_PRIVCFGR.PRIVx).

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.TOFSUSPFUSEFULEFDTEFHTFTCFRes.Res.Res.Res.Res.Res.Res.Res.
wwwwwww

Bits 31:15 Reserved, must be kept at reset value.

Bit 14 TOF : trigger overrun flag clear

0: no effect

1: corresponding TOF flag cleared

Bit 13 SUSPF : completed suspension flag clear

0: no effect

1: corresponding SUSPF flag cleared

Bit 12 USEF : user setting error flag clear

0: no effect

1: corresponding USEF flag cleared

Bit 11 ULEF : update link transfer error flag clear

0: no effect

1: corresponding ULEF flag cleared

Bit 10 DTEF : data transfer error flag clear

0: no effect

1: corresponding DTEF flag cleared

Bit 9 HTF : half-transfer flag clear

0: no effect

1: corresponding HTF flag cleared

Bit 8 TCF : transfer complete flag clear

0: no effect

1: corresponding TCF flag cleared

Bits 7:0 Reserved, must be kept at reset value.

12.8.6 GPDMA channel x status register (GPDMA_CxSR)

Address offset: \( 0x60 + 0x80 * x \) ( \( x = 0 \) to \( 15 \) )

Reset value: \( 0x0000\ 0001 \)

This is a read register, reporting the channel status.

This register is privileged or unprivileged, depending on the privileged state of the channel (GPDMA_PRIVCFG.R.PRIVx).

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.FIFOL[7:0]
rrrrrrrr
1514131211109876543210
Res.TOFSUSPFUSEFULEFDTEFHTFTCFRes.Res.Res.Res.Res.Res.Res.IDLEF
rrrrrrrr

Bits 31:24 Reserved, must be kept at reset value.

Bits 23:16 FIFOL[7:0] : monitored FIFO level

Number of available write beats in the FIFO, in units of the programmed destination data width (see GPDMA_CxTR1.DDW_LOG2[1:0], in units of bytes, half-words, or words).

Note: After having suspended an active transfer, the user may need to read FIFOL[7:0], additionally to GPDMA_CxBR1.BDNT[15:0] and GPDMA_CxBR1.BRC[10:0], to know how many data have been transferred to the destination. Before reading, the user may wait for the transfer to be suspended (GPDMA_CxSR.SUSPF = 1).

Bit 15 Reserved, must be kept at reset value.

Bit 14 TOF : trigger overrun flag

0: no trigger overrun event

1: a trigger overrun event occurred

Bit 13 SUSPF : completed suspension flag

0: no completed suspension event

1: a completed suspension event occurred

Bit 12 USEF : user setting error flag

0: no user setting error event

1: a user setting error event occurred

Bit 11 ULEF : update link transfer error flag

0: no update link transfer error event

1: a master bus error event occurred while updating a linked-list register from memory

Bit 10 DTEF : data transfer error flag

0: no data transfer error event

1: a master bus error event occurred on a data transfer

Bit 9 HTF : half-transfer flag

0: no half-transfer event

1: a half-transfer event occurred

A half-transfer event is either a half-block transfer or a half 2D/repeated block transfer, depending on the transfer complete event mode (GPDMA_CxTR2.TCEM[1:0]).

A half-block transfer occurs when half of the bytes of the source block size (rounded up integer of GPDMA_CxBR1.BNDT[15:0]/2) has been transferred to the destination.

A half 2D/repeated block transfer occurs when half of the repeated blocks (rounded up integer of (GPDMA_CxBR1.BRC[10:0] + 1) / 2)) has been transferred to the destination.

Bit 8 TCF : transfer complete flag

0: no transfer complete event

1: a transfer complete event occurred

A transfer complete event is either a block transfer complete, a 2D/repeated block transfer complete, or a LLI transfer complete including the upload of the next LLI if any, or the full linked-list completion, depending on the transfer complete event mode (GPDMA_CxTR2.TCEM[1:0]).

Bits 7:1 Reserved, must be kept at reset value.

Bit 0 IDLEF : idle flag

0: channel not in idle state

1: channel in idle state

This idle flag is deasserted by hardware when the channel is enabled (GPDMA_CxCR.EN = 1) with a valid channel configuration (no USEF to be immediately reported).

This idle flag is asserted after hard reset or by hardware when the channel is back in idle state (in suspended or disabled state).

12.8.7 GPDMA channel x control register (GPDMA_CxCR)

Address offset: 0x64 + 0x80 * x (x = 0 to 15)

Reset value: 0x0000 0000

This register is privileged or unprivileged, depending on the privileged state of the channel x (GPDMA_PRIVCFGR.PRIVx).

This register is used to control a channel (activate, suspend, abort or disable it).

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.PRIO[1:0]Res.Res.Res.Res.LAPLSM
rwrwrwrw
1514131211109876543210
Res.TOIESUSPI
E
USEIEULEIEDTEIEHTIETCIERes.Res.Res.Res.Res.SUSPRESETEN
rwrwrwrwrwrwrwrwwrw

Bits 31:24 Reserved, must be kept at reset value.

Bits 23:22 PRIO[1:0] : priority level of the channel x GPDMA transfer versus others

00: low priority, low weight

01: low priority, mid weight

10: low priority, high weight

11: high priority

Note: This bit must be written when EN = 0. This bit is read-only when EN = 1.

Bits 21:18 Reserved, must be kept at reset value.

Bit 17 LAP : linked-list allocated port

This bit is used to allocate the master port for the update of the GPDMA linked-list registers from the memory.

0: port 0 (AHB) allocated

1: port 1 (AHB) allocated

Note: This bit must be written when EN = 0. This bit is read-only when EN = 1.

Bit 16 LSM : Link step mode

0: channel executed for the full linked-list and completed at the end of the last LLI (GPDMA_CxLLR = 0). The 16 low-significant bits of the link address are null (LA[15:0] = 0) and all the update bits are null (UT1 = UB1 = UT2 = USA = UDA = ULL = 0 and UT3 = UB2 = 0). Then GPDMA_CxBR1.BNDT[15:0] = 0 and GPDMA_CxBR1.BRC[10:0] = 0.

1: channel executed once for the current LLI

First the (possible 1D/repeated) block transfer is executed as defined by the current internal register file until GPDMA_CxBR1.BNDT[15:0] = 0 and GPDMA_CxBR1.BRC[10:0] = 0.

Secondly the next linked-list data structure is conditionally uploaded from memory as defined by GPDMA_CxLLR. Then channel execution is completed.

Note: This bit must be written when EN = 0. This bit is read-only when EN = 1.

Bit 15 Reserved, must be kept at reset value.

Bit 14 TOIE : trigger overrun interrupt enable

0: interrupt disabled

1: interrupt enabled

Bit 13 SUSPIE : completed suspension interrupt enable

0: interrupt disabled

1: interrupt enabled

Bit 12 USEIE : user setting error interrupt enable

0: interrupt disabled

1: interrupt enabled

Bit 11 ULEIE : update link transfer error interrupt enable

0: interrupt disabled

1: interrupt enabled

Bit 10 DTEIE : data transfer error interrupt enable

0: interrupt disabled

1: interrupt enabled

Bit 9 HTIE : half-transfer complete interrupt enable

0: interrupt disabled

1: interrupt enabled

Bit 8 TCIE : transfer complete interrupt enable

0: interrupt disabled

1: interrupt enabled

Bits 7:3 Reserved, must be kept at reset value.

Bit 2 SUSP : suspend

Writing 1 into the field RESET (bit 1) causes the hardware to de-assert this bit, whatever is written into this bit 2. Else:
Software must write 1 in order to suspend an active channel (channel with an ongoing GPDMA transfer over its master ports).

The software must write 0 in order to resume a suspended channel, following the programming sequence detailed in Figure 89 .

0: write: resume channel, read: channel not suspended

1: write: suspend channel, read: channel suspended.

Bit 1 RESET : reset

This bit is write only. Writing 0 has no impact. Writing 1 implies the reset of the following: the FIFO, the channel internal state, SUSP and EN bits (whatever is written receptively in bit 2 and bit 0).
The reset is effective when the channel is in steady state, meaning one of the following:

- active channel in suspended state (GPDMA_CxSR.SUSPF = 1 and

GPDMA_CxSR.IDLEF = GPDMA_CxCR.EN = 1)

- channel in disabled state (GPDMA_CxSR.IDLEF = 1 and GPDMA_CxCR.EN = 0).

After writing a RESET, to continue using this channel, the user must explicitly reconfigure the channel including the hardware-modified configuration registers (GPDMA_CxBR1, GPDMA_CxSAR, and GPDMA_CxDAR) before enabling again the channel (see the programming sequence in Figure 90 ).

0: no channel reset

1: channel reset

Bit 0 EN : enable

Writing 1 into the field RESET (bit 1) causes the hardware to de-assert this bit, whatever is written into this bit 0. Else:

this bit is deasserted by hardware when there is a transfer error (master bus error or user setting error) or when there is a channel transfer complete (channel ready to be configured, for example if LSM = 1 at the end of a single execution of the LLI).

Else, this bit can be asserted by software.

Writing 0 into this EN bit is ignored.

0: write: ignored, read: channel disabled

1: write: enable channel, read: channel enabled

12.8.8 GPDMA channel x transfer register 1 (GPDMA_CxTR1)

Address offset: \( 0x90 + 0x80 \times x \) ( \( x = 0 \) to 15)

Reset value: 0x0000 0000

This register is privileged or unprivileged, depending on the privileged state of the channel x in GPDMA_PRIVCFGR.PRIVx.

This register controls the transfer of a channel x.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be written when the channel is completed. Then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block, 2D/repeated block, LLI or full linked-list.

In linked-list mode, during the link transfer, this register is automatically updated by GPDMA from the memory if GPDMA_CxLLR.UT1 = 1.

31302928272625242322212019181716
Res.DAPRes.Res.DHXDBXDBL_1[5:0]DINCRes.DDW_LOG2[1:0]
rwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
Res.SAPSBXPAM[1:0]Res.SBL_1[5:0]SINCRes.SDW_LOG2[1:0]
rwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 Reserved, must be kept at reset value.

Bit 30 DAP : destination allocated port

This bit is used to allocate the master port for the destination transfer

0: port 0 (AHB) allocated

1: port 1 (AHB) allocated

Note: This bit must be written when EN = 0. This bit is read-only when EN = 1.

Bits 29:28 Reserved, must be kept at reset value.

Bit 27 DHX : destination half-word exchange

If the destination data size is shorter than a word, this bit is ignored.

If the destination data size is a word:

0: no halfword-based exchanged within word

1: the two consecutive (post PAM) half-words are exchanged in each destination word.

Bit 26 DBX : destination byte exchange

If the destination data size is a byte, this bit is ignored.

If the destination data size is not a byte:

0: no byte-based exchange within half-word

1: the two consecutive (post PAM) bytes are exchanged in each destination half-word.

Bits 25:20 DBL_1[5:0] : destination burst length minus 1, between 0 and 63

The burst length unit is one data named beat within a burst. If DBL_1[5:0] = 0, the burst can be named as single. Each data/beat has a width defined by the destination data width DDW_LOG2[1:0].

Note: If a burst transfer crossed a 1-Kbyte address boundary on a AHB transfer, the GPDMA modifies and shortens the programmed burst into singles or bursts of lower length, to be compliant with the AHB protocol.

If a burst transfer is of length greater than the FIFO size of the channel x, the GPDMA modifies and shortens the programmed burst into singles or bursts of lower length, to be compliant with the FIFO size. Transfer performance is lower, with GPDMA re-arbitration between effective and lower singles/bursts, but the data integrity is guaranteed.

Bit 19 DINC : destination incrementing burst

0: fixed burst

1: contiguously incremented burst

The destination address, pointed by GPDMA_CxDAR, is kept constant after a burst beat/single transfer, or is incremented by the offset value corresponding to a contiguous data after a burst beat/single transfer.

Bit 18 Reserved, must be kept at reset value.

Bits 17:16 DDW_LOG2[1:0] : binary logarithm of the destination data width of a burst, in bytes

00: byte

01: half-word (2 bytes)

10: word (4 bytes)

11: user setting error reported and no transfer issued

Note: A destination burst transfer must have an aligned address with its data width (start address GPDMA_CxDAR[2:0] and if present address offset GPDMA_CxTR3.DAO[2:0], versus DDW_LOG2[1:0]). Otherwise a user setting error is reported and no transfer is issued.

When configured in packing mode (PAM[1] = 1 and destination data width different from source data width), a source block size must be a multiple of the destination data width (see GPDMA_CxBR1.BNDT[2:0] versus DDW_LOG2[1:0]). Else a user setting error is reported and none transfer is issued.

Setting a 8-byte data width causes a user setting error to be reported and none transfer is issued.

Bit 15 Reserved, must be kept at reset value.

Bit 14 SAP : source allocated port

This bit is used to allocate the master port for the source transfer

0: port 0 (AHB) allocated

1: port 1 (AHB) allocated

Note: This bit must be written when EN = 0. This bit is read-only when EN = 1.

Bit 13 SBX : source byte exchange within the unaligned half-word of each source word

If the source data width is shorter than a word, this bit is ignored.

If the source data width is a word:

0: no byte-based exchange within the unaligned half-word of each source word

1: the two consecutive bytes within the unaligned half-word of each source word are exchanged.

Bits 12:11 PAM[1:0] : padding/alignment mode

If DDW_LOG2[1:0] = SDW_LOG2[1:0]: if the data width of a burst destination transfer is equal to the data width of a burst source transfer, these bits are ignored.

Else, in the following enumerated values, the condition PAM_1 is when destination data width is higher than source data width, and the condition PAM_2 is when source data width is higher than destination data width.

Condition: PAM_1

00: source data is transferred as right aligned, padded with 0s up to the destination data width

01: source data is transferred as right aligned, sign extended up to the destination data width

10-11: successive source data are FIFO queued and packed at the destination data width, in a left (LSB) to right (MSB) order (named little endian), before a destination transfer

Condition: PAM_2

00: source data is transferred as right aligned, left-truncated down to the destination data width

01: source data is transferred as left-aligned, right-truncated down to the destination data width

10-11: source data is FIFO queued and unpacked at the destination data width, to be transferred in a left (LSB) to right (MSB) order (named little endian) to the destination

Note: If the transfer from the source peripheral is configured with peripheral flow-control mode (SWREQ = 0 and PFREQ = 1 and DREQ = 0), and if the destination data width > the source data width, packing is not supported.

Bit 10 Reserved, must be kept at reset value.

Bits 9:4 SBL_1[5:0] : source burst length minus 1, between 0 and 63

The burst length unit is one data named beat within a burst. If SBL_1[5:0] = 0, the burst can be named as single. Each data/beat has a width defined by the destination data width SDW_LOG2[1:0].

Note: If a burst transfer crossed a 1-Kbyte address boundary on a AHB transfer, the GPDMA modifies and shortens the programmed burst into singles or bursts of lower length, to be compliant with the AHB protocol.

If a burst transfer is of length greater than the FIFO size of the channel x, the GPDMA modifies and shortens the programmed burst into singles or bursts of lower length, to be compliant with the FIFO size. Transfer performance is lower, with GPDMA re-arbitration between effective and lower singles/bursts, but the data integrity is guaranteed.

Bit 3 SINC : source incrementing burst

0: fixed burst

1: contiguously incremented burst

The source address, pointed by GPDMA_CxSAR, is kept constant after a burst beat/single transfer or is incremented by the offset value corresponding to a contiguous data after a burst beat/single transfer.

Bit 2 Reserved, must be kept at reset value.

Bits 1:0 SDW_LOG2[1:0] : binary logarithm of the source data width of a burst in bytes

00: byte

01: half-word (2 bytes)

10: word (4 bytes)

11: user setting error reported and no transfer issued

Note: A source block size must be a multiple of the source data width (GPDMA_CxBR1.BNDT[2:0] versus SDW_LOG2[1:0]). Otherwise, a user setting error is reported and no transfer is issued.

A source burst transfer must have an aligned address with its data width (start address GPDMA_CxSAR[2:0] versus SDW_LOG2[1:0]). Otherwise, a user setting error is reported and none transfer is issued.

Setting a 8-byte data width causes a user setting error to be reported and no transfer is issued.

12.8.9 GPDMA channel x transfer register 2 (GPDMA_CxTR2)

Address offset: 0x94 + 0x80 * x (x = 0 to 15)

Reset value: 0x0000 0000

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFGR.PRIVx).

This register controls the transfer of a channel x. This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be written when the channel is completed (the hardware deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block or LLI or full linked-list.

In linked-list mode, during the link transfer, this register is automatically updated by GPDMA from the memory, if GPDMA_CxLLR.UT2 = 1.

31302928272625242322212019181716
TCEM[1:0]Res.Res.Res.Res.TRIGPOL[1:0]Res.Res.TRIGSEL[5:0]
rwrwrwrwrwrwrwrwrwrw
1514131211109876543210
TRIGM[1:0]Res.PFREQBREQDREQSWREQRes.Res.REQSEL[6:0]
rwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 31:30 TCEM[1:0]: transfer complete event mode

These bits define the transfer granularity for the transfer complete and half-transfer complete events generation.

00: at block level (when GPDMA_CxBR1.BNDT[15:0] = 0): the complete (and the half) transfer event is generated at the (respectively half of the) end of a block.

Note: If the initial LLI 0 data transfer is null/void (directly programmed by the internal register file with GPDMA_CxBR1.BNDT[15:0] = 0), then neither the complete transfer event nor the half-transfer event is generated.

01: channel x (x = 0 to 11), same as 00, channel x (x = 12 to 15), at 2D/repeated block level (when GPDMA_CxBR1.BRC[10:0] = 0 and GPDMA_CxBR1.BNDT[15:0] = 0). The complete (and the half) transfer event is generated at the end (respectively half of the end) of the 2D/repeated block.

Note: If the initial LLI 0 data transfer is null/void (directly programmed by the internal register file with GPDMA_CxBR1.BNDT[15:0] = 0), then neither the complete transfer event nor the half-transfer event is generated.

10: at LLI level: the complete transfer event is generated at the end of the LLI transfer, including the update of the LLI if any. The half-transfer event is generated at the half of the LLI data transfer. The LLI data transfer is a block transfer or a 2D/repeated block transfer for channel x (x = 12 to 15), if any data transfer.

Note: If the initial LLI 0 data transfer is null/void (directly programmed by the internal register file with GPDMA_CxBR1.BNDT[15:0] = 0), then the half-transfer event is not generated, and the transfer complete event is generated when is completed the loading of the LLI 1 .

11: at channel level: the complete transfer event is generated at the end of the last LLI transfer. The half-transfer event is generated at the half of the data transfer of the last LLI. The last LLI updates the link address GPDMA_CxLLR.LA[15:2] to zero and clears all the GPDMA_CxLLR update bits (UT1, UT2, UB1, USA, UDA and ULL, plus UT3 and UB2). If the channel transfer is continuous/infinite, no event is generated.

Bits 29:26 Reserved, must be kept at reset value.

Bits 25:24 TRIGPOL[1:0]: trigger event polarity

These bits define the polarity of the selected trigger event input defined by TRIGSEL[5:0].

00: no trigger (masked trigger event)

01: trigger on the rising edge

10: trigger on the falling edge

11: same as 00

Bits 23:22 Reserved, must be kept at reset value.

Bits 21:16 TRIGSEL[5:0]: trigger event input selection

These bits select the trigger event input of the GPDMA transfer (as per Section 12.3.6 ), with an active trigger event if TRIGPOL[1:0] ≠ 00.

Bits 15:14 TRIGM[1:0] : trigger mode

These bits define the transfer granularity for its conditioning by the trigger.

If the channel \( x \) is enabled (GPDMA_CxCR.EN asserted) with TRIGPOL[1:0] = 00 or 11, these TRIGM[1:0] bits are ignored.

Else, a GPDMA transfer is conditioned by one trigger hit:

00: at block level: the first burst read of each block transfer is conditioned by one hit trigger (channel \( x \) ( \( x = 12 \) to \( 15 \) ): same, each block also if a 2D/repeated block is configured with GPDMA_CxBR1.BRC[10:0] \( \neq 0 \) ).

01: channel \( x \) ( \( x = 0 \) to \( 11 \) ): same as 00; channel \( x \) ( \( x = 12 \) to \( 15 \) ): at 2D/repeated block level: the first burst read of the 2D/repeated block transfer is conditioned by one hit trigger.

10: at link level: a LLI link transfer is conditioned by one hit trigger. LLI data transfer is not conditioned.

11: at programmed burst level: If SWREQ = 1, each programmed burst read is conditioned by one hit trigger. If SWREQ = 0, each programmed burst that is requested by the selected peripheral, is conditioned by one hit trigger:

As shown in Figure 105: Trigger hit, memorization, and overrun waveform , the GPDMA monitoring of a trigger for channel \( x \) is started when the channel is enabled/loading with a new active trigger configuration: rising or falling edge on a selected trigger (TRIGPOL[1:0] = 01 or respectively TRIGPOL[1:0] = 10). The monitoring of this trigger is kept active during the triggered and uncompleted (data or link) transfer; and if a new trigger is detected then, this hit is internally memorized to grant the next transfer, as long as the defined rising or falling edge is not modified, and the TRIGSEL[5:0] is not modified, and the channel is enabled. After a first new trigger hit n+1 is memorized, if another second trigger hit n+2 is detected and if the hit n triggered transfer is still not completed, hit n+2 is lost and not memorized. A trigger overrun flag is reported (GPDMA_CxSR.TOF = 1), and an interrupt is generated if enabled (GPDMA_CxCR.TOIE = 1). The channel is not automatically disabled by hardware due to a trigger overrun.

Transferring a next LLI n+1 that updates the GPDMA_CxTR2 with a new value for any of TRIGSEL[5:0] or TRIGPOL[1:0], resets the monitoring, trashing the memorized hit of the formerly defined LLI n trigger.

Note: When the source block size is not a multiple of the source burst size and is a multiple of the source data width, then the last programmed source burst is not completed and is internally shorten to match the block size. In this case, if TRIGM[1:0] = 11 and (SWREQ = 1 or (SWREQ = 0 and DREQ = 0)), the shortened burst transfer (by singles or/and by bursts of lower length) is conditioned once by the trigger.

When the programmed destination burst is internally shortened by singles or/and by bursts of lower length (versus FIFO size, versus block size, 1-Kbyte boundary address crossing): if the trigger is conditioning the programmed destination burst (if TRIGM[1:0] = 11 and SWREQ = 0 and DREQ = 1), this shortened destination burst transfer is conditioned once by the trigger.

Bit 13 Reserved, must be kept at reset value.

Bit 12 PFREQ : Hardware request in peripheral flow control mode

Important: If a given channel x is not implemented with this feature, this bit is reserved and PFREQ is not present (see Section 12.3.1 for the list of the implemented channels with this feature).

If the channel x is activated (GPDMA_CxCR.EN asserted) with SWREQ = 1 (software request for a memory-to-memory transfer), this bit is ignored. Else:

0: the selected hardware request is driven by a peripheral with a hardware request/acknowledge protocol in GPDMA control mode. The GPDMA is programmed with GPDMA_CxTR1.BNDT[15:0] and this is internally used by the hardware for the block transfer completion.

1: the selected hardware request is driven by a peripheral with a hardware request/acknowledge protocol in peripheral control mode. The GPDMA block transfer can be early completed by the peripheral itself (see Section 12.3.5 for more details).

Note: In peripheral flow control mode, there are the following restrictions:

Bit 11 BREQ : Block hardware request

If the channel x is activated (GPDMA_CxCR.EN asserted) with SWREQ = 1 (software request for a memory-to-memory transfer), this bit is ignored. Else:

0: the selected hardware request is driven by a peripheral with a hardware request/acknowledge protocol at a burst level.

1: the selected hardware request is driven by a peripheral with a hardware request/acknowledge protocol at a block level (see Section 12.3.3 ).

Bit 10 DREQ : destination hardware request

This bit is ignored if channel x is activated (GPDMA_CxCR.EN asserted) with SWREQ = 1 (software request for a memory-to-memory transfer). Else:

0: selected hardware request driven by a source peripheral (request signal taken into account by the GPDMA transfer scheduler over the source/read port)

1: selected hardware request driven by a destination peripheral (request signal taken into account by the GPDMA transfer scheduler over the destination/write port)

Note: If the channel x is activated (GPDMA_CxCR.EN is asserted) with SWREQ = 0 and PFREQ = 1 (peripheral hardware request with peripheral flow-control mode), any software assertion to this DREQ bit is ignored: in peripheral flow-control mode, only a peripheral-to-memory transfer is supported.

Bit 9 SWREQ : software request

This bit is internally taken into account when GPDMA_CxCR.EN is asserted.

0: no software request. The selected hardware request REQSEL[6:0] is taken into account.

1: software request for a memory-to-memory transfer. The default selected hardware request as per REQSEL[6:0] is ignored.

Bits 8:7 Reserved, must be kept at reset value.

Bits 6:0 REQSEL[6:0] : GPDMA hardware request selection

These bits are ignored if channel x is activated (GPDMA_CxCR.EN asserted) with SWREQ = 1 (software request for a memory-to-memory transfer). Else, the selected hardware request is internally taken into account as per Section 12.3.3 .

Caution: The user must not assign a same input hardware request (same REQSEL[6:0] value) to different active GPDMA channels (GPDMA_CxCR.EN = 1 and GPDMA_CxTR2.SWREQ = 0 for these channels). GPDMA is not intended to hardware support the case of simultaneous enabled channels incorrectly configured with a same hardware peripheral request signal, and there is no user setting error reporting.

12.8.10 GPDMA channel x block register 1 (GPDMA_CxBR1)

Address offset: 0x98 + 0x80 * x (x = 0 to 11)

Reset value: 0x0000 0000

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFGR.PRIVx).

This register controls the transfer of a channel x at a block level.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be written when channel x is completed (then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block, or LLI or full linked-list.

In linked-list mode, during the link transfer:

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
BNDT[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 31:16 Reserved, must be kept at reset value.

Bits 15:0 BNDT[15:0] : block number of data bytes to transfer from the source

Block size transferred from the source. When the channel is enabled, this field becomes read-only and is decremented, indicating the remaining number of data items in the current source block to be transferred. BNDT[15:0] is programmed in number of bytes, maximum source block size is 64 Kbytes -1.

Once the last data transfer is completed (BNDT[15:0] = 0):

- if GPDMA_CxLLR.UB1 = 1, this field is updated with the LLI in the memory.

- if GPDMA_CxLLR.UB1 = 0 and if there is at least one non null Uxx update bit, this field is internally restored to the programmed value.

- if all GPDMA_CxLLR.Uxx = 0 and if GPDMA_CxLLR.LA[15:0] = 0, this field is internally restored to the programmed value (infinite/continuous last LLI).

- if GPDMA_CxLLR = 0, this field is kept as zero following the last LLI data transfer.

Note: A non-null source block size must be a multiple of the source data width (BNDT[2:0] versus GPDMA_CxTR1.SDW_LOG2[1:0]). Else a user setting error is reported and no transfer is issued.

When configured in packing mode (GPDMA_CxTR1.PAM[1] = 1 and destination data width different from source data width), a non-null source block size must be a multiple of the destination data width (BNDT[2:0] versus GPDMA_CxTR1.DDW_LOG2[1:0]). Else a user setting error is reported and no transfer is issued.

12.8.11 GPDMA channel x alternate block register 1 (GPDMA_CxBR1)

Address offset: 0x98 + 0x80 * x (x = 12 to 15)

Reset value: 0x0000 0000

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFGR.PRIVx).

This register controls the transfer of a channel x at a block level.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be written when channel x is completed (then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block, or LLI or full linked-list.

In linked-list mode, during the link transfer:

automatically and internally restored with the programmed value for the fields BNDT[15:0] and BRC[10:0] after each execution of this final LLI

31302928272625242322212019181716
BRDDEC
C
BRSDDEC
C
DDECSDECRes.BRC[10:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
BNDT[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 BRDDEC: Block repeat destination address decrement

0: at the end of a block transfer, the GPDMA_CxDAR register is updated by adding the programmed offset GPDMA_CxBR2.BRDAO to the current GPDMA_CxDAR value (current destination address)

1: at the end of a block transfer, the GPDMA_CxDAR register is updated by subtracting the programmed offset GPDMA_CxBR2.BRDAO from the current GPDMA_CxDAR value (current destination address)

Note: On top of this increment/decrement (depending on BRDDEC), GPDMA_CxDAR is in the same time also updated by the increment/decrement (depending on DDEC) of the GPDMA_CxTR3.DAO value, as it is usually done at the end of each programmed burst transfer.

Bit 30 BRSDDEC: Block repeat source address decrement

0: at the end of a block transfer, the GPDMA_CxSAR register is updated by adding the programmed offset GPDMA_CxBR2.BRSAO to the current GPDMA_CxSAR value (current source address)

1: at the end of a block transfer, the GPDMA_CxSAR register is updated by subtracting the programmed offset GPDMA_CxBR2.BRSAO from the current GPDMA_CxSAR value (current source address)

Note: On top of this increment/decrement (depending on BRSDDEC), GPDMA_CxSAR is in the same time also updated by the increment/decrement (depending on SDEC) of the GPDMA_CxTR3.SAO value, as it is done after any programmed burst transfer.

Bit 29 DDEC: destination address decrement

0: At the end of a programmed burst transfer to the destination, the GPDMA_CxDAR register is updated by adding the programmed offset GPDMA_CxTR3.DAO to the current GPDMA_CxDAR value (current destination address)

1: At the end of a programmed burst transfer to the destination, the GPDMA_CxDAR register is updated by subtracting the programmed offset GPDMA_CxTR3.DAO to the current GPDMA_CxDAR value (current destination address)

Bit 28 SDEC: source address decrement

0: At the end of a programmed burst transfer from the source, the GPDMA_CxSAR register is updated by adding the programmed offset GPDMA_CxTR3.SAO to the current GPDMA_CxSAR value (current source address)

1: At the end of a programmed burst transfer from the source, the GPDMA_CxSAR register is updated by subtracting the programmed offset GPDMA_CxTR3.SAO to the current GPDMA_CxSAR value (current source address)

Bit 27 Reserved, must be kept at reset value.

Bits 26:16 BRC[10:0] : Block repeat counter

This field contains the number of repetitions of the current block (0 to 2047).

When the channel is enabled, this field becomes read-only. After decrements, this field indicates the remaining number of blocks, excluding the current one. This counter is hardware decremented for each completed block transfer.

Once the last block transfer is completed ( \( BRC[10:0] = BNDT[15:0] = 0 \) ):

Bits 15:0 BNDT[15:0] : block number of data bytes to transfer from the source

Block size transferred from the source. When the channel is enabled, this field becomes read-only and is decremented, indicating the remaining number of data items in the current source block to be transferred. \( BNDT[15:0] \) is programmed in number of bytes, maximum source block size is 64 Kbytes -1.

Once the last data transfer is completed ( \( BNDT[15:0] = 0 \) ):

Note: A non-null source block size must be a multiple of the source data width ( \( BNDT[2:0] \) versus \( GPDMA\_CxTR1.SDW\_LOG2[1:0] \) ). Else a user setting error is reported and no transfer is issued.

When configured in packing mode ( \( GPDMA\_CxTR1.PAM[1] = 1 \) and destination data width different from source data width), a non-null source block size must be a multiple of the destination data width ( \( BNDT[2:0] \) versus \( GPDMA\_CxTR1.DDW\_LOG2[1:0] \) ). Else a user setting error is reported and no transfer is issued.

12.8.12 GPDMA channel x source address register (GPDMA_CxSAR)

Address offset: \( 0x9C + 0x80 * x \) ( \( x = 0 \) to \( 15 \) )

Reset value: \( 0x0000\ 0000 \)

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFGR.PRIVx).

This register configures the source start address of a transfer.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1, and continuously updated by hardware, in order to reflect the address of the next burst transfer from the source.

This register must be written when the channel is completed (then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block, 2D/repeated block, LLI or full linked-list.

In linked-list mode, during the link transfer, this register is automatically updated by the GPDMA from the memory if GPDMA_CxLLR.USA = 1.

31302928272625242322212019181716
SA[31:16]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
SA[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 31:0 SA[31:0] : source address

This field is the pointer to the address from which the next data is read.

During the channel activity, depending on the source addressing mode (GPDMA_CxTR1.SINC), this field is kept fixed or incremented by the data width (GPDMA_CxTR1.SDW_LOG2[1:0]) after each burst source data, reflecting the next address from which data is read.

During the channel activity, this address is updated after each completed source burst, consequently to:

In linked-list mode, after a LLI data transfer is completed, this register is automatically updated by GPDMA from the memory, provided the LLI is set with GPDMA_CxLLR.USA = 1.

Note: A source address must be aligned with the programmed data width of a source burst (SA[2:0] versus GPDMA_CxTR1.SDW_LOG2[1:0]). Else, a user setting error is reported and no transfer is issued.

When the source block size is not a multiple of the source burst size and is a multiple of the source data width, the last programmed source burst is not completed and is internally shorten to match the block size. In this case, the additional GPDMA_CxTR3.SAO[12:0] is not applied.

12.8.13 GPDMA channel x destination address register (GPDMA_CxDAR)

Address offset: \( 0xA0 + 0x80 \cdot x \) ( \( x = 0 \) to 15)

Reset value: 0x0000 0000

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFGR.PRIVx).

This register configures the destination start address of a transfer.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1, and continuously updated by hardware, in order to reflect the address of the next burst transfer to the destination.

This register must be written when the channel is completed (then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block, 2D/repeated block, LLI or full linked-list.

In linked-list mode, during the link transfer, this register is automatically updated by GPDMA from the memory if GPDMA_CxLLR.UDA = 1.

31302928272625242322212019181716
DA[31:16]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
DA[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 31:0 DA[31:0] : destination address

This field is the pointer to the address from which the next data is written.

During the channel activity, depending on the destination addressing mode (GPDMA_CxTR1.DINC), this field is kept fixed or incremented by the data width (GPDMA_CxTR1.DDW_LOG2[1:0]) after each burst destination data, reflecting the next address from which data is written.

During the channel activity, this address is updated after each completed destination burst, consequently to:

In linked-list mode, after a LLI data transfer is completed, this register is automatically updated by the GPDMA from the memory, provided the LLI is set with GPDMA_CxLLR.UDA = 1.

Note: A destination address must be aligned with the programmed data width of a destination burst (DA[2:0] versus GPDMA_CxTR1.DDW_LOG2[1:0]). Else, a user setting error is reported and no transfer is issued.

12.8.14 GPDMA channel x transfer register 3 (GPDMA_CxTR3)

Address offset: 0xA4 + 0x80 * x (x = 12 to 15)

Reset value: 0x0000 0000

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFGR.PRIVx).

This register controls the transfer of a channel x.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be written when the channel is completed (then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block or LLI or full linked-list.

In linked-list mode, during the link transfer, this register is automatically updated by the GPDMA from the memory if GPDMA_CxLLR.UT3 = 1.

31302928272625242322212019181716
Res.Res.Res.DAO[12:0]
rwrwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
Res.Res.Res.SAO[12:0]
rwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 31:29 Reserved, must be kept at reset value.

Bits 28:16 DAO[12:0] : destination address offset increment

The destination address, pointed by GPDMA_CxDAR, is incremented or decremented (depending on GPDMA_CxBR1.DDEC) by this offset DAO[12:0] for each programmed destination burst. This offset is not including and is added to the programmed burst size when the completed burst is addressed in incremented mode (GPDMA_CxTR1.DINC = 1).

Note: A destination address offset must be aligned with the programmed data width of a destination burst (DAO[2:0] versus GPDMA_CxTR1.DDW_LOG2[1:0]). Else, a user setting error is reported and no transfer is issued.

Bits 15:13 Reserved, must be kept at reset value.

Bits 12:0 SAO[12:0] : source address offset increment

The source address, pointed by GPDMA_CxSAR, is incremented or decremented (depending on GPDMA_CxBR1.SDEC) by this offset SAO[12:0] for each programmed source burst. This offset is not including and is added to the programmed burst size when the completed burst is addressed in incremented mode (GPDMA_CxTR1.SINC = 1).

Note: A source address offset must be aligned with the programmed data width of a source burst (SAO[2:0] versus GPDMA_CxTR1.SDW_LOG2[1:0]). Else a user setting error is reported and none transfer is issued.

When the source block size is not a multiple of the destination burst size, and is a multiple of the source data width, then the last programmed source burst is not completed and is internally shorten to match the block size. In this case, the additional GPDMA_CxTR3.SAO[12:0] is not applied.

12.8.15 GPDMA channel x block register 2 (GPDMA_CxBR2)

Address offset: \( 0xA8 + 0x80 * x \) ( \( x = 12 \) to \( 15 \) )

Reset value: \( 0x0000\ 0000 \)

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFGR.PRIVx).

This register controls the transfer of a channel x at a 2D/repeated block level.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be written when the channel is completed (then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block, 2D/repeated block, LLI or full linked-list.

In linked-list mode, during the link transfer, this register is automatically updated by the GPDMA from the memory if GPDMA_CxLLR.UB2 = 1.

31302928272625242322212019181716
BRDAO[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
BRSAO[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 31:16 BRDAO[15:0] : Block repeated destination address offset

For a channel with 2D addressing capability, this field is used to update (by addition or subtraction depending on GPDMA_CxBR1.BRDDEC) the current destination address (GPDMA_CxDAR) at the end of a block transfer.

Note: A block repeated destination address offset must be aligned with the programmed data width of a destination burst (BRDAO[2:0] versus GPDMA_CxTR1.DDW_LOG2[1:0]). Else a user setting error is reported and no transfer is issued. BRDAO[15:0] must be set to 0 in peripheral flow-control mode (if GPDMA_CxTR2.PFREQ = 1).

Bits 15:0 BRSAO[15:0] : Block repeated source address offset

For a channel with 2D addressing capability, this field is used to update (by addition or subtraction depending on GPDMA_CxBR1.BRSDEC) the current source address (GPDMA_CxSAR) at the end of a block transfer.

Note: A block repeated source address offset must be aligned with the programmed data width of a source burst (BRSAO[2:0] versus GPDMA_CxTR1.SDW_LOG2[1:0]). Else a user setting error is reported and no transfer is issued. BRSAO[15:0] must be set to 0 in peripheral flow-control mode (if GPDMA_CxTR2.PFREQ = 1).

12.8.16 GPDMA channel x linked-list address register (GPDMA_CxLLR)

Address offset: \( 0xCC + 0x80 * x \) ( \( x = 0 \) to \( 11 \) )

Reset value: \( 0x0000\ 0000 \)

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFG.PRIVx).

This register configures the data structure of the next LLI in the memory and its address pointer. A channel transfer is completed when this register is null.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be written when the channel is completed (then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block or LLI or full linked-list.

In linked-list mode, during the link transfer, this register is automatically updated by the GPDMA from the memory if GPDMA_CxLLR.ULL = 1.

31302928272625242322212019181716
UT1UT2UB1USAUDARes.Res.Res.Res.Res.Res.Res.Res.Res.Res.ULL
rwrwrwrwrwrw
1514131211109876543210
LA[15:2]Res.Res.
rwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 UT1 : Update GPDMA_CxTR1 from memory

This bit controls the update of GPDMA_CxTR1 from the memory during the link transfer.

0: no GPDMA_CxTR1 update

1: GPDMA_CxTR1 update

Bit 30 UT2 : Update GPDMA_CxTR2 from memory

This bit controls the update of GPDMA_CxTR2 from the memory during the link transfer.

0: no GPDMA_CxTR2 update

1: GPDMA_CxTR2 update

Bit 29 UB1 : Update GPDMA_CxBR1 from memory

This bit controls the update of GPDMA_CxBR1 from the memory during the link transfer. If UB1 = 0 and if GPDMA_CxLLR ≠ 0, the linked-list is not completed.

GPDMA_CxBR1.BNDT[15:0] is then restored to the programmed value after data transfer is completed and before the link transfer.

0: no GPDMA_CxBR1 update from memory (GPDMA_CxBR1.BNDT[15:0] restored if any link transfer)

1: GPDMA_CxBR1 update

Bit 28 USA : update GPDMA_CxSAR from memory

This bit controls the update of GPDMA_CxSAR from the memory during the link transfer.

0: no GPDMA_CxSAR update

1: GPDMA_CxSAR update

Bit 27 UDA : Update GPDMA_CxDAR register from memory

This bit is used to control the update of GPDMA_CxDAR from the memory during the link transfer.

0: no GPDMA_CxDAR update

1: GPDMA_CxDAR update

Bits 26:17 Reserved, must be kept at reset value.

Bit 16 ULL : Update GPDMA_CxLLR register from memory

This bit is used to control the update of GPDMA_CxLLR from the memory during the link transfer.

0: no GPDMA_CxLLR update

1: GPDMA_CxLLR update

Bits 15:2 LA[15:2] : pointer (16-bit low-significant address) to the next linked-list data structure

If UT1 = UT2 = UB1 = USA = UDA = ULL = 0 and if LA[15:2] = 0, the current LLI is the last one. The channel transfer is completed without any update of the linked-list GPDMA register file.

Else, this field is the pointer to the memory address offset from which the next linked-list data structure is automatically fetched from, once the data transfer is completed, in order to conditionally update the linked-list GPDMA internal register file (GPDMA_CxTR1, GPDMA_CxTR2, GPDMA_CxBR1, GPDMA_CxSAR, GPDMA_CxDAR, and GPDMA_CxLLR).

Caution: The user must program this pointer not to exceed the 64-Kbyte addressable space defined by the link base address register GPDMA_CxLBAR. The complete linked-list data structure must be included in the 64-Kbyte addressable space.

Note: The user must program the pointer to be 32-bit aligned. The two low-significant bits are write ignored.

Bits 1:0 Reserved, must be kept at reset value.

12.8.17 GPDMA channel x alternate linked-list address register (GPDMA_CxLLR)

Address offset: 0xCC + 0x80 * x (x = 12 to 15)

Reset value: 0x0000 0000

This register is privileged or unprivileged, depending on the privileged state of channel x (GPDMA_PRIVCFG.R.PRIVx).

This register configures the data structure of the next LLI in the memory and its address pointer. A channel transfer is completed when this register is null.

This register must be written when GPDMA_CxCR.EN = 0.

This register is read-only when GPDMA_CxCR.EN = 1.

This register must be written when the channel is completed (then the hardware has deasserted GPDMA_CxCR.EN). A channel transfer can be completed and programmed at different levels: block or LLI or full linked-list.

In linked-list mode, during the link transfer, this register is automatically updated by the GPDMA from the memory if GPDMA_CxLLR.ULL = 1.

31302928272625242322212019181716
UT1UT2UB1USAUDAUT3UB2Res.Res.Res.Res.Res.Res.Res.Res.ULL
rwrwrwrwrwrwrwrw
1514131211109876543210
LA[15:2]Res.Res.
rwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 UT1 : Update GPDMA_CxTR1 from memory

This bit controls the update of GPDMA_CxTR1 from the memory during the link transfer.

0: no GPDMA_CxTR1 update

1: GPDMA_CxTR1 update

Bit 30 UT2 : Update GPDMA_CxTR2 from memory

This bit controls the update of GPDMA_CxTR2 from the memory during the link transfer.

0: no GPDMA_CxTR2 update

1: GPDMA_CxTR2 update

Bit 29 UB1 : Update GPDMA_CxBR1 from memory

This bit controls the update of GPDMA_CxBR1 from the memory during the link transfer.

If UB1 = 0 and if GPDMA_CxLLR ≠ 0, the linked-list is not completed.

GPDMA_CxBR1.BNDT[15:0] is then restored to the programmed value after data transfer is completed and before the link transfer.

0: no GPDMA_CxBR1 update from memory (GPDMA_CxBR1.BNDT[15:0] restored if any link transfer)

1: GPDMA_CxBR1 update

Bit 28 USA : update GPDMA_CxSAR from memory

This bit controls the update of GPDMA_CxSAR from the memory during the link transfer.

0: no GPDMA_CxSAR update

1: GPDMA_CxSAR update

Bit 27 UDA : Update GPDMA_CxDAR register from memory

This bit is used to control the update of GPDMA_CxDAR from the memory during the link transfer.
0: no GPDMA_CxDAR update
1: GPDMA_CxDAR update

Bit 26 UT3 : Update GPDMA_CxTR3 from memory

This bit controls the update of GPDMA_CxTR3 from the memory during the link transfer.
0: no GPDMA_CxTR3 update
1: GPDMA_CxTR3 update

Bit 25 UB2 : Update GPDMA_CxBR2 from memory

This bit controls the update of GPDMA_CxBR2 from the memory during the link transfer.
0: no GPDMA_CxBR2 update
1: GPDMA_CxBR2 update

Bits 24:17 Reserved, must be kept at reset value.

Bit 16 ULL : Update GPDMA_CxLLR register from memory

This bit is used to control the update of GPDMA_CxLLR from the memory during the link transfer.
0: no GPDMA_CxLLR update
1: GPDMA_CxLLR update

Bits 15:2 LA[15:2] : pointer (16-bit low-significant address) to the next linked-list data structure

If UT1 = UT2 = UB1 = USA = UDA = ULL = 0 and if LA[15:2] = 0, the current LLI is the last one. The channel transfer is completed without any update of the linked-list GPDMA register file.

Else, this field is the pointer to the memory address offset from which the next linked-list data structure is automatically fetched from, once the data transfer is completed, in order to conditionally update the linked-list GPDMA internal register file (GPDMA_CxTR1, GPDMA_CxTR2, GPDMA_CxBR1, GPDMA_CxSAR, GPDMA_CxDAR, and GPDMA_CxLLR).

Caution: The user must program this pointer not to exceed the 64-Kbyte addressable space defined by the link base address register GPDMA_CxLBAR. The complete linked-list data structure must be included in the 64-Kbyte addressable space.

Note: The user must program the pointer to be 32-bit aligned. The two low-significant bits are write ignored.

Bits 1:0 Reserved, must be kept at reset value.

12.8.18 GPDMA register map

Table 99. GPDMA register map and reset values

OffsetRegister name313029282726252423222120191817161514131211109876543210
0x04GPDMA_PRIVCFGRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.PRIV15PRIV14PRIV13PRIV12PRIV11PRIV10PRIV9PRIV8PRIV7PRIV6PRIV5PRIV4PRIV3PRIV2PRIV1PRIV0
Reset value0000000000000000
0x08GPDMA_RCFGLOCKRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.LOCK15LOCK14LOCK13LOCK12LOCK11LOCK10LOCK9LOCK8LOCK7LOCK6LOCK5LOCK4LOCK3LOCK2LOCK1LOCK0
Reset value0000000000000000

Table 99. GPDMA register map and reset values (continued)

OffsetRegister name313029282726252423222120191817161514131211109876543210
0x0CGPDMA_MISRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.MIS15MIS14MIS13MIS12MIS11MIS10MIS9MIS8MIS7MIS6MIS5MIS4MIS3MIS2MIS1MIS0
Reset value0000000000000000
0x10GPDMA_SMISRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.MIS15MIS14MIS13MIS12MIS11MIS10MIS9MIS8MIS7MIS6MIS5MIS4MIS3MIS2MIS1MIS0
Reset value0000000000000000
0x14 - 0x4CReservedReserved
0x50+0x80 * x
(x = 0 to 15)
GPDMA_CxLBARLBA[31:16]Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
Reset value0000000000000000
0x5C+0x80 * x
(x = 0 to 15)
GPDMA_CxFCRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.TOFSUSPFUSEFULEFDTEFHTFTCFRes.Res.Res.Res.Res.Res.Res.Res.
Reset value0000000
0x60+0x80 * x
(x = 0 to 15)
GPDMA_CxSRRes.Res.Res.Res.Res.Res.Res.Res.FIFOL[7:0]Res.TOFSUSPFUSEFULEFDTEFHTFTCFRes.Res.Res.Res.Res.Res.Res.IDLEF
Reset value0000000000000001
0x64+0x80 * x
(x = 0 to 15)
GPDMA_CxCRRes.Res.Res.Res.Res.Res.Res.Res.PRIO
[1:0]
Res.Res.Res.Res.Res.LAPLSMRes.TOIESUSPIEUSEIEULEIEDTEIEHTIETCIERes.Res.Res.Res.Res.Res.SUSPRESET
Reset value0000000000000
0x90+0x80 * x
(x = 0 to 15)
GPDMA_CxTR1Res.DAPRes.DHXDBXDBL_1[5:0]DINCRes.DDW_LOG2
[1:0]
Res.SAPSBXPAM[1:0]Res.SBL_1[5:0]Res.SINCRes.SDW_LOG2
[1:0]
Reset value00000000000000000000000000000
0x98+0x80 * x
(x = 0 to 11)
GPDMA_CxBR1Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.BNDT[15:0]
Reset value0000000000000000
0x98+0x80 * x
(x = 12 to 15)
GPDMA_CxBR1BRDDECBRSDDECDDECSDECRes.BRC[10:0]BNDT[15:0]
Reset value0000000000000000000000000000000
0x9C+0x80 * x
(x = 0 to 15)
GPDMA_CxSARSA[31:0]
Reset value00000000000000000000000000000000
0xA0+0x80 * x
(x = 0 to 15)
GPDMA_CxDARDA[31:0]
Reset value00000000000000000000000000000000
0xA4+0x80 * x
(x = 12 to 15)
GPDMA_CxTR3Res.Res.DAO[12:0]Res.Res.Res.SAO[12:0]
Reset value000000000000000000000000000
0xA8+0x80 * x
(x = 12 to 15)
GPDMA_CxBR2BRDAO[15:0]BRSAO[15:0]
Reset value00000000000000000000000000000000
0xCC+0x80 * x
(x = 0 to 11)
GPDMA_CxLLRUT1UT2UB1USAUDARes.Res.Res.Res.Res.Res.Res.Res.Res.Res.ULLLA[15:2]Res.Res.
Reset value0000000000000000000000
0xCC+0x80 * x
(x = 12 to 15)
GPDMA_CxLLRUT1UT2UB1USAUDAUT3UB2Res.Res.Res.Res.Res.Res.Res.Res.ULLLA[15:2]Res.Res.
Reset value000000000000000000000000
Refer to Section 2.3: Memory organization for the register boundary addresses.