13.4.8.6 Address and Count Reload
Although the Repeated modes explicitly include it, all the transfer modes allow the automatic reuse of the initial source and destination addresses and transaction counts for multiple operations. Setting the RELOADS (DMAxCH[24]), RELOADD (DMAxCH[25]) and RELOADC (DMAxCH[26]) bits allows the values of DMAxSRC, DMAxDST and DMAxCNT to be restored for the next DMA operation. This causes the registers to be reloaded in One-Shot and Continuous modes after a transfer operation is complete and the channel is re-enabled. Address and transaction count reloading is automatic in Repeated One-Shot and Repeated Continuous modes. DMAxCNT also has its value reloaded after it has been decremented to 0000h, regardless of the setting of the RELOADC or TRMODEx bits. The only exception is if the channel is stopped in mid-operation and restarted later.
Table 13-22 shows the effect of RELOADS/RELOADD/RELOADC on DMAxSRC, DMAxDST and DMAxCNT for the data transfer modes.
RELOADS/RELOADD/RELOADC Bits | Transfer Mode | DMAxSRC | DMAxDST | DMAxCNT |
---|---|---|---|---|
1 | — | Reloaded | Reloaded | Reloaded |
0 | Repeated One-Shot/Continuous | Not Reloaded | Not Reloaded | Reloaded(1) |
0 | One-Shot/Continuous | Not Reloaded | Not Reloaded | Not Reloaded |
Note:
|