Is there a reference or example code for IUNIVERSAL type codec engine that runs in a custom DSP Codec server on SYSBIOS 6 in Netra c674x DSP and is callable from ARM Cortex A8 using syslink?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
If you have the EZSDK, look in codec_engine_<ver>/examples:
Chris
Once more, with feeling...
If you have the EZSDK, look in codec_engine_<ver>/examples:
The DSP runs a Server - codec_engine_<ver>/examples/ti/sdo/ce/examples/servers/all_codecs. The ARM runs an app that (that uses the server) - codec_engine_<ver>/examples/ti/sdo/ce/examples/apps/universal_copy.
Chris