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.

Codec engine on C6713



hello.

I want use codec engine with xdc algorithm on C6713. But have some difficulties.


I don't understand how to run codec engine on C6713. All manuals assume that i should run codec engine server application on ARM, but my board doesn't have a ARM, only DSP.
Could i run codec engine on C6713 somehow? If not, there are any way to run xdc compatible algorithm on DSP without codec engine?

  • Hi,

    Please refer to http://processors.wiki.ti.com/index.php/Category:Codec_Engine and

    http://processors.wiki.ti.com/index.php/Codec_Engine_Examples which will help you to get hold of CE.

  • I try to create new project using CE GenServer, but he seem does not support C6713 at all. (see screenshot).

    Does there exist any other way to create CE server without GenServer ?

  • Hi Lexa,

    On a single core DSP application you would be using Codec Engine 'locally', so the GenServer path to build a server for a remote CE application is not applicable or necessary.

    You are better off looking at a 'local' codec engine example for a starter, like the universalcopy example. Depending on your CE version the examples are structured differently. Ideally you are on CE version 3.23.xx as there is better collateral to look at. Look in the examples/archive/ for a bios target and you should be able to locate a non-remote universalcopy example for a DSP target (since there is no built in 6713 target you will need to tweak something that looks closest.)

    If you are on 3.22, you can look under examples for the 'universal_copy'  *bios_local* as a reference.

    Best regards,

    Murat