EDMA Interrupt Generation
6-35
EDMA Controller
Figure 6–16. Channel Chain Enable Register (CCER)
31
12
11
10
9
8
7
0
rsvd
CCE11
CCE10
CCE9
CCE8
rsvd
R, +0
RW, +0
RW, +0
RW, +0
RW, +0
R, +0
For example, if TCC = 1000b and CCER[8] = 1 is specified for EDMA channel
4, an external interrupt on EXT_INT4 initiates the EDMA transfer. Once
channel 4 transfer is complete, the EDMA controller initiates (TCINT = 1) the
next transfer specified by EDMA channel 8. This is because TCC = 1000b
(channel 4 transfer completion code) is the sync event for EDMA channel 8.
The corresponding CIPR bit 8 is set after channel 4 completes and generates
an EDMA_INT (provided CIER[8] = 1) to the CPU. If the CPU interrupt is not
desired, the corresponding interrupt enable bit, CIER[8] must be set to ‘0’. If
channel 8 transfer is not desired, CCER[8] must be set to ‘0’.