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.

[FAQ] MSPM0-SDK: How to exclude syscfg from build in CCS project using MSPM0-SDK 1.30.0.03

Part Number: MSPM0-SDK
Other Parts Discussed in Thread: SYSCONFIG, MSPM0G3507

Environment:

 1. CCS: 12.6.0.00008

 2. SysConfig: 1.19.0

 3. MSPM0 SDK: 1.30.00.03

Stpe 1: Import a project from SDK and Rebuild project: empty_LP_MSPM0G3507_nortos_ticlang

Step2: Cut the file list below from Debug to project root directory:

    device_linker.cmd

    ti_msp_dl_config.c

    ti_msp_dl_config.h

    startup_mspm0g350x_ticlang.o

    device.cmd.genlibs

    device.opt

Step3: Right click .syscfg file, and click Exclude from build.

Step4: Click build button and error will output in console.

Step5: Copy the file list below back to Debug folder.

    device.cmd.genlibs

    device.opt

Step6: Rebuild the project. It's done.