SimpleLink™ CC13XX/CC26XX SDK Z-Stack User's Guide
7.40.00
  • Introduction to the SimpleLink CC13xx/CC26xx SDK
  • Introduction
  • SimpleLink Wireless MCU CC13xx and CC26xx Overview
  • TI-RTOS7 (RTOS Kernel) Overview
    • Threading Modules
    • Kernel Configuration
    • Creating vs. Constructing
    • Thread Synchronization
    • Queues
    • Tasks
    • Clocks
    • Power Management
    • TI-RTOS to TI-RTOS7 Migration
  • SimpleLink CC13xx/CC26xx SDK Overview
  • Developing Zigbee Applications
  • Custom Hardware
  • Zigbee Over-The-Air Firmware Upgrade
  • Wi-Fi Coexistence
  • Debugging
  • Packet Sniffer
  • System Configuration (SysConfig)
  • EnergyTrace User Guide
  • Migration Guide
  • References
  • Terms and Acronyms
SimpleLink™ CC13XX/CC26XX SDK Z-Stack User's Guide
  • »
  • TI-RTOS7 (RTOS Kernel) Overview

TI-RTOS7 (RTOS Kernel) Overview¶

TI-RTOS7 is the operating environment for Z-Stack projects on CC13xx and CC26xx devices. The TI-RTOS7 kernel is a tailored version of the legacy SYS/BIOS kernel and operates as a real-time, preemptive, multi-threaded operating system with drivers, tools for synchronization and scheduling.

  • Threading Modules
    • Hardware Interrupts (Hwi)
    • Software Interrupts (Swi)
    • Task
    • Idle Task
  • Kernel Configuration
  • Creating vs. Constructing
  • Thread Synchronization
    • Semaphores
      • Initializing a Semaphore
      • Pending on a Semaphore
      • Posting a Semaphore
    • Event
      • Initializing an Event
      • Pending on an Event
      • Posting an Event
  • Queues
  • Tasks
    • Initializing a Task
    • A Task Function
  • Clocks
    • Functional Example
  • Power Management
  • TI-RTOS to TI-RTOS7 Migration
    • SDK folder structure
    • .cfg vs .syscfg
      • Overview
      • How to include common tirtos7 .syscfg file
      • What SysConfig options do you have?
      • Golden .syscfg
      • Debugging
Previous Next

© Copyright 2005-2022, Texas Instruments.