CC23xx or CC27xx SDK 9.10 to CC23xx or CC27xx SDK 9.11

This section will describe how to port a project from CC23xx or CC27xx SDK 9.10 to a CC23xx or CC27xx SDK 9.11 project.

Note

Vulnerability reports and mitigations can be found on Report potential product security vulnerabilities.

Porting Bluetooth LE Projects

The recommended method for porting an existing project from CC23xx or CC27xx SDK 9.10 to CC23xx or CC27xx SDK 9.11 is to modify the project using only the Code Composer Studio interface. The following steps will detail the changes needed when porting an out of the box example from the SDK such as basic_ble:

  1. Import the project into Code Composer Studio.

2. In order to modify the SDK version, corresponding SysConfig version, as well as the compiler version, right-click on the imported project folder inside the Project Explorer and select Properties.

3. In General, select Compiler and choose the correct version. Refer to the Dependencies section in the SDK release notes

../../../_images/8.40_to_9.10_compiler.png

Figure 246. Code Composer Studio - Change Compiler Version.

4. Go to Dependencies and double-click on SimpleLink Low Power F3 SDK and choose the correct version. Then double-click on SysConfig and do the same. Refer to the Dependencies Section in the SDK release notes for the correct versions.

../../../_images/8.40_to_9.10_sdk.png

Figure 247. Code Composer Studio - Change SDK and SysConfig Version.

Please refer to the BLE5-Stack Release Notes for all the details.