SimpleLink™ CC13XX/CC26XX SDK BLE5-Stack User's Guide
2.02.09.00
  • Disclaimer
  • Introduction to the SimpleLink CC13xx/CC26xx SDK
  • TI BLE5-Stack Quick Start
  • The CC13xx or CC26xx SDK Platform
  • 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
  • FreeRTOS (RTOS Kernel) Overview
  • BLE5-Stack
  • Developing a Bluetooth LE Application
  • Coexistence
  • RTLS Toolbox
  • Bluetooth Mesh
  • Micro BLE Stack
  • Sensor Controller
  • Debugging
  • Memory Overview
  • Network Processor Interface (NPI)
  • TI Over-the-Air Download (OAD)
  • MCUBoot Over-the-Air Download (OAD)
  • Security Features of CC13x4 and CC26x4 Devices
  • System Configuration Tool (SysConfig)
  • EnergyTrace User Guide
  • Porting Guide and Migration Guides
  • API References
  • Terms and Definitions
SimpleLink™ CC13XX/CC26XX SDK BLE5-Stack User's Guide
  • »
  • TI-RTOS7 (RTOS Kernel) Overview

TI-RTOS7 (RTOS Kernel) Overview¶

TI-RTOS7 is the operating environment for BLE5-Stack projects on CC13xx or 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
    • Functional Example
  • 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 2010-2024, Texas Instruments.