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.

IUNIVERSAL (ARM+DSP) on TI8168 Netra

Expert 2030 points
Other Parts Discussed in Thread: SYSBIOS

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? 

  • If you have the EZSDK, look in codec_engine_<ver>/examples:

    • ti/sdo/ce/examples/servers/all_codecs for an example Server.  Note, this example server has "all" example copy codes integrated in the .cfg script - you can eliminate all but the universal_copy codec if you like.
    • ti/sdo/ce/examples/apps/universal_copy for an example app

    Chris

  • In this folder : ti-ezsdk_dm816x-evm_5_00_00_11/codec-engine_3_21_00_10/examples/apps/

    I don't see any folders listed for ARM+DSP examples. 

    universal_copy runs on ARM Linux and the server runs on DSP  I suppose? 

  • Once more, with feeling...

    If you have the EZSDK, look in codec_engine_<ver>/examples:

    • ti/sdo/ce/examples/servers/all_codecs for an example Server.  Note, this example server has "all" example copy codes integrated in the .cfg script - you can eliminate all but the universal_copy codec if you like.
    • ti/sdo/ce/examples/apps/universal_copy for an example app

    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