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:How to export a complete project

Part Number: TMS320F280025C
Other Parts Discussed in Thread: C2000WARE

I use c2000ware_ MotorControl_ SDK_ 3_ 03_ 00_ 00, I imported the example through CCS, but I want to know how to export the project file completely so that there is no motorcontrol on the other machine_ Run SDK on your computer? I try to use the export function of CCS, but unfortunately, the files are always missing. Can you help me?

  • Hello,

    I imported the example through CCS, but I want to know how to export the project file completely so that there is no motorcontrol on the other machine_ Run SDK on your computer? I try to use the export function of CCS, but unfortunately, the files are always missing.

    This is not possible. The issue is with the header files from the SDK. It is possible to export all the SDK source files liked to the project but not the SDK header files referenced by the source files (unless the header files are explicitly linked to the project also). There has been numerous requests in the past to support this but currently there is no plans to do this at this time.

    ki