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.

TMS320F28054M: TMS320F28054M

Part Number: TMS320F28054M
Other Parts Discussed in Thread: C2000WARE, MOTORWARE

Tool/software:

I am trying to import project from my old laptop. In my old laptop, the Ti tools were installed in hard drive c-> c:|Ti library. In new it is installed in hard drive d -> d:\TI.

Please see the snap for path variable for one of the files clk.c . I think due to path difference the file can't be opened in the project. I can not change TI_PRODUCTS_DIR or  TI_PRODUCTS_DIR_TIREX paths or MW__INSTALL_DIR1. Can somebody help me to fix this issue?

  • Hi Milind,

    Please let us know what is the CCS version you are using.

    Can you check a few items:

    1. Navigate to Window -> Preferences -> Code Composer Studio -> Products. Make sure to update the Product discovery path to point to the new Drive mapping. Select Refresh to make sure that the Discovered Products are updated.

    2.Navigate to the Path Variable window and confirm if the TI_PRODUCTS_DIR variable has been updated.

    Alternatively, you could try to make sure the project files (e.g. clk.c) are copied to the workspace and not linked from a different directory.

    Let us know if this worked for you.

    Regards,

    Ozino

  • Dear Ozino,

    Thanks a lot!

    I am using CCS12.8.1

    1. Can you please let me know if I have to use windows explorer or from CCS?

    2. Same with TI_PRODUCT_DIR PATH, where to update this? In some windows file or in CCS?

  • Thanks for the information.

    1. The above instructions are to be executed from within CCS.

    2. My hope is that would be updated with the changes in step1. However, I do suspect this variable might be set due to the default location in CCS. If you can try the steps above, confirm if it works out.

    Regards,

    Ozino

  • Dear Ozino,

    Thanks, I reached the point as per point no.1, however, it is not "Editable" see the snap. Edit button is disabled. How to activate it?

  • Hi,

    Can you try add the D:/ti path and then uncheck the default C:/ti path. 

    Click Refresh and see if that discovers the products.

    Regards,

    Ozino

  • Dear Ozino,

    I did as you suggested. See the snap

    But it doesn't get reflected in the file path. As seen below, it still contains c:\TI

    Do I need to do anything more?

  • Thank you for confirming the recent changes. It appears that is an auto generated path variable. Though i don't see any discovered products showing up as I assume they are missing from the default C:/ti directory. 

    Can you confirm if you have the necessary SDKs (c2000Ware) installed at the new location.

    Are you able to edit the path variables that point to the TI_PRODUCTS_DIR variables and specify your own path relative to the PROJECT_LOC? That would probably be the best option at this time. 

  • I uninstalled motorware and CCS from D:\ and reinstalled in C:\. That seems to have solved the problem

  • Thank you for the feedback. Glad to hear you get your development environment up and running. Feel free to post another questions if you need further assistance.