Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi Team,
I am working on AM2634 based project in this project i want to remove syscfg dependencies how can i remove that from SDK also? Can you please guide me
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.
Hi Rising star,
You can use the following FAQ as refernce : (+) [FAQ] MSPM0-SDK: How to exclude syscfg from build in CCS project using MSPM0-SDK 1.30.0.03 - Arm-based microcontrollers forum - Arm-based microcontrollers - TI E2E support forums
Working with SysConfig Projects (ti.com)
Just at last step you can copy generated file to debug or release folder.
how can i remove that from SDK also
Similar steps can be followed copy the generated files to source code folder and in makefile modify it to build the generated files from the new location.
Hi Nilabh Anand,
Thank you for your support. I have already remove the sysconfig generated source files to my project. However, I now need to remove the .syscfg file because I am working on a SIL-based project, and in this project, I cannot keep any extra folders or files. Therefore, I also need to change the folder structure accordingly.
I have attached the changes needed in make file after I moved generated folder under the hello world example then deleted the example.syscfg,
I was able to compile the example successfully.
Hope this helps.
I have basically commented out the example.sycfg requirements in makefile to bypass the need for this file