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.

IPC version compatible to TMS320C6678



Hi,

Recently, I use C6678 evaluation board to make inter-core communication. I use the example in PDK QMSS folder. 

What is the latest version I can use, 1.25 or 3.x? I notice 3.x cannot support syslink, but I am not sure if I use it. Could you tell how I can distinguish if I use syslink.

IPC 3.x is not executable file in windows. Should I compile it in windows? Is any instruction there?

Thank you for your help.

  • Please refer MCSDK 2.x release notes for supported IPC package.
  • Hi Jie zhang5,

    Jie says said:
    Recently, I use C6678 evaluation board to make inter-core communication. I use the example in PDK QMSS folder.

    In C6678, for IPC, you can use the "Image processing demo" ( which uses the messageQ method of IPC ) example in which the IPC version used is 1.24.3.32. I infact, changed the CCS settings to use the IPC package version, 3.0.4.29 and able to build successfully and execute it perfectly. By the way give the path of the QMSS sample you used? or mention the PDK version.

    Jie says said:
    IPC 3.x is not executable file in windows. Should I compile it in windows? Is any instruction there?

    For rebuilding IPC, please follow this user guide.

    [quote user="Jie says"] What is the latest version I can use, 1.25 or 3.x? I notice 3.x cannot support syslink, but I am not sure if I use it. Could you tell how I can distinguish if I use syslink.[/quote ]

    For migrating to IPC 3.x or to know the diff between 1.x and 3.x, Please visit:

    Regards,

    Shankari

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.

    --------------------------------------------------------------------------------------------------------

  • Hi Shankari,

    Thank you for your kind reply.
    Could you tell where is the image processing demo?
    I have tried IPC3.0.X. I think it has been pre-built. And I can use it correctly.

    Best Regards,
    Jie
  • Hi Jie,

    Jie said:
    Could you tell where is the image processing demo?

    The image processing demo code is located at path: " ..\ti\mcsdk_2_01_02_06\demos\image_processing\ipc\evmc6678l\master " for Master and "..\ti\mcsdk_2_01_02_06\demos\image_processing\ipc\evmc6678l\slave" for Slave.

    The package is mcsdk_2_01_02_06.

    You have to import in CCS and run the example. You will receive an IP address in the console window.

    Type this Ip address on the browser window which will launch the Image processing demo.

    Regards,

    Shankari

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.

    --------------------------------------------------------------------------------------------------------