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.

PROCESSOR-SDK-OMAPL138: Query related to CSL based interrupt error

Part Number: PROCESSOR-SDK-OMAPL138
Other Parts Discussed in Thread: OMAPL138

Hello

I want to run CSL examples present in pdk folder on OMAP L138 LCDK. I have started using GPIO Module present in path "C:\ti\pdk_omapl138_1_0_11\packages\ti\csl\example\gpio".

I have added relevant C source files and header files from folder "C:\ti\pdk_omapl138_1_0_11\packages\ti\csl\src\ip\gpio" as well as interrupt files from path "C:\ti\pdk_omapl138_1_0_11\packages\ti\csl\src\intc".

But I am facing error for the functions stated below:

"_CSL_intcCpuIntrTable      "  ./_csl_intcIsrDispatch.obj
"__c_int00 "                          ./_csl_intcIsrDispatch.obj

The error says "unresolved symbol __c_int00, first referenced in ./_csl_intcIsrDispatch.obj gpio_csl C/C++ Problem"

for both functions.

Though I have the functions declaration and definitions of the functions in my C source files. but still it is not picking up.

Kindly let me know how can I be able to run csl examples that include interrupts as well.

If you have any CSL based working code of C6748 with interrupts then please do share.