Hello EDMA Experts,
I am trying to run QDMA edma3_lld example (part of edma3lld_01_11_00_03) on beagleboard-XM (DM3730) Rev C.
For this I am using CCS5.1.0.09000_linux.
emda3_lld version is edma3lld_01_11_00_03.
I am able to compile the code.
But when I try to run it on board through ccs, code gets stuck inside following code waiting for transfer to get complete inside qdma_test.c .
---------------------------------------------------------------------------
/* Wait for the Completion ISR. */
while (irqRaised1 == 0)
{
/** Wait for the Completion ISR.
* You can insert your code here to do something
* meaningful.
*/
}
-------------------------------------------------------------------------
Can there be problem with my Gel files?
I am using Gel files located at
http://processors.wiki.ti.com/images/2/27/OMAP3530-25_GELs_CCSv4.zip
I am using tcf file for evm3530 located at
edma3lld_01_11_00_03/examples/edma3_driver/evm3530
Can anyone please tell me what I am missing?
I am attaching project sources for this.
Regards,
Mike