Configure The Board Files with SysConfig

The board view shows you what pins are available on your board, and what peripherals are assigned to what pins. Hover over each pin for more information.

../_images/board_view.png

Enabled and configured peripherals are displayed with a green symbols. To add a new peripheral, press the plus sign next to the peripheral type. The “Show generated files” tab lets you see the files generated based on SysConfig. Generated files are dynamically updated every time you make a change in SysConfig. When you build your project, the generated files are exported into the output folder of your project.

../_images/show_generated_files_tab.png

Migrating Board Variant

Sysconfig may also be used to migrate a given project from one board to another compatible board.

Note

Note that this is a Beta release for the SimpleLink CC13xx/CC26xx SDK.

Attention

Not all migration targets are currently enabled or fully supported, and may require additional steps. In particular, note that PHY and radio settings are not common across all devices. A migration may result in the loss of current PHY and radio configurations and/or require the user to update settings such as RF commands and high PA setup. For more migration information please refer to the guidelines shown in step 3.

Here are the steps:

  1. Check the current device variant, by right-clicking on the project, then select “Properties”. Now, you can see the device variant as shown here:

    ../_images/check_orig_variant.PNG

    Figure 74. Original Device Variant

  2. Open the project’s .syscfg file, navigate to Device view, then click “SWITCH”.

    ../_images/open_device_view.PNG

    Figure 75. Sysconfig Device View

  3. The guidelines for migration on your specific project will be shown, and may differ from the screenshot. Please consider the guidelines while using this migration feature. Now, select a compatible device for migration, click “CONFIRM”, and ctrl-s to save the .syscfg file.

    ../_images/select_migrate_target.PNG

    Figure 76. Select Migration Target

  4. The device variant for the project should now be switched! This switch selects the board’s respective target configuration file, chooses which driver libraries are used, and updates files to be generated by SysConfig. Like always, you can preview the changes to SysConfig-generated files (see Configure The Board Files with SysConfig). Note that this switch leaves most of the project unaffected, such as project name and application files.

    ../_images/new_variant.PNG

    Figure 77. Verify Changed Device Variant