I'm using TMS320C6748 and want to use the EDMA3 LLD. I'm reading the DSP/BIOS workshop document about EDMA3 LLD.
What interrupt source must I use for lisrEdma3ComplHandler0(), do I use EDMA3_0_CC0_INT1 (EVT# 8)? In the DSP/BIOS workshop it is called EDMA3CC_INT1 (EVT# 36).
And must I tie it to INT5? Why not any other, INT4-15?