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.

TMS320F280025C: libraries

Part Number: TMS320F280025C
Other Parts Discussed in Thread: C2000WARE

when im created any project in the code composer studio if i missing any file included to the project ragarding of libraries in that situation how to know which file im missing.

suppose assume i have created project code for jhd162A lcd.In this project it includes lot of files...supposeim missing one file like f28002x_globalvaribledef.c this....how to findout which file im missing is it any solution to find out missing file?

  • Hello Ragavendra,

    if i missing any file included to the project ragarding of libraries in that situation how to know which file im missing.

    You'll know that it's missing if you try to compile your project and the build fails because of unrecognized keywords/structs. The file you used in your example would produce an error if missing in the case where your project uses items from within that file. The compiler error may not cite the library that's missing, but you will see an error if it's missing.

    To avoid having to deal with this sort of situation for C2000Ware, I recommend using an example project to start with (either driverlib or bitfield, whichever one you are using).

    Best regards,

    Omer Amir