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.

CCS/CCSTUDIO-C2000: Disabling PowerSuite?

Part Number: CCSTUDIO-C2000
Other Parts Discussed in Thread: POWERSUITE, C2000WARE-DIGITALPOWER-SDK

Tool/software: Code Composer Studio

I apologize in advance if this is misposted or simply a glaring example of what i do not know.

Our pfc1ph3ilttpl_F28004x based application used PowerSuite to generate our data variables. At this point we have long completed tuning and

will prepare to deliver this project to a client where we really do not want them firing up PowerSuite and generating new values. There would seem to be a number

of ways to address this, such as migrating the data to another include file, but I would imagine this is not an uncommon scenario and I would like to do this in the way that most people would approach this.

I had thought that I would just exclude main.cfg from the build, or remove/rename it, but that's not going to work.

I also thought I could move USER CODE START up to the top of our generated settings file and that would prevent everything from being overwritten but that doesn't seem to work either.

Suggestions?

Many Thanks!

  • Hi,

    There is a nonpowerSUITE projectspec provided in the latest release of the C2000Ware-DigitalPower-SDK. This projecspec should create a project that does not have powerSUITE support enabled. It should hopefully allow you to have full customization. Let me know if you have anymore further questions.

    Regards,
    Ozino
  • Just to add what ozino has mentioned,

    the non powerSUITE projectspec will create the TI design project in non powerSUITE format and it will not carry any customized informations that you may have done. To do so,

    1. You may want to copy your customized powerSUITE .settings file into this new project
    2. You may also have to copy paste any additions / tuning from the released SW to this new project in the board.c/h solution.c/h.

    Allternatively,

    you can modify the non-powerSUITE project spec to take the files you have and package it the way you like without powerSUITE. No-copy paste with this, you can also use this as a development flow,

    To know more about projectSPECs refere to processors.wiki.ti.com/.../ProjectSpecs_in_CCS