Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Using Code Composer Studio 20.1.1.8.
My project is configured to use a manually configured output directory for SysConfig content. When working with the syscfg in CCS, I have chosen to exclude 2 files. A folder named "excluded" is created within my generated content folder and the two excluded files appear there after a clean and build. I then edit the files to exclude a function call, then clean and build. This causes my changes to be reverted, meaning that the excluded file was still overwritten as part of the build process.