Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
Hi, my name is Iulian Popa.
I´m a student from Univerity of Zaragoza in Spain. Im using one of your development board 'LAUNCHXL-F280049C' and I have some questions and problems when I´m trying to use some example projects from driverlib.
First of all, Im using:
- CodeComposer version 9.3
- C2000Ware version 3.1.0.00
I started my own project (based on the C:\ti\c2000\C2000Ware_3_01_00_00\device_support\f28004x\examples\cla) using the version:
- cla_ex1_background_task.c
- cla_ex1_background_task_cla.cla
- cla_ex1_background_task_shared.h
I have not had any problems using this example.
My problem starts when im trying to combine these example with this other (C:\ti\c2000\C2000Ware_3_01_00_00\driverlib\f28004x\examples\sci) :
- sci_ex2_interrupts.c
I have used this example in an empty project and the example works perfectly. The problem I have is that the compiler does not recognize the include paths of all the headers of this library when
I combine my project with some functions of the "sci_ex2_interrupts.c" example.
I think im not properly including the path of the driverlib library or something related.
I will attach the my project folder (my project and the sci example i want to use, including some of the functions that in the example appears). I also tried to include the path of the driverlib into the compiler options.
I tried to include the folder path os these headers/source codes in the project properties (Right click on the project in the project explorer > Properties > Resource > Linked Resource & Right click on the project in the project explorer > Properties > Build > C2000 Compiler > Include options) but it doesnt fix the problems.
So I need some help to understant what I have to do or how is the proper way to combine the examples that depends on "driverlib or device" with the others examples.
Can you help me? Thank you.
