How to open a project’s SysConfig settings#

This page demonstrates how to open the SysConfig settings for an MCU+ project.

If using CCS, just double-click the example.syscfg file.

If using makefiles, open the SysConfig GUI with a terminal command. For example, on Linux:

$ cd ${SDK_INSTALL_PATH}
$ make -s -C examples/hello_world/{board}/{core}/ti-arm-clang syscfg-gui

For more information about using SysConfig, refer to Using SDK with SysConfig