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 with Syslink



How do I plug the syslink module to the Codec Engine for IPC?

Previous (with dsplink) I could do :

var ipcSettings = xdc.useModule('ti.sdo.ce.ipc.Settings');
ipcSettings.ipc = xdc.useModule('ti.sdo.ce.ipc.dsplink.Ipc');

Any documentation on how I can get the above done with syslink?

I'm using codec_engine_3_21_00_02_eng and syslink_02_00_00_65_alpha2.

Thanks