SimpleLink™ CC13x0 SDK Proprietary RF User's Guide
2.60.00
  • Proprietary RF Quick Start Guide
  • SimpleLink Wireless MCU CC13x0 Overview
  • Examples User’s Guide
  • Custom Hardware
  • TI-RTOS (RTOS Kernel) Overview
  • noRTOS Overview
  • RF Core
    • Command Types
    • Radio operation commands
    • Start and end triggers
    • Conditional execution and chaining
    • Callback events
    • PHY Configuration
    • Working with Data Queues
    • Routing RF Core Signals to Physical Pins
    • Routing Internal Signals to the Doorbell Register
    • Routing Doorbell Signals to GPIO Pins
  • Proprietary Physical Layer
  • EasyLink Layer
  • Debugging
  • Memory overview
  • Over the Air Download (OAD)
  • Migration Guides
  • API References
  • Terms and acronyms
SimpleLink™ CC13x0 SDK Proprietary RF User's Guide
  • »
  • RF Core

RF Core¶

The RF Core is the radio peripheral of the CC13x0 family. It is a software configurable, high-performance transceiver that can handle multiple protocol standards. It operates autonomously from the main CPU and is controlled via various commands. Both RF core and CPU are connected by set of »doorbell« registers, interrupt signals and shared memory.

This chapter describes the usage of the RF core and its features from a software developer’s perspective. It provides a more high-level view than the CC13x0 CC26x0 SimpleLink Wireless MCU Technical Reference Manual.

  • Command Types
    • Immediate and Direct Commands
    • Radio Operation Commands
    • Wrapping Immediate and Direct Commands as Radio Operations
  • Radio operation commands
    • Execution States and Status Codes
  • Start and end triggers
    • Absolute triggers TRIG_ABSTIME
    • Relative triggers TRIG_REL_*
    • External triggers TRIG_EXTERNAL
    • Alternative triggers via CMD_TRIGGER
  • Conditional execution and chaining
  • Callback events
  • PHY Configuration
    • Setup Command
    • Patches
    • Overrides
  • Working with Data Queues
    • Queue Entry Types
    • Single Packet Entries rfc_dataEntryGeneral_t
    • Pointer Entries rfc_dataEntryPointer_t
    • Partial Entries rfc_dataEntryPartial
    • Creating a Queue
    • Reading Data from a Queue
  • Routing RF Core Signals to Physical Pins
    • Read Before Using CPE_GPO1
    • Read Before Using RAT_GPO1
    • Read Before Using MCE_GPO1
  • Routing Internal Signals to the Doorbell Register
  • Routing Doorbell Signals to GPIO Pins
Previous Next

© Copyright 2016-2022, Texas Instruments.