This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Code Composer Studio, TI-RTOS 2.16, Don't understand where Task_construct function is defined

Other Parts Discussed in Thread: CC1310, SYSBIOS

Hi,

I'm using CCS 6.1.2 to program the development kit SmartRF06 with CC1310 SoC.

Studying the examples rfPacketTX and rfPacketRX of TI RTOS and some materials I understand that the SoC can be handled using TASKS.

In the code, the function Task_construct(), renamed in the Task.h as ti_sysbios_knl_Task_construct(...) is used to define a TASK.

I found the prototype of this function but I can't find where it is implemented and how does it works.

The overall task I need to implement is a simple code that can start the CC1310 in rx mode, and if it receives a particular code in the payload, it has to switch in TX mode and sand a message.

Thank you so much for your attention and for the help