Hello,
I'm trying to run the LLD Async example for the C6455 listed here: http://processors.wiki.ti.com/index.php/Programming_the_EDMA3_using_the_Low-Level_Driver_%28LLD%29
This is a simple example of an asynchronous memory transfer. I have made no changes to the example code.
I get the following warning when I build the project and have no idea how to resolve it:
#10188-D symbol "CLK_F_gethtime" from file "E:/ti/bios_5_41_13_42/packages/ti/bios/lib/biosTCI6482.a64P<clk_gethtime.o6 4P>" being redefined
If I ignore the warning and run the project, the memory transfer starts but fails to complete (execution never returns from function edma_wait).
I am running CCS 5.2.0.00069, and am using DSP/BIOS 5.41.13.42, and LLD 01.11.03.01.
Any advice on how to resolve the warning and get this example to work?
Thanks,