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.

CCS/TMS320F28035: TMS320F28035

Part Number: TMS320F28035
Other Parts Discussed in Thread: C2000WARE, TMDSDOCK28035

Tool/software: Code Composer Studio

We are developing a new product based on TMS320F28035. I took the example of Example_2803xLEDBlink and trying to modify the same. I wanted add serial communication. Hence I added " InitSciaGpio()" to initialize the serial port. But when compiled I got the following build error.

"unresolved symbol _InitSciaGpio, first referenced in ./sched.obj"

I checked the linker File search path in Code composer - Properties-->Build-->C2000 Linker-->File search path and found "${INSTALLROOT_2803x}/common/lib" which resolves to following path
${TI_PRODUCTS_DIR__TIREX}\C2000Ware_3_02_00_00_Software\device_support\f2803x\examples\c28\timed_led_blink

Similarly I checked the Example_2803xSci_Echoback where there is no build error and found the path as follows
${TI_PRODUCTS_DIR__TIREX}\C2000Ware_3_02_00_00_Software\device_support\f2803x\examples\c28\sci_echoback

I am testing with  F28035 Piccolo Experimenter's kit.( TMDSDOCK28035)

Please help how to set the path.