SimpleLink Low Power F3 SDK 7.40 Examples Migration Guide

This is a migration guide for enabling a new SDK to operate with a new member of a device family. This is currently shown for the CC2340R52E0WRHBRQ1 in the CC23xx family of devices.

  • Make sure the CCS and IAR version being used is the version recommended by the SKD in use. This can likely be found in the release notes for the SDK.

  • Import the project for the CC23xx if not already done.

  • Open the project.syscfg file and click the Show Device View button at the top right shown in Figure 1.

../../../_images/sdk_7_40_cc23xxrhbxx_examples_migration_guide__show_device_view.png

Figure 198. Figure 1

  • Click Switch shown in Figure 2.

../../../_images/sdk_7_40_cc23xxrhbxx_examples_migration_guide__click_switch.png

Figure 199. Figure 2

  • Click on CC2340R5 Q1 Development Platform in the New Value dropdown menu shown in Figure 3.

../../../_images/sdk_7_40_cc23xxrhbxx_examples_migration_guide__click_drowdown.png

Figure 200. Figure 3

  • Then click Confirm at the bottom right of the menu box.

  • Build the project.

If there are build errors:

  • Right-click the error and select Go To Resource shown in Figure 4.

../../../_images/sdk_7_40_cc23xxrhbxx_examples_migration_guide__go_to_resource.png

Figure 201. Figure 4

  • Through this process, there may be errors that are related to GPIO names. This can be resolved by selecting Go To Resource, select the specific DIO in the dropdown menu (shown as “DIO19/17 (LaunchPad LED Green)” here in Figure 5). This may have to be done for several resources, and we have experienced this being needed for several GPIOs and/or LEDs before.

../../../_images/sdk_7_40_cc23xxrhbxx_examples_migration_guide__example_image.png

Figure 202. Figure 5

After completing the above steps, the project should build without errors and be able to flash the project(s) to the target device. This will need to be done for all projects that need to be migrated.