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.

MSPM0C1104: SysConfig code-gen fails with “Unexpected identifier” due to typo in resourceUsageReport.csv.xdt

Part Number: MSPM0C1104
Other Parts Discussed in Thread: SYSCONFIG, MSPM0G3505

Tool/software: CCS Version: 20.2.0.12__1.8.0 + MSPM0 SDK 2.05:

I’m getting an error on build after using the sysconfig tool.

Generating Code (msmp0c1104.syscfg)...
...resourceUsageReport.csv.xdt:242
    llet resource_IOType = Common.getAttribute(...);
    ^^^^^^^^^^^^^^^
SyntaxError: Unexpected identifier

Line 242 of ti\mspm0_sdk_2_05_00_05\source\ti\driverlib.meta\templates\resourceUsageReport.csv.xdt has a typo.
llet instead of let.
Patching it fixes the build.