Registers
5-50
Table 5–15. DMA Channel Status Register (DMA_CSR) (Continued)
Bit
Reset
Value
Type
Description
Value
Name
6
SYNC
Synchronization status
This bit is not set to one when an interrupt is
generated, but when a DMA request is made in a
synchronized channel. When the DMA request is
serviced, the bit returns to zero.
R
0
0
No DMA request is in service.
1
A DMA request was made for this channel when
it was in service.
5
BLOCK
End block
R
0
0
Current transfer is not finished yet.
1
The current transfer in the channel is finished
(another one may have start if DMA_CCR2
AUTOINIT = 1 ).
4
LAST
Last frame
R
0
0
Last frame did not start yet.
1
The transfer of the last frame has started.
3
FRAME
Frame
R
0
0
Transfer of the current frame still in progress
1
A complete frame was transferred.
2
HALF
Half frame
R
0
0
First half of the current frame not transferred yet
1
First half of the current frame was transferred.
1
DROP
Event drop
R
0
0
No event drop occurred during the transfer.
1
An event drop occurred during the transfer.
0
TOUT
Time-out in the channel
R
0
0
No time-out error occurred in channel.
1
Time-out occurred in channel.