Part Number: DM505
Hi,
I'm trying to use "REL.100.V.MPEG4.E.C66XOBJ.00.01.00.00" library form PROCESSOR_SDK_VISION_03_07_00_00.
The question is how to manage EDMA resources? Provided with test example functon "XDAS_Int32 EncodeTask ()" does not do anythithing EDMA related.
I'm trying to repeat after example but I have problem.
At this moment I run initialisation functions which work properly (return Ok code).
And even function "process" returns 0 and fills output with some data looking fair. But any call after "process" ("control" or "deactivate") hungs.
Also, other distribution of MP4Enc (C66x_mp4venc_02_04_01_02_ELF) in their test example has some resources allocation routines.