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.

Where do I get the example project for VCP2?

Dear all,

I have one question.

Currently, I want to learn how to use the co-processor of TCI6638K2K.

I can find the example project for the TCP, FFTC, and BCP in the folder "pdk_keystone2_3_01_00_03\packages\exampleProjects"

But I can't find the example project for the VCP.

Can anyone help me to get the example project?

Thanks a lot.

  • Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com). Please refer all the links below signature.

    I think you may need to port below example to K2K. Please check whether below thread helps,

    Thank you.

  • Hi, Raja,

    Thanks for your reply.

    But I still have some problems as I imported this project.

    1)
    As I imported the project provided by you, the CCS 5 always told us that it can't find the some headers, like 'ti/csl/csl.h', 'ti/csl/csl_chip.h'....etc.

    But actually, I can find these files in the following path 'C:\ti\pdk_keystone2_3_01_00_03\packages\ti\csl'.

    How can I add these path correctly?

    2)
    In the example project, I saw some functions, like this

    extern VCP2Handle VCP2_init(
    VCP2Obj * pVcp2Obj,
    int instNum,
    int * pStatus
    );

    My question is where can I got the c code for these functions.

    Thanks a lot.
  • Hi,
    1. There are many useful TI WiKi pages available for solving the build issues. Please refer few links below,
    processors.wiki.ti.com/.../CCStudio_FAQ
    processors.wiki.ti.com/.../Projects_and_Build_Handbook_for_CCS
    processors.wiki.ti.com/.../Include_paths_and_options

    2. Please refer below CSL source file for VCP2,

    PATH: ..\ti\pdk_keystone2_3_0x_0x_0x\packages\ti\csl\src\ip\vcp2\V0\csl_vcp2
  • Hi, Raja,

    Sorry to bother you again, I build the example project provided by you.

    It will have some error message.

    I think that is because this example is for keystone I, but my environment is keystone II, so some file is different, like

    the file 'csl_device.h'

    So my question is that are there any other example project for me to use the VCP2 in the keystone II.

    Thanks a lot.