9.3 Building the OOB Project Using CCS
To build the OOB project, follow these steps.
- Open CCS and navigate to Project → Import CCS Projects
- Browse to the <SDK install path>\examples directory. The SDK provides NoRTOS, TI-RTOS, and FreeRTOS based examples. TI-RTOS and FreeRTOS examples have tirtos or freertos in the project name.
- Import the OOB project using CCS IDE from the following location, according to the connected CC3220 device and the desired OS (freertos or tirtos, see Figure 37).
- CC3220S secured device:
- <SDK install path>\examples\rtos\CC3220S_LAUNCHXL\demos\out_of_box\tirtos\ccs
- <SDK install path>\examples\rtos\CC3220S_LAUNCHXL\demos\out_of_box\freertos\ccs
- CC3220SF secured device:
- <SDK install path>\examples\rtos\CC3220SF_LAUNCHXL\demos\out_of_box\tirtos\ccs
- <SDK install path>\examples\rtos\CC3220SF_LAUNCHXL\demos\out_of_box\freertos\ccs
- Make the required changes and rebuild the project.
Importing TI-RTOS and FreeRTOS examples will import kernel projects in the same workspace. The kernel project is a dependent project that automatically builds when the example is built.
There are two options to execute the code:
- Run in debug mode.
- Program the OOB binary using UniFlash.