Hi,
I can build and run edma3_lld_01_11_03_01 sample application on omap-l137 evm.
Incidently, a line TSK_sleep(100) was inserted after edma3init(). It's still OK.
Since the app will be a template for moving to dsplink application, I deleted the statically created task "echo"
and create it dynamically. Then I found the app suspend at TSK_sleep(100) without return.
When I restore the statically created task, every thing become OK again.
Anyone know why?