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.

how to use csl

Hello,

I am trying to develop new project without SYS/BIOS.

I saw some examples in C:\ti\pdk_C6678_1_1_2_6\packages\ti\csl\example\ folder.

I created new CCS project which project template was 'Empty Project'.

I copied timer_test.c and test_lnk.cmd files to new project folder and made ti_lib folder to new project folder.

A copied all files under C:\ti\pdk_C6678_1_1_2_6\packages\ti\csl folder to new ti_lib\ti\csl folder

add '"${workspace_loc:/${ProjName}/ti_lib}"' to include option.

I build project and faced some errors.

unresolved symbol CSL_intclvpSet, CSL_inctGlobalEnable.....

I cannot find the sources of unresolved symbols below \ti\csl folder

Please let me know how to use CSL properly.

  • Kim,

    You are missing the lib in the project. Go to the build properties, file search path. Here you need add the relevant lib.

    For Example:

    Lib name: "ti.csl.ae66" and "ti.csl.intc.ae66"

    Path: "C:\ti\pdk_C6678_1_1_2_6\packages\ti\csl\lib"