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 version to a SDK, have a look at Upgrading from TI-RTOS 2.21 to Device SDK.

0. Basics

The CC13x0 combines a flexible, very lowpower RF transceiver with a powerful 48-MHz Arm® Cortex® -M3 microcontroller in a platform supporting multiple physical layers and RF standards. A dedicated Radio Controller (Cortex® -M0) handles low-level RF protocol commands that are stored in ROM or RAM. To be able to provide low power and high functionallity, power domains and modules on the chip have to be turned on and of in a correct sequence. Using the TI provided drives achieves this. It is also recommended that CC13x0 runs a OS to schedule access to the peripherals on the chip. TI provides the following in the SDK:

Other community developped OSes are also available

1. Get the SimpleLink CC13x0 SDK

It is recommended to download the SimpleLink CC13x0 SDK via the resource explorer in CCS.

../_images/ccs-sdk-download.png

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. The CC1350 has not enough resources to run two stacks. If full BLE is wanted together with sub 1 GHz it’s recommended to look into the CC13x2 family.
  • 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.

  1. Go to http://dev.ti.com/tirex/
  2. Software --> SimpleLink CC13x0 SDK --> Documentation Links
../_images/tirex-documentation-overview.png

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.

../_images/trex-examples.png

Figure 3. CCS Resoure Explorer Examples

For more information about the different Proprietary RF examples provided, see the Examples User’s Guide.

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.

tirtos-online-videos

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 CC26x0 SimpleLink Wireless MCU 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.