Proprietary RF Quick Start Guide¶
This short tutorial gets you started with the SimpleLink CC13x0 SDK eco system.
Note
If you are migrating from an old TI-RTOS SDK, have a look at the migration guide.
1. Get the SimpleLink CC13x0 SDK¶
It is recommended to download the SimpleLink CC13x0 SDK via the resource explorer in Code Composer Studio.
![]()
Figure 1. The resource explorer in CCS.
Or alternatively, download the SimpleLink CC13x0 SDK manually from the TI website.
The SimpleLink CC13x0 SDK contains:
- Libraries
- TI-RTOS kernel (previously named SYS/BIOS)
- TI-Drivers (high-level hardware abstraction)
- DriverLib (low-level hardware abstraction, previously named CC13xxWare)
- TI 15.4 Stack
- TI BLE-Stack for CC1350.
- Resources
- Example projects for the TI-RTOS kernel and TI-Drivers
- User guides
- API references
2. Bookmark the SDK Documentation Overview¶
The documentation overview page is the entry point for all SDK-related documentation and it is highly recommended to bookmark it in the browser.
- Go to http://dev.ti.com/tirex/
- Software
-->
SimpleLink CC13x0 SDK-->
Documentation Links
![]()
Figure 2. The SDK documentation overview page on the TI Resource explorer.
It is also available offline in the Resource Explorer of CCS.
3. Try out the SDK Example Projects¶
The CC13xx MCU SDK contains a set of proprietary RF examples for creating a Proprietary RF Protocol with CC13xx. The examples show how to use peripherals such as GPIO, UART, LCD, etc., in conjunction with the RF Driver, as well as demonstrating best practice use of TIRTOS Features such as Tasks, Semaphores, Events and HWI callbacks. All examples are written to use CC13xx in an optimal way out of the box. The TI-RTOS software framework and RF driver ensure that the device enters optimal power mode at any given point in time. All the RF examples have support for the CCS and IAR IDE.
![]()
Figure 3. CCS Resoure Explorer Examples
For more information about the different Proprietary RF examples provided, see the Examples User’s Guide.
4. Follow the SimpleLink Academy Trainings¶
SimpleLink Academy contains multiple tutorials for all SimpleLink devices, but also the CC13x0 family.
![]()
Figure 4. SimpleLink Academy.
5. Read the User’s Guides¶
All software concepts are explained there. You will find all user’s guides mentioned on the documentation overview page of the SDK:
6. Watch the Kernel Workshop Videos¶
If you have never used TI-RTOS before, these online video workshops give you a fast start.
7. Look into the API References¶
The API references explain details about all functions and types in the SDK. They can be reached from the documentation overview page of the SDK:
8. Consult the Technical Reference Manual¶
The CC13x0 Technical Reference Manual describes the CC13x0 family in more detail. It is helpful when extending and writing TI Drivers.
9. Ask for support on E2E¶
Search for similar questions on E2E : https://e2e.ti.com/support/
When asking a question:
- Compress information: Do not write essays, but be precise.
- Describe: What do you want? What did you try? What is the error?
- Essential facts: What SDK version are you using? What device and board? What example project is your project based on?
When contacting TI customer support:
- Isolate the problem first.
- Provide a minimal working example application.
- This saves time for you and us and will lead to better response times.