Hi,
I used the edma example from the csl library. It run successfully on simulation but failed to transfer the data when running on the board.
I am using MCSDK 2.0 beta2 and SYS/BIOS 6.31.
Is there something to take into account when running the example on the board?
After some search on EDMA3 I found this: http://processors.wiki.ti.com/index.php/Programming_the_EDMA3_using_the_Low-Level_Driver_%28LLD%29
I tried to use the examples but it was not successful as well. (the function edma3_drv_requestchannel never returns).
Is there any working example of using edma3 with sys/bios on that board?
Is there a way to modify the examples I used to work on that board?
thank you.