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.

[ProcessorSDK] IPCBenchmarkProject is not existing

Hi,

I recently noticed that ProcessorSDK had been released for C665x/C667x.

This looks the replacement for MCSDK.
I'm checking the differences between MCSDK and ProcessorSDK and found all of software components had been upgraded. And I noticed there is no CCS project files for IPCBenchmarkProject in PDK.
Where can we get them ?

Also, I would like to know your support plan for the MCSDK. Will you keep supporting MCSDK via e2e ? Or should all customers go with ProcessorSDK ?
Because all of software components had been upgraded, I think it is not easy for current MCSDK users to move to ProcessorSDK.

Best Regards,
Naoki

  • Also, CCS project files for NDK hello world are not existing.
    There is just NIMU_emacExample_EVMC6678C66BiosExampleProject.txt on pdk_c667x_2_0_0\packages\ti\transport\ndk\nimu\example\helloWorld\c6678\c66\bios and it seems to list the required files for this project.

    As for IPCBenchmark, there is just transportQmssBenchmarkC6678C66ExampleProject.txt on pdk_c667x_2_0_0\packages\ti\transport\ipc\c66\qmss\example\c6678\c66\bios and it seems to list the required files for this project.

    How can I use this text file for importing CCS project (CCSv6.1.2) ?

    Best Regards,
    Naoki

  • Also, I would like to know your support plan for the MCSDK. Will you keep supporting MCSDK via e2e ? Or should all customers go with ProcessorSDK ?

    We would support for both SW.

    I'm checking the differences between MCSDK and ProcessorSDK and found all of software components had been upgraded. And I noticed there is no CCS project files for IPCBenchmarkProject in PDK.

    Have you created CCS projects examples through "pdkProjectCreate.bat" script ?

    processors.wiki.ti.com/.../Rebuilding_The_PDK
  • Dear Naoki,

    Use the following command to create the all DSP example projects.

    cd C:\ti\pdk_c667x_2_0_0\packages
    C:\ti\pdk_c667x_2_0_0\packages> pdkProjectCreate.bat C6678 all little all dsp


    Also, CCS project files for NDK hello world are not existing.
    There is just NIMU_emacExample_EVMC6678C66BiosExampleProject.txt on pdk_c667x_2_0_0\packages\ti\transport\ndk\nimu\example\helloWorld\c6678\c66\bios and it seems to list the required files for this project.

    Yes, we have NDK helloworld example named "NIMU_emacExample_EVMC6678C66BiosExampleProject"

    PS: You have to use the latest CCS version (CCSv6.1.2) for this Processor SDK package.

    Please let us know if you have issue.
  • Hi Naoki,

    Naoki said:
    I recently noticed that ProcessorSDK had been released for C665x/C667x.
    This looks the replacement for MCSDK.


    Yes, Your understanding is right. Processor SDK is the latest version of MCSDK.

    Naoki said:
    I'm checking the differences between MCSDK and ProcessorSDK and found all of software components had been upgraded. And I noticed there is no CCS project files for IPCBenchmarkProject in PDK.
    Where can we get them ?


    You can get them under ""~\ti\pdk_c667x_2_0_0\packages\MyExampleProjects".

    In processor SDK, once you create the PDK examples by running the script files, "pdksetupenv.bat" and "pdkProjectCreate.bat" , you will find these examples getting generated in the name of "transportQmssBenchmarkC6678C66ExampleProject" and "transportSrioBenchmarkC6678C66ExampleProject";located at "C:\ti\pdk_c667x_2_0_0\packages\MyExampleProjects".

    In versions of MCSDK, you will find these projects in the name of "qmssIpcBenchmark" and "srioIpcBenchmark" but using the same source files.

    I hope this clarifies!!.

    Revert if have further questions.
  • Hi All,
    Thanks for your reply. I succeeded to create PDK example projects by following your suggestions.
    Also, I could rebuild the PDK drivers.

    Before closing this thread, I have a quick question -- do you recommend to use C6000 CGT v8.1 on Processor SDK environment ?

    Best Regards,
    Naoki
  • Hi Naoki,
    Yes, you can use the latest CGT version 8.1 as documented in release notes of package.
    processors.wiki.ti.com/.../Processor_SDK_RTOS_Release_Notes
  • Hi Shankari,

    Ok, thanks. I close the thread.

    Best Regards,
    Naoki
  • Naoki,

    You are welcome! :-)