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.

TMS320F280049C: I can't find PM_ROOT and C2000WARE_DLIB_ROOT

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

Tool/software:

How do I add PMBUS_ROOT and C2000ware_DLIB_ROOT to include options?


I can't find it in any ti folders.

The one just like in this one.

  • Hi, 

    These variables need to be added to the projectspec. 

    For e.g. :  The f2838x_pmbus_target_example.projectspec  has the following variables defined .

    <pathVariable name="C2000WARE_DLIB_ROOT" path="../../../../../../driverlib/f2838x/driverlib/" scope="project" />
    <pathVariable name="PMBUS_ROOT" path="../../" scope="project" />

    Once the project is impored into CCS, these variables can be used in the Include options

    Best Regards

    Siddharth