Download SDK#
Download SYSCONFIG#
Both are indispensable.
Configure SYSCONFIG Tool#
First, in the SDK directory, under /tools/keil/, open the syscfg.bat file and modify the installation path of the corresponding SYSCONFIG.
If you download to the C drive by default, you don't need to modify the path, but you may need to change the version number. When I downloaded it, it was already updated to 1.16.1, so I changed it to:
set SYSCFG_PATH="C:\ti\sysconfig_1.16.1\sysconfig_cli.bat"
After saving, modify the contents of MSPM0_SDK_syscfg_menu_import.cfg under /tools/keil/. Both the red and blue parts in the figure below need to be modified to match the SDK and SYSCONFIG path names.
Here is the modified configuration file:
Verify if the modification is successful#
Open any project, for example, C:\ti\mspm0_sdk_1_00_00_04\examples\nortos\LP_MSPM0L1306\driverlib\empty_driverlib_src.
First, make sure you have installed the pack package. If not, the pack installer will prompt you to install it. Just follow the installation instructions.
Compile directly and you will see the compilation information: