SDAA280 March 2026 MSPM0G5187
TI provides simple configuration of descriptors using SysConfig. This tool allows for configuring many peripherals on MSPM0 devices, and for USB-enabled MSPM0 devices, there is a section titled TinyUSB which allows for configuration and generation of descriptors, rather than needing to code them manually.
Figure 4-1 Screen Capture of the SysConfig Editor
provided through Code Composer StudioThis tool allows for the configuration of the following features:
Utilizing SysConfig to generate USB descriptors can be a big help, as writing descriptors can be tedious and cause additional mistakes. Failures resulting from incorrect descriptors tend to be obfuscated, and tracking down those mistakes can cause a significant increase in debugging time.
SysConfig generates reliable descriptors, on the first try, for any combination of CDC, HID, UAC, and MSC interfaces with significantly less effort.
Think of the tool as building the USB interfaces an application interacts with. This is the first step to develop an MSPM0 TinyUSB project.