NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

CC3200 FreeRTOS Application

From Texas Instruments Wiki
Jump to: navigation, search
Cc31xx cc32xx return home.png
Cc32xx return sample apps.png

Overview[edit]

FreeRTOS is an opensource RealTime Operating system. Its implements only a very minimalist set of functions: very basic handle of tasks and memory management, and nothing is provided for network communication, drivers for external hardware, or access to a filesystem. However, among its features are the following characteristics:

  1. Preemptive tasks
  2. Small footprint
  3. Written in C and compiled with various C compiler
  4. Unlimited number of tasks can run at the same time
  5. Implements queues, binary and counting semaphores and mutexes.
  6. Inter Task communication is accomplished using queues.

Application details[edit]

The objective of this application is to showcasing the FreeRTOS feature like Multiple task creation, Inter task communication using queues. Two tasks and one queue is created. one of the task sends a constant message into the queue and the other task receives the same from the queue. after receiving every message, it displays that message over UART.

Source Files briefly explained
[edit]

  • main - Main file that showcases the two tasks communicating with each other using a queue.
  • pinmux - Pinmux configurations as required by the application.
  • uart_if - To display status information over the UART.

Usage[edit]

  • Setup a serial communication application (HyperTerminal/TeraTerm). For detail info visit Terminal setup

    On the host PC. The settings are:
    - Port: Enumerated COM port
    - Baud rate: 115200
    - Data: 8 bit
    - Parity: None
    - Stop: 1 bit
    - Flow control: None

  • Run the reference application (Flashing the bin/IAR/CCS).
  • Observe the status messages displayed by second task on the host over COM port.
Snapshot of terminal when application runs on device:
CC3200 FreeRTOS Demo.png

Limitations/Known Issues[edit]

None.

Links[edit]

{{#invoke: Navbox | navbox }} {{#invoke: Navbox | navbox }}

E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article CC3200 FreeRTOS Application here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article CC3200 FreeRTOS Application here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article CC3200 FreeRTOS Application here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article CC3200 FreeRTOS Application here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article CC3200 FreeRTOS Application here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article CC3200 FreeRTOS Application here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article CC3200 FreeRTOS Application here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article CC3200 FreeRTOS Application here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article CC3200 FreeRTOS Application here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity