Hi,
I wanted to create an EDMA to EMIF transmitt only example. As a base I took dsp_app example provided with the TMS320C6455 DSK. I removed all of the unnecessary stuff and even enabled Global EDMA, even though I do not think I needed to. Everything works as long as destination address in PARaM set is McBSP. As soon as I changed it to EMIF mapped address the execution does not happen anymore. I am attaching the example file I made. Interrupt should be triggered on EDMA completion, however EDMA event is tied to McBSP transmit. Is that the reason why it does not work? I read through the EDMA3 manual, and did not find anything else I need to change (I think). Also, do you know of any examples already like that, for L2 to EMIF transfers through EDMA?
Thanks.