Hello!
I'm trying to catch a Transfer Completion Interrupt from EDMA on the DSP side of OMAP-L138.
I'm using channel 10 for my DMA transfer, in its OPT field TCINTEN is set to 1 (INT only on completion). Setting the TCC field is more tricky for me. How should I fill TCC and Scheduling->HWI in Code Composer to attach my function to the interrupt generated by EDMA? Also, should IER be set to (1 << 10) (as the channel number which generates the interrupt), or to the value of (1 << TCC)?
This topic seems similar but it confused me a little bit: http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/99/p/6711/25716.aspx#25716
Regards
Szymon