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!