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