Hi all,
I am trying to configure the GPIOs using the CSL using the following function:
CSL_GPIO_setPinDirOutput
but I am getting "undefined Symbol" error...I've added the library
"C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_17\packages\ti\csl\lib\ti.csl.ae66"
and called the open function and included the header files:
....
#include <ti/csl/csl_gpio.h>
...
CSL_GpioHandle gpionIntHandle;
gpionIntHandle =CSL_GPIO_open(0);
CSL_GPIO_setPinDirOutput(gpionIntHandle, 1);
The CSL_GPIO_open(0) works ok by itself, but I get an error once I add the CSL_GPIO_setPinDirOutput()
I am using:
ccs_base_5.0.3.00028
pdk_C6678_1_0_0_17
mcsdk_2_00_05_17
Any idea what am I missing...
Regards,
Murad