26.10.4 Block Transfer Destination Address
| Name: | DSTADDR |
| Offset: | 0x08 |
| Reset: | 0 |
| Property: | - |
| Bit | 31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | |
| DSTADDR[31:24] | |||||||||
| Access | - | - | - | - | - | - | - | - | |
| Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
| Bit | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | |
| DSTADDR[23:16] | |||||||||
| Access | - | - | - | - | - | - | - | - | |
| Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
| Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | |
| DSTADDR[15:8] | |||||||||
| Access | - | - | - | - | - | - | - | - | |
| Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
| Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
| DSTADDR[7:0] | |||||||||
| Access | - | - | - | - | - | - | - | - | |
| Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
Bits 31:0 – DSTADDR[31:0] Transfer Destination Address
This bit field holds the block transfer destination address.
When destination address incrementation is disabled (BTCTRL.DSTINC = 0), DSTADDR corresponds to the last beat transfer address in the block transfer.
When destination address incrementation is enabled (BTCTRL.DSTINC = 1), DSTADDR is calculated as follows:
- If BTCTRL.STEPSEL = 1:
DSTADDR = DSTADDRSTART + BTCNT • (BEATSIZE + 1)
- If BTCTRL.STEPSEL = 0:
DSTADDR = DSTADDRSTART + BTCNT • (BEATSIZE + 1) • 2^STEPSIZE
- DSTADDRSTART is the destination address of the first beat transfer in the block transfer
- BTCNT is the initial number of beats remaining in the block transfer
- BEATSIZE is the configured number of bytes in a beat
- STEPSIZE is the configured number of beats for each incrementation
