jiongsheng

jiongsheng

MSPM0 Learning, Step 1 Configuration

Download SDK#

image-20230531211736711

Download SYSCONFIG#

image-20230531212433422

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.

image-20230531212750869

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.

image-20230531213655263

Here is the modified configuration file:

image-20230601163013982

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.

image-20230531214235103

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:

image-20230531214451222

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.