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.