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.

INSTASPINUNIVERSALGUI: when editing a code imported into the CCS tool.the original code also gets modified.

Part Number: INSTASPINUNIVERSALGUI
Other Parts Discussed in Thread: C2000WARE

HI,

We are developing INSTASPIN project using controller F280025c,universal motor control version C2000Ware_Motor-control_SDK_4_00_00_00.if we dump the universal code from it to CCS tool and edit the code for our custom boards,will the original code change without affecting the change made?

if wee import the code located above image into CCS and make edits within the functions of that file the original file also gets modified.To maintain a link with all the files copy without linking,and run the project as an instaspin project.

  • Hello,

    The files you highlighted are "linked" to the project. Assuming that the link is to the original file in C2000Ware, then yes any modifications to the linked file would modify the original file. To avoid this, you would have to "add" the file to the project, which would have the project keep a local copy of the file. If you do not want to modify the project, then you'd have to keep a backup copy of all the C2000Ware source.

    ki