I am having odd linking issues. I am unable to link certian CSL functions (the chip functions). Undefind Symbol errors.
Successfully linked functions: CSL_TmrMode(), CSL_semReleaseSemaphore(), CSL_semAcquireDirect(), CSL_chipReadReg()
UNABLE to link functions: CSL_chipReadTSCL(), CSL_chipWriteTSCL()
PDK C6678 1.0.0.21
MCSDK 2.0.9.21
CCS 5.0.1.201105110900
I explicitly added both libraries and then each individually: -l"ti.csl.intc.ae66" and -l"ti.csl.ae66"
I tried adding usemodule to my *cfg file:
var Csl = xdc.useModule('ti.csl.Settings');
Csl.useCSLIntcLib = true;
Why are these functions not found? What library are they in?